-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.48 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "cloudflare-remix-sanity-template",
"sideEffects": false,
"private": true,
"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",
"lint": "eslint . --fix"
},
"dependencies": {
"@portabletext/react": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.6",
"@remix-run/cloudflare": "^2.0.0",
"@remix-run/cloudflare-pages": "^2.0.0",
"@remix-run/css-bundle": "^1.19.1",
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
"@remix-run/serve": "^2.0.0",
"@sanity/asset-utils": "^1.3.0",
"@sanity/base": "^2.36.2",
"@sanity/client": "^6.0.1",
"@sanity/demo": "^1.0.2",
"@sanity/image-url": "^1.0.1",
"@sanity/portable-text-editor": "^3.16.7",
"@sanity/preview-kit": "^1.2.10",
"@sanity/slate-react": "^2.24.3",
"@sanity/ui": "^1.8.2",
"@sanity/vision": "^3.9.1",
"clsx": "^2.0.0",
"compression": "^1.7.4",
"dotenv": "^16.3.1",
"error-stack-parser": "^2.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"groq": "^3.10.1",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-fs-backend": "^2.1.5",
"i18next-http-backend": "^2.2.1",
"i18next-react": "^0.2.2",
"isbot": "^3.6.8",
"lucide-react": "^0.216.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.1",
"remix-i18next": "^5.3.0",
"remix-utils": "^7.0.0-pre.3",
"sanity": "^3.11.1",
"sanity-plugin-iframe-pane": "^2.1.1",
"satori": "^0.4.0",
"styled-components": "^6.0.8",
"tailwind-merge": "^1.14.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.19.0",
"@remix-run/dev": "^2.0.0",
"@remix-run/eslint-config": "^2.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.11",
"eslint": "^8.20.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"inquirer": "^9.1.4",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.0.4",
"wrangler": "^3.1.1"
},
"engines": {
"node": ">=18.0.0"
}
}