25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "lovemap",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"deck.gl": "^9.0.28",
|
|
"mapbox-gl": "^3.6.0",
|
|
"next": "14.2.7",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-map-gl": "^7.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.7",
|
|
"sass": "^1.77.8"
|
|
}
|
|
}
|