-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"pinia": "^2.0.14",
"vue": "^3.2.36",
"vue-router": "^4.0.15",
"element-plus": "^2.2.0",
"@vueuse/core": "^8.3.1"
},
"devDependencies": {
"@types/node": "^16.11.36",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.2",
"vite": "^2.9.9",
"vue-tsc": "^0.35.2",
"@iconify-json/ep": "^1.1.4",
"@iconify-json/mdi": "^1.1.19",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"unplugin-auto-import": "^0.7.1",
"unplugin-element-plus": "^0.4.0",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.19.3"
}
}