{ "name": "app", "private": true, "sideEffects": false, "type": "module", "scripts": { "build": "remix vite:build", "dev": "remix vite:dev", "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", "start": "remix-serve ./build/server/index.js", "typecheck": "tsc" }, "dependencies": { "@prisma/client": "^5.13.0", "@remix-run/node": "^2.9.1", "@remix-run/react": "^2.9.1", "@remix-run/serve": "^2.9.1", "@uidotdev/usehooks": "^2.4.1", "@zenstackhq/runtime": "2.1.2", "bootstrap": "^5.3.3", "isbot": "^4.1.0", "lodash": "^4.17.21", "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-chartjs-2": "^5.2.0", "react-dom": "^18.2.0", "react-router-bootstrap": "^0.26.2", "react-slider": "^2.0.6", "remix-utils": "^7.6.0", "tsx": "^4.7.3" }, "devDependencies": { "@remix-run/dev": "^2.9.1", "@tailwindcss/forms": "^0.5.7", "@types/lodash": "^4.17.1", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@types/react-router-bootstrap": "^0.26.6", "@types/react-slider": "^1.3.6", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.38.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "prisma": "^5.13.0", "typescript": "^5.4.5", "vite": "^5.1.0", "vite-tsconfig-paths": "^4.2.1", "zenstack": "2.1.2" }, "engines": { "node": ">=18.0.0" }, "prisma": { "seed": "tsx prisma/seed.ts" } }