-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.73 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
{
"name": "@sea-star/ec-admin-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Enterprise Connector Admin UI - 运维/租户/可观测一体后台",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.ts,.tsx --fix",
"format": "prettier --write \"src/**/*.{vue,ts,tsx,css,md}\"",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:e2e": "playwright test",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"pinia": "^2.2.6",
"element-plus": "^2.8.8",
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.9",
"@tanstack/vue-query": "^5.59.20",
"vue-i18n": "^10.0.5",
"vee-validate": "^4.14.7",
"@vee-validate/zod": "^4.14.7",
"zod": "^3.23.8",
"monaco-editor": "^0.52.0",
"@guolao/vue-monaco-editor": "^1.5.4",
"lucide-vue-next": "^0.460.0",
"@unovis/vue": "^1.5.1",
"@unovis/ts": "^1.5.1",
"dayjs": "^1.11.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10",
"typescript": "~5.6.3",
"@types/node": "^22.9.3",
"@vue/tsconfig": "^0.7.0",
"@vue/test-utils": "^2.4.6",
"vitest": "^2.1.5",
"jsdom": "^25.0.1",
"@playwright/test": "^1.49.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/eslint-config-prettier": "^10.1.0",
"prettier": "^3.3.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-router": "^0.10.9"
},
"engines": {
"node": ">=20.18.0",
"pnpm": ">=9"
}
}