-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "admin3-docs",
"type": "module",
"version": "2.0.5",
"anthor": "vampirefan",
"packageManager": "yarn@1.22.22",
"license": "MIT",
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"dev": "nuxt dev --port=8083 --host --no-qr --open",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview --port=8083",
"postinstall": "nuxt prepare",
"commit": "git add . && czg && git push",
"release": "bumpp README.md package.json app.config.ts",
"taze": "taze -wIr"
},
"dependencies": {
"element-plus": "^2.8.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.260",
"@nuxt/content": "^2.13.4",
"@types/node": "20.10.5",
"@unocss/eslint-plugin": "^0.63.4",
"@unocss/nuxt": "^0.63.4",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"bumpp": "^9.7.1",
"czg": "^1.10.1",
"eslint": "^9.12.0",
"glob": "^10.4.5",
"nuxt": "^3.13.2",
"taze": "^0.17.2",
"typescript": "^5.6.3"
}
}