34 lines
843 B
JSON
34 lines
843 B
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.4.9",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@fontsource/plus-jakarta-sans": "^4.5.11",
|
|
"@sentry/react": "^7.34.0",
|
|
"@sentry/tracing": "^7.34.0",
|
|
"framer-motion": "^8.5.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20230115.0",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^3.0.1",
|
|
"esbuild": "^0.17.5",
|
|
"prettier": "^2.8.3",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-ssr": "^0.4.71"
|
|
}
|
|
}
|