Files
bun.sh/examples/next/package.json
Jarred Sumner e08cc968cb add GC output constraints
I don't fully understand what this does

but it sounds good!
2022-04-07 01:57:45 -07:00

22 lines
393 B
JSON

{
"name": "@bun-examples/next",
"version": "0.0.51",
"main": "index.js",
"dependencies": {
"next": "^12.1.0",
"react": "^18",
"react-dom": "^18",
"react-is": "^17.0.2"
},
"devDependencies": {
"@types/react": "latest",
"bun-framework-next": "^12",
"typescript": "latest"
},
"bun-create": {
"postinstall": [
"bun bun --use next"
]
}
}