-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"version": "1.0.0",
"author": "benben",
"github": "benben6515",
"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": "^8.2.5",
"platform": "^1.3.6",
"sass": "^1.50.0",
"sweetalert2": "^11.4.8",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@iconify-json/carbon": "^1.1.3",
"@types/node": "^17.0.23",
"@types/platform": "^1.3.4",
"@unocss/reset": "^0.31.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.19",
"eslint": "^8.13.0",
"jsdom": "^19.0.0",
"pnpm": "^6.32.6",
"typescript": "^4.6.3",
"unocss": "^0.31.0",
"unplugin-auto-import": "^0.7.0",
"unplugin-vue-components": "^0.19.1",
"vite": "^2.9.1",
"vite-plugin-pages": "^0.22.0",
"vitest": "^0.9.3",
"vue-tsc": "^0.34.2"
},
"eslintConfig": {
"extends": "@antfu"
}
}