mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
23 lines
365 B
JSON
23 lines
365 B
JSON
{
|
|
"name": "@bun-examples/react",
|
|
"version": "0.1.2",
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "latest"
|
|
},
|
|
"bun-create": {
|
|
"postinstall": [
|
|
"bun bun ./src/index.jsx"
|
|
]
|
|
}
|
|
}
|