Files
bun.sh/examples/hello-next/package.json
2021-10-06 20:02:58 -07:00

21 lines
431 B
JSON

{
"name": "hello-next",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"date-fns": "^2.23.0",
"isomorphic-fetch": "^3.0.0",
"next": "11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"whatwg-url": "^9.1.0"
},
"devDependencies": {
"@types/react": "^17.0.19",
"bun-framework-next": "^0.0.0-21",
"typescript": "^4.3.5"
}
}