{ "name": "aic-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@tmcw/togeojson": "^7.1.2", "axios": "^1.7.2", "date-fns": "^3.6.0", "leaflet": "^1.9.4", "next": "14.2.3", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.0", "react-icons": "^5.5.0", "react-json-tree": "^0.20.0", "react-leaflet": "^4.2.1", "react-select": "^5.7.4", "react-toastify": "^10.0.4", "recharts": "2.8.0" }, "devDependencies": { "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.5.2", "@types/node": "^20.11.5", "@types/react": "18.2.60", "@types/react-dom": "18.2.22", "eslint": "8.57.0", "eslint-config-next": "14.2.3", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "typescript": "5.3.3" } }