tremor-tracker/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2025-02-24 12:37:15 +00:00
{
2025-03-03 14:52:15 +00:00
"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"
2025-03-03 14:52:15 +00:00
},
"dependencies": {
"@prisma/client": "^6.4.1",
2025-03-23 15:24:10 +00:00
"@types/mapbox-gl": "^3.4.1",
2025-04-29 18:07:25 +01:00
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"csv-parser": "^3.2.0",
2025-04-28 19:03:29 +01:00
"easy-peasy": "^6.1.0",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"jwt-decode": "^4.0.0",
2025-03-23 15:24:10 +00:00
"leaflet": "^1.9.4",
"mapbox-gl": "^3.10.0",
2025-03-03 14:52:15 +00:00
"next": "15.1.7",
"path": "^0.12.7",
2025-03-03 14:52:15 +00:00
"prisma": "^6.4.1",
"react": "^19.0.0",
2025-03-18 22:49:23 +00:00
"react-dom": "^19.0.0",
2025-03-19 19:20:18 +00:00
"react-icons": "^5.5.0",
2025-03-23 15:24:10 +00:00
"react-leaflet": "^5.0.0",
"react-node": "^1.0.2",
"swr": "^2.3.3"
2025-03-03 14:52:15 +00:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.1",
2025-03-03 14:52:15 +00:00
"@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"
}
2025-03-18 22:49:23 +00:00
}