30 lines
906 B
JSON
30 lines
906 B
JSON
{
|
|
"name": "bun-react-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"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": {
|
|
"@iconify/react": "^6.0.0",
|
|
"@mui/icons-material": "^7.3.1",
|
|
"@mui/x-date-pickers": "^8.11.0",
|
|
"dayjs": "^1.11.18",
|
|
"i18next": "^25.4.2",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-fs-backend": "^2.6.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"node": "^22.19.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|