49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "car-crushers-portal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "remix build --sourcemap",
|
|
"check-format": "prettier -c .",
|
|
"format": "prettier -wc .",
|
|
"publish": "remix build --sourcemap && wrangler pages deploy --upload-source-maps public"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.10.10",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
|
|
"@prisma/adapter-d1": "^7.8.0",
|
|
"@prisma/client": "^7.8.0",
|
|
"@remix-run/cloudflare": "^2.17.5",
|
|
"@remix-run/cloudflare-pages": "^2.17.5",
|
|
"@remix-run/react": "^2.17.5",
|
|
"@sentry/cloudflare": "^10.63.0",
|
|
"@sentry/remix": "^10.63.0",
|
|
"aws4fetch": "^1.0.20",
|
|
"dayjs": "^1.11.21",
|
|
"framer-motion": "^12.42.2",
|
|
"react": "^18.3.1",
|
|
"react-big-calendar": "^1.20.0",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^2.17.5",
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^18.3.31",
|
|
"@types/react-big-calendar": "^1.16.3",
|
|
"@types/react-dom": "^18.3.7",
|
|
"dotenv": "^17.4.2",
|
|
"prettier": "^3.9.4",
|
|
"prisma": "^7.8.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"overrides": {
|
|
"@cloudflare/workers-types": "^4.20260702.1"
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "auto"
|
|
}
|
|
}
|