generated from antfu-collective/vitesse-lite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@vueuse/core": "^9.0.0",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify-json/carbon": "^1.1.7",
"@types/node": "^18.6.1",
"@unocss/reset": "^0.44.7",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/test-utils": "^2.0.2",
"bygonz": "^0.5.4-alpha",
"eslint": "^8.20.0",
"jsdom": "^20.0.0",
"pnpm": "^7.6.0",
"taze": "^0.7.6",
"typescript": "^4.7.4",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.10.1",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.0.3",
"vite-plugin-pages": "^0.25.0",
"vitest": "^0.19.1",
"vue-tsc": "^0.39.0"
},
"eslintConfig": {
"extends": "@antfu"
}
}