and centralized backend requests via api/apiFetch (including data provider updates) to inject X-Project-ID.
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"name": "tjwater-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
|
|
"build": "refine build",
|
|
"start": "refine start",
|
|
"lint": "next lint",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"refine": "refine"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.8.2",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mui/icons-material": "^6.1.6",
|
|
"@mui/lab": "^6.0.0-beta.14",
|
|
"@mui/material": "^6.1.7",
|
|
"@mui/x-charts": "^7.29.1",
|
|
"@mui/x-data-grid": "^7.22.2",
|
|
"@mui/x-date-pickers": "^8.12.0",
|
|
"@refinedev/cli": "^2.16.50",
|
|
"@refinedev/core": "^5.0.8",
|
|
"@refinedev/devtools": "^2.0.3",
|
|
"@refinedev/kbar": "^2.0.1",
|
|
"@refinedev/mui": "^8.0.0",
|
|
"@refinedev/nextjs-router": "^7.0.4",
|
|
"@refinedev/react-hook-form": "^5.0.4",
|
|
"@refinedev/simple-rest": "^6.0.1",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@turf/turf": "^7.2.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"deck.gl": "^9.1.14",
|
|
"echarts": "^6.0.0",
|
|
"echarts-for-react": "^3.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
"next": "^16.1.6",
|
|
"next-auth": "^4.24.5",
|
|
"ol": "^10.7.0",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-draggable": "^4.5.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-window": "^1.8.10",
|
|
"tailwindcss": "^4.1.13",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"overrides": {
|
|
"fast-xml-parser": "5.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@types/react-window": "^1.8.8",
|
|
"baseline-browser-mapping": "^2.9.19",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-next": "^16.1.6",
|
|
"jest": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"ts-jest": "^29.4.6",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"refine": {
|
|
"projectId": "4LwOCL-BBaV29-qUYMAJ"
|
|
}
|
|
}
|