Skip to content
Permalink
d69c9e00f2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
35 lines (35 sloc) 901 Bytes
{
"name": "car-crushers-portal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "remix build"
},
"dependencies": {
"@chakra-ui/react": "^2.5.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/plus-jakarta-sans": "^4.5.11",
"@remix-run/cloudflare": "^1.14.3",
"@remix-run/cloudflare-pages": "^1.14.3",
"@remix-run/react": "^1.14.3",
"@sentry/react": "^7.44.2",
"@sentry/tracing": "^7.44.2",
"framer-motion": "^10.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.14.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.12",
"prettier": "^2.8.6",
"typescript": "^5.0.2"
},
"overrides": {
"@cloudflare/workers-types": "^4.20230321.0"
}
}