-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.9 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "redezeit-upgrade",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"lint:yolo": "biome check --write --unsafe .",
"format": "biome format --write .",
"contentful-typescript-codegen": "node --env-file=.env scripts/generate-contentful-types.js",
"start": "netlify serve",
"typecheck": "react-router typegen && tsc",
"test": "vitest"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.1.6",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.4",
"@netlify/edge-functions": "^2.11.0",
"@react-router/node": "^7.0.0",
"@react-router/serve": "^7.0.0",
"autoprefixer": "^10.4.19",
"contentful": "^10.12.7",
"cross-env": "^7.0.3",
"i18next": "^25.8.7",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.5.2",
"isbot": "^5.1.35",
"node-fetch": "^3.3.2",
"react": "^19.0.0",
"react-country-flag": "^3.1.0",
"react-dom": "^19.0.0",
"react-ga4": "^2.1.0",
"react-i18next": "^15.0.0",
"react-router": "^7.0.0",
"remix-i18next": "^7.4.2",
"tailwindcss": "^3.4.4",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.0",
"@netlify/vite-plugin-react-router": "^2.1.3",
"@react-router/dev": "^7.0.0",
"@react-router/fs-routes": "^7.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"cf-content-types-generator": "^2.16.1",
"contentful-management": "^11.27.6",
"dotenv": "^17.2.3",
"postcss": "^8.4.39",
"typescript": "^5.1.6",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
},
"engines": {
"node": ">=22.12.0"
}
}