-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "remix-on-netlify-app",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"generate:css": "postcss ./app/styles --dir ./app/styles/build",
"start": "netlify serve",
"typecheck": "tsc -b"
},
"dependencies": {
"@netlify/functions": "^2.0.0",
"@netlify/remix-adapter": "^2.0.0",
"@portabletext/react": "3.0.11",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@sanity/client": "6.10.0",
"@sanity/image-url": "1.0.2",
"@sanity/overlays": "2.2.1",
"@sanity/react-loader": "1.6.2",
"groq": "3.21.3",
"isbot": "3.7.1",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@portabletext/types": "2.0.8",
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"@sanity/types": "3.21.3",
"@types/node": "20.8.8",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "10.4.16",
"eslint": "^8.27.0",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
"typescript": "5.3.3"
},
"engines": {
"node": ">= 14.18"
}
}