-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 2 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
{
"name": "rar-website",
"private": true,
"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 RAR_WEBSITE --binding $(cat .env)",
"dev": "remix build && run-p \"dev:*\"",
"start": "cross-env NODE_ENV=production npm run dev:wrangler"
},
"dependencies": {
"@cloudflare/pages-plugin-sentry": "^1.1.3",
"@contentful/rich-text-plain-text-renderer": "^16.1.3",
"@contentful/rich-text-react-renderer": "^15.21.2",
"@contentful/rich-text-types": "^16.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.0.4",
"@myparcel/constants": "^2.0.0",
"@myparcel/sdk": "^4.0.0",
"@remix-run/cloudflare": "^2.9.2",
"@remix-run/cloudflare-pages": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@sentry/remix": "^8.7.0",
"@stripe/stripe-js": "^3.5.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"i18n-iso-countries": "^7.11.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"schema-dts": "^1.1.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240603.0",
"@remix-run/dev": "2.9.2",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"stripe": "^15.9.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"wrangler": "^3.59.0"
},
"packageManager": "[email protected]"
}