generated from antfu-collective/vitesse-lite
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 945 Bytes
/
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
{
"private": true,
"packageManager": "pnpm@7.0.0",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^8.3.1",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^0.22.0",
"@iconify-json/carbon": "^1.1.4",
"@types/node": "^17.0.31",
"@unocss/reset": "^0.32.9",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.21",
"eslint": "^8.14.0",
"jsdom": "^19.0.0",
"pnpm": "^7.0.0",
"typescript": "^4.6.4",
"unocss": "^0.32.9",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.7",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.10.1",
"vue-tsc": "^0.34.11"
},
"eslintConfig": {
"extends": "@antfu"
}
}