-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "vite-js",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"debug": "node --inspect-brk ../../packages/vite/bin/vite",
"lint": "eslint --fix",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"@vitejs/plugin-vue": "^2.2.2",
"iconify": "^1.4.0",
"sass": "^1.56.1",
"tinymotion": "^0.2.0",
"vue": "^3.2.31",
"vue3-lottie": "^2.4.0",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@mdi/js": "^7.0.96",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.31",
"archiver": "^5.3.1",
"eslint": "^8.0.1",
"shelljs": "^0.8.5",
"typescript": "^4.8.4",
"vite": "^3.0.8",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^1.0.0-alpha.12"
}
}