modmapper-web/package.json

29 lines
641 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",
"javascript-color-gradient": "^1.3.2",
"mapbox-gl": "^2.6.1",
"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",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}