Files
bun.sh/examples/next/package.json
2021-10-13 00:28:20 -07:00

23 lines
421 B
JSON

{
"name": "hello-next",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"next": "11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.19",
"bun-framework-next": "^0.0.0-21",
"typescript": "^4.3.5"
},
"bun-template": {
"postinstall": [
"bun bun --use next"
]
}
}