Skip to content

Commit

Permalink
Finish server
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Oct 21, 2022
1 parent 317e432 commit 4d1b94b
Show file tree
Hide file tree
Showing 5 changed files with 1,038 additions and 563 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"homepage": "https://github.com/zhuhaow/ignext",
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"@cloudflare/workers-types": "^3.17.0",
"@types/fs-extra": "9.0.13",
"@types/isomorphic-fetch": "^0.0.36",
"@types/jest": "28.1.7",
Expand All @@ -37,7 +37,7 @@
"@types/node": "18.7.8",
"@types/wait-on": "^5.3.1",
"commander": "^9.4.1",
"esbuild": "^0.15.10",
"esbuild": "^0.15.12",
"execa": "^6.1.0",
"fs-extra": "10.1.0",
"get-port": "^6.1.2",
Expand All @@ -64,5 +64,13 @@
},
"engines": {
"node": ">= 16"
},
"dependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"next": "^12.3.2-canary.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.74.0"
}
}

0 comments on commit 4d1b94b

Please sign in to comment.