-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "game-develop-template",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "node bin/art-code-font.js && vite",
"commit": "cz",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@unocss/reset": "^0.58.0",
"@vueuse/core": "^10.7.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"vue": "^3.3.8",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.1",
"@iconify-json/logos": "^1.1.39",
"@iconify/json": "^2.2.147",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"gh-pages": "^6.1.0",
"typescript": "^5.2.2",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"vite": "^5.0.0",
"vue-tsc": "^1.8.22"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}