-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.6 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
52
53
54
55
56
57
{
"name": "admin3",
"type": "module",
"version": "2.1.1",
"anthor": "vampirefan",
"packageManager": "[email protected]",
"license": "MIT",
"repository": "https://github.com/vampirefan/admin3.git",
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=8000 --host --no-qr --open",
"generate": "nuxt generate",
"preview": "nuxt preview --port=8000",
"reinstall": "yarn cache clean && rmdir /s /q node_modules && del yarn.lock && yarn install",
"commit": "git add . && czg && git push",
"release": "bumpp",
"taze": "taze -wIr",
"changelog": "git-cliff --output CHANGELOG.md"
},
"dependencies": {
"@element-plus/nuxt": "^1.1.1",
"@iconify/vue": "^4.2.0",
"@primevue/nuxt-module": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@province-city-china/level": "^8.5.8",
"@tinymce/tinymce-vue": "^6.1.0",
"element-plus": "^2.9.1",
"html2pdf.js": "^0.10.2",
"pdfobject": "^2.3.0",
"pinia": "^2.3.0",
"pinyin-pro": "^3.26.0",
"primevue": "^4.2.5",
"shiki": "^1.24.4",
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@iconify/json": "^2.2.288",
"@pinia/nuxt": "^0.9.0",
"@types/pdfobject": "^2.2.5",
"@types/sortablejs": "^1.15.8",
"@unocss/eslint-plugin": "^0.65.2",
"@unocss/nuxt": "^0.65.2",
"@vueuse/nuxt": "^12.2.0",
"bumpp": "^9.9.2",
"czg": "^1.11.0",
"eslint": "^9.17.0",
"git-cliff": "^2.7.0",
"nuxt": "^3.14.1592",
"taze": "^0.18.0",
"typescript": "^5.7.2",
"vue-data-ui": "^2.4.50"
}
}