mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
25 lines
407 B
JSON
25 lines
407 B
JSON
{
|
|
"name": "@bun-examples/react",
|
|
"version": "0.0.47",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"scripts": {},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "latest"
|
|
},
|
|
"bun-create": {
|
|
"postinstall": [
|
|
"bun bun ./src/index.jsx"
|
|
]
|
|
}
|
|
}
|