Skip to content
Permalink
Newer
Older
100644 37 lines (37 sloc) 906 Bytes
October 19, 2023 16:49
1
{
2
"name": "car-crushers-portal",
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
October 19, 2023 16:49
7
"build": "remix build"
October 19, 2023 16:49
8
},
9
"dependencies": {
October 19, 2023 16:50
10
"@chakra-ui/react": "^2.8.1",
October 19, 2023 16:50
11
"@emotion/react": "^11.11.1",
October 19, 2023 16:49
12
"@emotion/styled": "^11.11.0",
October 19, 2023 16:50
13
"@fontsource/plus-jakarta-sans": "^5.0.12",
October 19, 2023 16:50
14
"@remix-run/cloudflare": "^2.0.1",
15
"@remix-run/cloudflare-pages": "^2.0.1",
16
"@remix-run/react": "^2.0.1",
October 19, 2023 16:50
17
"@sentry/react": "^7.73.0",
October 19, 2023 16:50
18
"framer-motion": "^10.16.4",
October 19, 2023 16:49
19
"react": "^18.2.0",
October 19, 2023 16:49
20
"react-dom": "^18.2.0"
October 19, 2023 16:49
21
},
22
"devDependencies": {
October 19, 2023 16:50
23
"@remix-run/dev": "^2.0.1",
October 19, 2023 16:50
24
"@types/node": "^20.8.2",
25
"@types/react": "^18.2.24",
October 19, 2023 16:50
26
"@types/react-dom": "^18.2.8",
27
"esbuild": "^0.19.4",
October 19, 2023 16:50
28
"prettier": "^3.0.3",
29
"typescript": "^5.2.2"
30
},
31
"overrides": {
October 19, 2023 16:50
32
"@cloudflare/workers-types": "^4.20231002.0"
October 19, 2023 16:50
33
},
34
"prettier": {
35
"endOfLine": "auto"
October 19, 2023 16:49
36
}
37
}