58 lines
1.5 KiB
JSON
58 lines
1.5 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",
|
|
"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-data-grid": "^7.22.2",
|
|
"@refinedev/cli": "^2.16.49",
|
|
"@refinedev/core": "^5.0.2",
|
|
"@refinedev/devtools": "^2.0.2",
|
|
"@refinedev/kbar": "^2.0.0",
|
|
"@refinedev/mui": "^7.0.0",
|
|
"@refinedev/nextjs-router": "^7.0.0",
|
|
"@refinedev/react-hook-form": "^5.0.0",
|
|
"@refinedev/simple-rest": "^6.0.0",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@turf/turf": "^7.2.0",
|
|
"clsx": "^2.1.1",
|
|
"deck.gl": "^9.1.14",
|
|
"js-cookie": "^3.0.5",
|
|
"next": "^15.2.4",
|
|
"next-auth": "^4.24.5",
|
|
"ol": "^10.6.1",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^15.0.3",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"refine": {
|
|
"projectId": "4LwOCL-BBaV29-qUYMAJ"
|
|
}
|
|
} |