mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"name": "simple-react",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"left-pad": "^1.3.0",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.6.1",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|