-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual -c \"npm run start\"",
"start": "wrangler pages dev --compatibility-date=2023-06-21 ./public",
"typecheck": "tsc"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@remix-run/cloudflare": "^1.19.3",
"@remix-run/cloudflare-pages": "^1.19.3",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/react": "^1.19.3",
"i18next": "^23.4.4",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.1.2",
"react-router-dom": "^6.16.0",
"recharts": "^2.8.0",
"remix-i18next": "^5.3.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.19.0",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/express": "^4.17.18",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.0.11",
"@types/tailwindcss": "^3.1.0",
"daisyui": "^3.7.7",
"eslint": "^8.38.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"wrangler": "^3.1.1"
},
"engines": {
"node": ">=16.13.0"
}
}