mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
11 lines
169 B
JSON
11 lines
169 B
JSON
{
|
|
"name": "simple-react",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|