-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "netdia",
"private": true,
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@primeuix/themes": "^1.2.5",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-updater": "^2.10.1",
"chart.js": "^4.5.1",
"primeicons": "^7.0.0",
"primevue": "^4.5.5",
"tailwindcss": "^4.2.4",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.33",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.0",
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "~5.6.3",
"vite": "^6.4.2",
"vue-tsc": "^2.1.10"
}
}