-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "projectsph",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --open",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"axios": "^1.2.1",
"element-plus": "^2.2.28",
"less": "^4.1.3",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
"qrcode": "^1.5.1",
"reset-css": "^5.0.1",
"swiper": "^8.4.5",
"uuid": "^9.0.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-lazyload": "^0.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/mockjs": "^1.0.7",
"@types/node": "^18.11.12",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.5.0",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"
}
}