-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (68 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (68 loc) · 2 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
65
66
67
68
69
70
{
"name": "sanity-remix-template",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev:remix": "remix watch",
"dev:wrangler": "cross-env NODE_ENV=development wrangler pages dev ./public",
"dev": "npm-run-all build --parallel \"dev:*\"",
"start": "cross-env NODE_ENV=production",
"typecheck": "tsc"
},
"dependencies": {
"eslint": "^8.6.0",
"prop-types": "^15.7",
"cross-env": "^7.0.3",
"@remix-run/cloudflare": "^1.19.3",
"@remix-run/cloudflare-pages": "^1.19.3",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/react": "^1.19.3",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@portabletext/react": "^3.0.0",
"@remix-run/node": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@resvg/resvg-js": "^2.4.1",
"@sanity/asset-utils": "^1.3.0",
"@sanity/client": "^6.0.1",
"@sanity/demo": "^1.0.2",
"@sanity/image-url": "^1.0.1",
"@sanity/preview-kit": "^1.2.10",
"@sanity/vision": "^3.9.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"groq": "^3.10.1",
"lucide-react": "^0.216.0",
"remix-utils": "^6.3.0",
"sanity": "^3.11.1",
"sanity-plugin-iframe-pane": "^2.1.1",
"satori": "^0.4.0",
"styled-components": "^5.3.6",
"zod": "^3.19.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.11",
"eslint-plugin-simple-import-sort": "^10.0.0",
"inquirer": "^9.1.4",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"npm-run-all": "^4.1.5",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.1.8",
"@cloudflare/workers-types": "^3.19.0",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"typescript": "^5.0.4",
"wrangler": "^3.1.1"
},
"engines": {
"node": "16.x"
}
}