-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 892 Bytes
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
{
"name": "excel-vision",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"ag-grid-community": "^33.2.4",
"ag-grid-vue3": "^33.2.4",
"axios": "^1.8.3",
"echarts": "^6.0.0",
"file-saver": "^2.0.5",
"gsap": "^3.13.0",
"jieba-wasm": "^2.2.0",
"mitt": "^3.0.1",
"pinia": "^3.0.3",
"uuid": "^11.1.0",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^9.14.4",
"vue-resizable": "^2.1.7",
"vue-router": "^4.5.0",
"vue-virtual-scroller": "^2.0.0-beta.8",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@playwright/test": "^1.54.2",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.2.0",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-sitemap": "^0.8.0"
}
}