-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.41 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
68
69
70
{
"name": "terradelft-website",
"description": "Terra Delft Website",
"version": "0.1.0",
"author": "xmflsct <[email protected]>",
"private": true,
"license": "GPL-3.0-or-later",
"sideEffects": false,
"scripts": {
"build": "tailwindcss -m -i ./styles/app.css -o app/styles/app.css && remix build",
"dev:css": "tailwindcss -w -i ./styles/app.css -o app/styles/app.css",
"dev:remix": "remix watch",
"dev:wrangler": "cross-env NODE_ENV=development wrangler pages dev ./public --local --kv TERRADELFT_WEBSITE --binding $(cat .env)",
"dev": "remix build && run-p \"dev:*\"",
"start": "cross-env NODE_ENV=production npm run dev:wrangler"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^16.1.3",
"@contentful/rich-text-react-renderer": "^15.21.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.0.4",
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/cloudflare-pages": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@stripe/stripe-js": "^3.5.0",
"get-youtube-id": "^1.0.1",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"i18n-iso-countries": "^7.11.2",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"isbot": "^5.1.9",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-medium-image-zoom": "^5.2.4",
"react-select": "^5.8.0",
"remix-i18next": "^6.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240605.0",
"@contentful/rich-text-types": "^16.5.2",
"@remix-run/dev": "^2.9.2",
"@tailwindcss/typography": "^0.5.13",
"@types/i18next-fs-backend": "^1.1.5",
"@types/lodash": "^4.17.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"contentful": "^10.11.8",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"got": "^14.4.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"wrangler": "^3.60.0"
},
"packageManager": "[email protected]"
}