{ "name": "podcast-frontend", "version": "1.0.0", "scripts": { "dev": "bun dev", "build": "bun build", "start": "bun start" }, "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "typescript": "^4.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "bun-types": "^0.1.0" } }