Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 27s
Co-authored-by: Ona <no-reply@ona.com>
33 lines
709 B
JSON
33 lines
709 B
JSON
{
|
|
"name": "@eva/dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@eva/jrpc": "workspace:*",
|
|
"@eva/zigbee": "workspace:*",
|
|
"@tanstack/react-query": "^5.62.7",
|
|
"@use-gesture/react": "^10.3.1",
|
|
"chart.js": "^4.5.1",
|
|
"jotai": "^2.10.3",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^6.0.1"
|
|
}
|
|
}
|