-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 739 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 739 Bytes
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
{
"name": "gitc",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^7.7.1",
"gemoji": "^7.1.0",
"naive-ui": "^2.35.0",
"vue": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.4.7",
"@vitejs/plugin-vue": "^4.2.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"utools-api-types": "^2.6.4",
"vite": "^4.3.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"engines": {
"pnpm": ">=8.7.0"
}
}