mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
21 lines
431 B
JSON
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"
|
|
}
|
|
}
|