-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
47
48
49
50
51
{
"name": "boocat-frontend",
"private": true,
"license": "MIT",
"author": "Percy Ma",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --cache"
},
"dependencies": {
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.9",
"@kecrily/eslint-config": "^0.1.20",
"@types/node": "^18.11.9",
"@types/web-bluetooth": "^0.0.16",
"@unocss/reset": "^0.46.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vueuse/core": "^9.4.0",
"eslint": "^8.26.0",
"ohmyfetch": "^0.4.20",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"unocss": "^0.46.2",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.2",
"vite-plugin-chunk-split": "^0.4.3",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-pages-sitemap": "^1.4.0",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vite-tsconfig-paths": "^3.5.2",
"vue-tsc": "^1.0.9"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint"
},
"eslintConfig": {
"extends": "@kecrily",
"ignorePatterns": [
"dev-dist"
]
}
}