57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@heroicons/react": "^2.1.5",
|
|
"@mui/icons-material": "^6.0.2",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"autoprefixer": "^10.4.19",
|
|
"dotenv": "^16.4.5",
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-contextmenu": "^1.4.0",
|
|
"leaflet.smooth_marker_bouncing": "^3.1.0",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.11.0",
|
|
"next": "^14.2.5",
|
|
"nextjs-cors": "^2.2.0",
|
|
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
|
|
"postcss": "^8.4.40",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-redux": "^9.1.2",
|
|
"react-select": "^5.8.0",
|
|
"react-toastify": "^10.0.5",
|
|
"recoil": "^0.7.7",
|
|
"redux": "^5.0.1",
|
|
"redux-thunk": "^3.1.0",
|
|
"tailwindcss": "^3.4.7",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"test": "jest",
|
|
"cypress": "cypress open",
|
|
"cypress:run": "cypress run"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.2",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@testing-library/jest-dom": "^6.4.8",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"babel-jest": "^29.7.0",
|
|
"cypress": "^13.14.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"node-fetch": "^3.3.2",
|
|
"raw-loader": "^4.0.2"
|
|
}
|
|
}
|