Files
bun.sh/examples/hello-next/package.json
Jarred Sumner 5db15b6ec7 demos -> examples
Former-commit-id: 19a5d395bd41b0a0b854cdf749eb96149f91cbe1
2021-08-20 13:17:57 -07:00

14 lines
241 B
JSON

{
"name": "hello-next",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"next": "^11.1.0",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"whatwg-url": "^9.1.0"
}
}