-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "vuetify-admin",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "6.2.95",
"await-to-js": "^3.0.0",
"axios": "^1.6.8",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"roboto-fontface": "*",
"vue": "^3.4.21",
"vue-router": "4",
"vuetify": "^3.5.8"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@types/node": "^20.11.25",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.0.1",
"eslint-config-love": "^44.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.24.0",
"sass": "^1.71.1",
"typescript": "^5.4.4",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.5",
"vite": "^5.1.5",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.6"
}
}