-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"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.6.0",
"ofetch": "^1.0.0",
"pinia": "^2.0.27",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.29.4",
"@iconify-json/mdi": "^1.1.36",
"@types/node": "^18.11.9",
"@unocss/reset": "^0.46.5",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.4",
"eslint": "^8.28.0",
"jsdom": "^20.0.3",
"pnpm": "^7.17.1",
"sass": "^1.56.1",
"taze": "^0.8.4",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vitest": "^0.24.5",
"vue-tsc": "^1.0.9"
},
"eslintConfig": {
"extends": "@antfu"
}
}