mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"name": "hello-next",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"next": "^11.1.0",
|
|
"path": "^0.12.7",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"whatwg-url": "^9.1.0"
|
|
}
|
|
}
|