Files
DPM/package.json
T

35 lines
838 B
JSON
Raw Normal View History

2026-05-12 22:38:52 +08:00
{
"name": "dpm",
"private": true,
"version": "0.1.2",
2026-05-12 22:38:52 +08:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"build:win": "scripts\\build-win.cmd"
2026-05-12 22:38:52 +08:00
},
"dependencies": {
2026-08-17 18:37:16 +08:00
"@appica/icons-react": "^1.0.0",
"@appica/ui-react": "^1.1.0",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@tailwindcss/vite": "^4.3.3",
2026-05-12 23:19:37 +08:00
"@tauri-apps/api": "^2",
2026-05-14 15:07:41 +08:00
"@tauri-apps/plugin-autostart": "^2.5.1",
2026-05-12 23:19:37 +08:00
"@tauri-apps/plugin-opener": "^2",
"mqtt": "^5.15.2",
2026-05-12 22:38:52 +08:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
2026-08-17 18:37:16 +08:00
"react-router-dom": "^7.15.0",
"tailwindcss": "^4.3.3",
"three": "^0.185.1"
2026-05-12 22:38:52 +08:00
},
"devDependencies": {
2026-05-12 23:19:37 +08:00
"@tauri-apps/cli": "^2",
2026-05-12 22:38:52 +08:00
"@vitejs/plugin-react": "^4.6.0",
2026-05-12 23:19:37 +08:00
"vite": "^7.0.4"
2026-05-12 22:38:52 +08:00
}
}