Files
Podcast-Generator/web/package.json

65 lines
1.8 KiB
JSON

{
"name": "podcasthub-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"setup": "node scripts/setup.js",
"test-build": "node test-build.js"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"better-auth": "^1.3.6",
"better-sqlite3": "^12.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"framer-motion": "^11.3.8",
"globby": "^14.1.0",
"i18next": "^25.4.1",
"i18next-resources-to-backend": "^1.2.1",
"lucide-react": "^0.424.0",
"next": "15.2.8",
"next-language-detector": "^1.1.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.40",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.7.2",
"react-icons": "^5.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"drizzle-kit": "^0.31.4",
"eslint": "^8.57.0",
"eslint-config-next": "^15.2.8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tsx": "^4.20.4"
}
}