32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "bun-react-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --hot src/index.ts",
|
|
"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.ts",
|
|
"eslint-quiet": "eslint 'src/**/*.{ts,tsx}' --quiet"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@fontsource/roboto": "5.2.8",
|
|
"@mui/icons-material": "7.3.5",
|
|
"@mui/material": "7.3.5",
|
|
"cookie": "^1.0.2",
|
|
"mobx-react-lite": "^4.1.1",
|
|
"react": "19",
|
|
"react-dom": "19",
|
|
"react-router-dom": "^7.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "1.3.1",
|
|
"@types/react": "19",
|
|
"@types/react-dom": "19",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.9.3",
|
|
"@sebastianbrenner/eslint-config": "git+https://gitea.sebastianbrenner.dev/sebastianbrenner/eslint-config.git/#1.2.0"
|
|
}
|
|
} |