busi488energy/package.json

69 lines
1.9 KiB
JSON

{
"name": "bonus4",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0"
},
"devDependencies": {
"@eslint/js": "9",
"@next/eslint-plugin-next": "^16.1.6",
"@tanstack/eslint-plugin-query": "^5.91.4",
"@types/bun": "latest",
"@types/node": "^25.2.3",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "9",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript-eslint": "^8.55.0",
"zod-validation-error": "^5.0.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@tailwindcss/postcss": "^4.1.18",
"@total-typescript/ts-reset": "^0.6.1",
"@vis.gl/react-google-maps": "^1.7.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.4",
"framer-motion": "^12.34.0",
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"prisma": "^7.3.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"overrides": {
"zod-validation-error": "^5.0.0"
}
}