mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
22 lines
392 B
JSON
22 lines
392 B
JSON
{
|
|
"name": "@bun-examples/next",
|
|
"version": "0.0.57",
|
|
"dependencies": {
|
|
"next": "^12.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-is": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18",
|
|
"bun-framework-next": "^12",
|
|
"typescript": "latest"
|
|
},
|
|
"bun-create": {
|
|
"postinstall": [
|
|
"bun bun --use next"
|
|
]
|
|
},
|
|
"module": "index.js"
|
|
}
|