-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 2.04 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "w-admin",
"private": true,
"version": "1.1.3",
"description": "w-admin后台管理模板",
"author": {
"name": "xiaowu",
"email": "[email protected]",
"url": "https://github.com/1421788142"
},
"license": "MIT",
"repository": {
"type": "github",
"url": "https://github.com/1421788142/WAdmin.git"
},
"scripts": {
"dev": "vite --force",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.13",
"@ant-design/icons-vue": "^6.1.0",
"@vitejs/plugin-vue-jsx": "1.3.10",
"@vueuse/core": "^8.9.2",
"@wangeditor/editor": "^5.1.14",
"@wangeditor/editor-for-vue": "^5.1.12",
"animate.css": "^4.1.1",
"ant-design-vue": "3.2.11",
"axios": "^0.27.2",
"cropperjs": "^1.5.13",
"driver.js": "^0.9.8",
"echarts": "^5.4.2",
"echarts-liquidfill": "^3.1.0",
"less": "^4.1.3",
"loadsh": "^0.0.4",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"qrcode.vue": "^3.3.3",
"qs": "^6.11.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.0",
"typeit": "^8.7.1",
"v3-infinite-loading": "^1.3.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue": "^3.3.4",
"vue-i18n": "^9.1.10",
"vue-json-pretty": "^2.2.4",
"vue-router": "4",
"vue-tippy": "^6.2.0",
"vue-waterfall-plugin-next": "^2.2.2",
"vue3-seamless-scroll": "^2.0.1",
"xe-utils": "^3.5.11",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"path": "^0.12.7",
"postcss": "^8.4.14",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.53.0",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}