mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-22 15:44:39 +02:00
28 lines
633 B
JSON
28 lines
633 B
JSON
|
|
{
|
||
|
|
"name": "meshai-dashboard",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^18.3.0",
|
||
|
|
"react-dom": "^18.3.0",
|
||
|
|
"react-router-dom": "^6.23.0",
|
||
|
|
"recharts": "^2.12.0",
|
||
|
|
"lucide-react": "^0.383.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.0",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"typescript": "^5.4.0",
|
||
|
|
"vite": "^5.4.0",
|
||
|
|
"tailwindcss": "^3.4.0",
|
||
|
|
"postcss": "^8.4.0",
|
||
|
|
"autoprefixer": "^10.4.0"
|
||
|
|
}
|
||
|
|
}
|