-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 951 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
36
37
38
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "cross-env NODE_ENV=production netlify dev"
},
"dependencies": {
"@netlify/functions": "^1.0.0",
"@octokit/plugin-throttling": "^4.2.0",
"@octokit/rest": "^19.0.4",
"@remix-run/netlify": "^1.6.7",
"@remix-run/node": "^1.6.7",
"@remix-run/react": "^1.6.7",
"axios": "^1.2.2",
"cross-env": "^7.0.3",
"date-fns": "^2.29.2",
"esbuild": "^0.14.54",
"mdx-bundler": "^9.0.1",
"p-queue": "^7.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "^1.6.7",
"@remix-run/eslint-config": "^1.6.7",
"@remix-run/serve": "^1.6.7",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14"
}
}