-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "sky-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build:no-typecheck": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@arco-design/web-vue": "^2.57.0",
"@vue-office/docx": "^1.6.3",
"@vue-office/excel": "^1.7.14",
"@wangeditor/editor": "^5.1.23",
"axios": "^1.13.2",
"echarts": "^6.0.0",
"fuse.js": "^7.1.0",
"lodash-es": "^4.17.22",
"marked": "^17.0.1",
"pinia": "^3.0.4",
"playwright": "^1.57.0",
"spark-md5": "^3.0.2",
"vue": "^3.5.24",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/marked": "^5.0.2",
"@types/node": "^24.10.1",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/ui": "^4.0.17",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"happy-dom": "^20.1.0",
"jsdom": "^27.0.1",
"less": "^4.5.1",
"sass-embedded": "^1.97.3",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vitest": "^4.0.17",
"vue-tsc": "^3.1.4"
}
}