generated from antfu-collective/vitesse-lite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"private": true,
"packageManager": "pnpm@7.12.0",
"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.6.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.0",
"@iconify-json/carbon": "^1.1.11",
"@types/node": "^18.11.9",
"@unocss/reset": "^0.47.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue-macros/volar": "^0.5.4",
"@vue/test-utils": "^2.2.4",
"eslint": "^8.28.0",
"jsdom": "^20.0.3",
"pnpm": "^7.17.1",
"taze": "^0.8.4",
"typescript": "^4.9.3",
"unocss": "^0.47.2",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"unplugin-vue-macros": "^1.0.3",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.27.1",
"vitest": "^0.25.3",
"vue-tsc": "^1.0.10"
},
"eslintConfig": {
"extends": "@antfu"
}
}