-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "thrive",
"version": "1.0.0",
"description": "一个主打极简主义的Vue3 admin后台管理系统模板",
"author": "刘宇阳",
"private": false,
"main": "src/main.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.15",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.3.1",
"axios": "^1.4.0",
"boxicons": "^2.1.4",
"echarts": "^5.4.2",
"element-plus": "^2.3.7",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"v-calendar": "^3.0.3",
"vue": "^3.2.45",
"vue-router": "^4.2.2",
"vue3-image-preview": "^0.2.7"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.63.6",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}