-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.18 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "terradelft-website",
"description": "Terra Delft Website",
"author": "xmflsct <[email protected]>",
"private": true,
"license": "GPL-3.0-or-later",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "wrangler pages dev ./build/client"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@contentful/rich-text-react-renderer": "^16.0.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.0",
"@react-router/cloudflare": "^7.1.1",
"@sentry/cloudflare": "^8.48.0",
"@sentry/react": "^8.48.0",
"@sentry/vite-plugin": "^2.23.0",
"@stripe/stripe-js": "^5.5.0",
"get-youtube-id": "^1.0.1",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"i18n-iso-countries": "^7.13.0",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"lodash-es": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"react-medium-image-zoom": "^5.2.13",
"react-router": "^7.1.1",
"react-select": "patch:react-select@npm%3A5.9.0#~/.yarn/patches/react-select-npm-5.9.0-537cb5774c.patch",
"remix-i18next": "^7.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250109.0",
"@contentful/rich-text-types": "^17.0.0",
"@react-router/dev": "^7.1.1",
"@react-router/fs-routes": "^7.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"got": "^14.4.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^3.101.0"
},
"packageManager": "[email protected]"
}