-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"start": "vite --mode development",
"build": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.6.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"element-plus": "^2.2.19",
"js-cookie": "^3.0.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.23",
"screenfull": "^6.0.2",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"mockjs": "^1.1.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"tailwindcss": "^3.2.1",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^3.6.0"
}
}