-
-
Notifications
You must be signed in to change notification settings - Fork 831
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.97 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.97 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "nginx-ui-app-next",
"type": "module",
"version": "2.2.0",
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
"scripts": {
"dev": "vite --host",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "vite build",
"preview": "vite preview",
"gettext:extract": "generate-curd-translations --output src/language/curd.ts && vue-gettext-extract"
},
"dependencies": {
"@0xjacky/vue-github-button": "^3.1.1",
"@ant-design/icons-vue": "^7.0.1",
"@fingerprintjs/fingerprintjs": "^5.0.1",
"@formkit/auto-animate": "^0.9.0",
"@simplewebauthn/browser": "^13.2.2",
"@uozi-admin/curd": "^4.18.6",
"@uozi-admin/request": "^2.9.1",
"@vue/reactivity": "^3.5.24",
"@vue/shared": "^3.5.24",
"@vueuse/components": "^14.0.0",
"@vueuse/core": "^14.0.0",
"@vueuse/integrations": "^14.0.0",
"@vueuse/router": "^14.0.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ant-design-vue": "^4.2.6",
"apexcharts": "^5.3.6",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"highlight.js": "^11.11.1",
"i18n-iso-countries": "^7.14.0",
"jsencrypt": "^3.5.4",
"lodash": "^4.17.21",
"marked": "^17.0.0",
"marked-highlight": "^2.2.3",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"sortablejs": "^1.15.6",
"splitpanes": "^4.0.4",
"sse.js": "^2.7.2",
"universal-cookie": "^8.0.1",
"unocss": "^66.5.6",
"uuid": "^13.0.0",
"vite-plugin-build-id": "0.5.0",
"vue": "^3.5.24",
"vue-dompurify-html": "^5.3.0",
"vue-echarts": "^8.0.1",
"vue-router": "^4.6.3",
"vue3-ace-editor": "2.2.4",
"vue3-apexcharts": "1.5.3",
"vue3-gettext": "3.0.0-beta.6",
"vue3-otp-input": "^0.5.40",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@iconify-json/fa": "1.2.2",
"@iconify-json/tabler": "^1.2.23",
"@iconify/tools": "^4.1.4",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^3.0.2",
"@iconify/vue": "^5.0.0",
"@types/lodash": "^4.17.20",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.9",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.1",
"@vue/compiler-sfc": "^3.5.24",
"@vue/tsconfig": "^0.8.1",
"ace-builds": "^1.43.4",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-sonarjs": "^3.0.5",
"less": "^4.4.2",
"postcss": "^8.5.6",
"typescript": "5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"unplugin-vue-define-options": "^3.1.1",
"vite": "^7.2.2",
"vite-plugin-inspect": "^11.3.3",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^3.1.4"
}
}