-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.58 KB
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
{
"name": "mall-admin-web",
"version": "3.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix --cache"
},
"dependencies": {
"@tinymce/tinymce-vue": "^5.1.1",
"@types/js-cookie": "^3.0.6",
"axios": "^1.13.2",
"echarts": "^6.0.0",
"element-china-area-data": "^6.1.0",
"element-plus": "^2.12.0",
"js-cookie": "^3.0.5",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"tinymce": "^6.8.6",
"tinymce-i18n": "^26.1.12",
"vue": "^3.5.25",
"vue-echarts": "^8.0.1",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.3",
"@types/node": "^24.10.1",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.1",
"eslint-plugin-vue": "~10.5.1",
"fast-glob": "^3.3.3",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.7.4",
"sass": "^1.96.0",
"typescript": "~5.9.0",
"unplugin-auto-import": "^20.3.0",
"unplugin-element-plus": "^0.11.1",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.2.4",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.1.5"
}
}