-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 872 Bytes
/
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
{
"name": "remix-template-netlify-ts",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "cross-env NODE_ENV=development netlify dev",
"postinstall": "remix setup node",
"start": "cross-env NODE_ENV=production netlify dev"
},
"dependencies": {
"@netlify/functions": "^0.10.0",
"@remix-run/netlify": "^1.3.3",
"@remix-run/react": "^1.3.3",
"@sanity/client": "^3.3.0",
"cross-env": "^7.0.3",
"groq": "^2.29.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.3.3"
},
"devDependencies": {
"@remix-run/dev": "^1.3.3",
"@remix-run/eslint-config": "^1.3.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"eslint": "^8.11.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=14"
}
}