{ "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": "NODE_ENV=production 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": { "@fontsource/roboto": "^5.2.8", "@mui/icons-material": "^7.3.4", // "argus-wasm": "git+https://deemz.org/git/joeri/argus-wasm.git#a4491b3433d48aa1f941bd5ad37b36f819d3b2ac", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@types/bun": "1.3.1" } }