mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"name": "hello-next",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"next": "^11.1.0",
|
|
"parcel": "2.0.0-rc.0",
|
|
"path": "^0.12.7",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"whatwg-url": "^9.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/standalone": "^7.15.3",
|
|
"@types/react": "^17.0.19",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|