{ "name": "bun-react-template", "version": "0.1.0", "private": true, "type": "module", "main": "src/index.tsx", "module": "src/index.tsx", "scripts": { "dev": "bun --hot src/index.tsx", "build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='BUN_PUBLIC_*'", "start": "NODE_ENV=production bun src/index.tsx" }, "dependencies": { "@emotion/styled": "^11.14.1", "@fontsource/roboto": "^5.2.8", "@mui/icons-material": "^7.3.4", "@mui/material": "^7.3.4", "@nick/lz4": "npm:@jsr/nick__lz4", "react": "^19", "react-dom": "^19" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@types/bun": "latest" } }