mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
* Improve benchmarking page * WIP * Add typescript instructions to hot * Document preload in Plugins. Fix loader in plugin types.
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"name": "react-hello-world",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "react-hello-world.node.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Colin McDonnell",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"react": "next",
|
|
"react-dom": "next"
|
|
}
|
|
}
|