{ "name": "geothermie-atlas", "version": "0.1.0", "private": true, "scripts": { "dev": "npm run copy && next dev", "build": "npm run copy && next build", "start": "next start", "lint": "next lint", "copy": "ncp ./node_modules/@arcgis/core/assets ./public/assets" }, "dependencies": { "@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", "react": "^18", "react-dom": "^18", "react-redux": "^8.1.3", "react-responsive": "^9.0.2" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10", "eslint": "^8", "eslint-config-next": "13.5.4", "ncp": "^2.0.0", "postcss": "^8", "tailwindcss": "^3", "typescript": "^5" } }