33 lines
788 B
JSON
33 lines
788 B
JSON
{
|
|
"name": "rmaps-online",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Collaborative real-time friend-finding navigation for events",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"maplibre-gl": "^5.0.0",
|
|
"nanoid": "^5.0.9",
|
|
"next": "^14.2.28",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^18.3.17",
|
|
"@types/react-dom": "^18.3.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.28",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|