modmapper-web/package.json

32 lines
732 B
JSON

{
"name": "modmapper-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/javascript-color-gradient": "^1.3.0",
"@types/mapbox-gl": "^2.6.0",
"date-fns": "^2.28.0",
"downshift": "^6.1.7",
"javascript-color-gradient": "^1.3.2",
"mapbox-gl": "^2.6.1",
"minisearch": "^3.2.0",
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.1.2"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.11",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}