40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "car-crushers-portal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.5.1",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@fontsource/plus-jakarta-sans": "^4.5.11",
|
|
"@remix-run/cloudflare": "^1.14.0",
|
|
"@remix-run/cloudflare-pages": "^1.14.0",
|
|
"@remix-run/react": "^1.14.0",
|
|
"@sentry/react": "^7.40.0",
|
|
"@sentry/tracing": "^7.40.0",
|
|
"framer-motion": "^10.0.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet-async": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "^1.14.0",
|
|
"@types/node": "^18.14.6",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"esbuild": "^0.17.8",
|
|
"prettier": "^2.8.4",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"overrides": {
|
|
"@cloudflare/workers-types": "^4.20230307.0"
|
|
}
|
|
}
|