geothermie-atlas/package.json

37 lines
902 B
JSON
Raw Normal View History

2023-10-05 12:32:18 +00:00
{
"name": "geothermie-atlas",
"version": "0.1.0",
"private": true,
"scripts": {
2023-10-19 09:09:48 +00:00
"dev": "npm run copy && next dev -p 5000",
2023-10-19 09:07:33 +00:00
"build": "npm run copy && next build",
2023-10-19 09:09:48 +00:00
"start": "next start -p 5000",
2023-10-19 09:07:33 +00:00
"lint": "next lint",
"copy": "ncp ./node_modules/@arcgis/core/assets ./public/assets"
2023-10-05 12:32:18 +00:00
},
"dependencies": {
2023-10-19 09:07:33 +00:00
"@arcgis/core": "^4.27.6",
"@reduxjs/toolkit": "^1.9.7",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.7.0",
"next": "13.5.4",
"python-shell": "^5.0.0",
2023-10-05 12:32:18 +00:00
"react": "^18",
"react-dom": "^18",
2023-10-19 09:07:33 +00:00
"react-redux": "^8.1.3",
"react-responsive": "^9.0.2"
2023-10-05 12:32:18 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
2023-10-19 09:07:33 +00:00
"eslint": "^8",
"eslint-config-next": "13.5.4",
"ncp": "^2.0.0",
2023-10-05 12:32:18 +00:00
"postcss": "^8",
"tailwindcss": "^3",
2023-10-19 09:07:33 +00:00
"typescript": "^5"
2023-10-05 12:32:18 +00:00
}
}