Files
DPM/package.json
T

35 lines
838 B
JSON

{
"name": "dpm",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"build:win": "scripts\\build-win.cmd"
},
"dependencies": {
"@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",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-opener": "^2",
"mqtt": "^5.15.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.15.0",
"tailwindcss": "^4.3.3",
"three": "^0.185.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.6.0",
"vite": "^7.0.4"
}
}