-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1002 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
40
{
"private": true,
"packageManager": "pnpm@6.32.3",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^9.1.1",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@iconify-json/carbon": "^1.1.7",
"@types/node": "^18.7.14",
"@unocss/preset-wind": "^0.45.15",
"@unocss/reset": "^0.45.15",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.23.0",
"jsdom": "^20.0.0",
"pnpm": "^7.10.0",
"typescript": "^4.8.2",
"unocss": "^0.45.15",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.9.15",
"vite-plugin-pages": "^0.21.4",
"vitest": "^0.21.1",
"vue-tsc": "^0.39.5"
},
"eslintConfig": {
"extends": "@antfu"
}
}