mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"name": "@bun-examples/next",
|
|
"version": "0.0.32",
|
|
"main": "index.js",
|
|
"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-create": {
|
|
"postinstall": [
|
|
"bun bun --use next"
|
|
]
|
|
}
|
|
}
|