-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "remix-sanity-studio-v3",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "NODE_ENV=production netlify dev",
"lint": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@netlify/functions": "^1.6.0",
"@portabletext/react": "^3.0.4",
"@remix-run/netlify": "^1.19.1",
"@remix-run/node": "^1.19.1",
"@remix-run/react": "^1.19.1",
"@remix-run/serve": "^1.19.1",
"@sanity/asset-utils": "^1.3.0",
"@sanity/client": "^6.1.7",
"@sanity/demo": "^1.0.2",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-kit": "^2.3.3",
"@sanity/vision": "^3.14.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"groq": "^3.14.3",
"lucide-react": "^0.263.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^6.6.0",
"sanity": "^3.14.3",
"sanity-plugin-iframe-pane": "^2.3.1",
"styled-components": "^6.0.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@remix-run/dev": "^1.19.1",
"@remix-run/eslint-config": "^1.19.1",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"inquirer": "^9.2.8",
"netlify-cli": "^15.9.1",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14"
}
}