Initial commit — Mek-Tech Live Labs Showcase v1.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "mek-tech-showcase",
|
||||
"version": "1.0.0",
|
||||
"description": "Mek-Tech Live Labs — Open data showcase dashboards",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
|
||||
"dev:server": "node server/index.js",
|
||||
"dev:client": "vite --config frontend/vite.config.js",
|
||||
"build": "vite build --config frontend/vite.config.js",
|
||||
"start": "NODE_ENV=production node server/index.js",
|
||||
"postinstall": "cd frontend 2>/dev/null || true"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"concurrently": "^9.1.2",
|
||||
"vite": "^6.0.7",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.1.1",
|
||||
"recharts": "^2.15.0",
|
||||
"framer-motion": "^11.15.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"hls.js": "^1.5.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user