tremor-tracker/package.json
Lukeshan Thananchayan fe5c231e89 Login backend code started
Site reacts correctly to different inputs with login
2025-04-17 15:18:06 +01:00

46 lines
1.2 KiB
JSON

{
"name": "earthquake-website",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"start:server": "dist/index.js"
},
"dependencies": {
"@prisma/client": "^6.4.1",
"@types/mapbox-gl": "^3.4.1",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"csv-parser": "^3.2.0",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.10.0",
"next": "15.1.7",
"path": "^0.12.7",
"prisma": "^6.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-node": "^1.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/express": "^5.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}