-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
39
40
41
42
43
44
45
46
{
"name": "vite-sprout",
"type": "module",
"version": "0.0.0",
"private": true,
"author": "jic999",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^10.10.0",
"naive-ui": "^2.38.2",
"pinia": "^2.0.32",
"vue": "^3.4.21",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "2.19.1",
"@iconify/json": "^2.2.127",
"@iconify/utils": "^2.1.5",
"@types/node": "^18.15.11",
"@unocss/eslint-config": "^0.56.4",
"@unocss/eslint-plugin": "^0.56.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^9.3.0",
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"sass": "^1.60.0",
"typescript": "^5.0.4",
"unocss": "^0.60.3",
"unocss-preset-scalpel": "^1.2.6",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6"
},
"lint-staged": {
"*": "eslint --fix"
}
}