-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vue-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@headlessui/vue": "^1.7.9",
"@heroicons/vue": "^2.0.14",
"@tony-nz/vue-admin-core": "^0.7.9",
"@tony-nz/vue-form-generator": "^1.6.1",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@webzlodimir/vue-avatar": "^0.0.8",
"axios": "^1.7.0",
"chart.js": "^4.4.2",
"core-js": "^3.37.1",
"cropperjs": "^1.6.2",
"moment": "^2.30.1",
"object-path": "^0.11.8",
"path": "^0.12.7",
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"primevue": "^3.52.0",
"quill": "^2.0.2",
"swrv": "^1.0.4",
"vue": "^3.2.47",
"vue-axios": "^3.5.2",
"vue-echarts": "^6.7.2",
"vue-i18n": "9.13.1",
"vue-inline-svg": "^3.1.2",
"vue-router": "^4.3.2",
"vue-upload-component": "^3.1.6"
},
"devDependencies": {
"@types/object-path": "^0.11.4",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5"
}
}