40 lines
1000 B
JSON
40 lines
1000 B
JSON
{
|
|
"name": "car-crushers-portal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "remix build",
|
|
"format": "prettier -wc .",
|
|
"publish": "remix build && wrangler pages deploy public"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.8.2",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/plus-jakarta-sans": "^5.0.17",
|
|
"@remix-run/cloudflare": "^2.3.0",
|
|
"@remix-run/cloudflare-pages": "^2.3.0",
|
|
"@remix-run/react": "^2.3.0",
|
|
"@sentry/react": "^7.80.1",
|
|
"framer-motion": "^10.16.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^2.3.0",
|
|
"@types/node": "^20.9.1",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"dotenv": "^16.3.1",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"overrides": {
|
|
"@cloudflare/workers-types": "^4.20231025.0"
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "auto"
|
|
}
|
|
}
|