-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 750 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
{
"name": "stat-data-viewer",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@antdv-next/icons": "^1.1.2",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.12",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"antdv-next": "^1.5.1",
"monaco-editor": "^0.56.0",
"pinia": "^3.0.3",
"vue": "^3.5.21",
"vue-i18n": "^11.4.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.8.0",
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.12"
}
}