-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 826 Bytes
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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev -c \"node build/index.js\"",
"start": "node build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.1.1",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"hono": "^3.4.1",
"isbot": "^3.6.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-hono": "^0.0.12"
},
"devDependencies": {
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
}
}