AIvoices/frontend-nextjs/package.json
2025-04-17 17:23:50 +01:00

100 lines
3.4 KiB
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-types": "npx supabase gen types typescript --project-id \"<project-id>\" > db/supabase.ts"
},
"dependencies": {
"@azure/openai": "^2.0.0-beta.1",
"@deepgram/sdk": "^3.5.1",
"@hookform/resolvers": "^3.9.0",
"@next/third-parties": "^15.0.3",
"@nivo/bar": "^0.87.0",
"@nivo/bump": "^0.87.0",
"@nivo/heatmap": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-react": "^8.2.1",
"framer-motion": "^11.3.31",
"geist": "^1.2.1",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.436.0",
"next": "latest",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"openai": "^4.57.2",
"prettier": "^3.3.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-twemoji": "^0.6.0",
"react-use-websocket": "^4.8.1",
"remeda": "^2.11.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"stripe": "^17.3.1",
"swiper": "^11.1.12",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typed-js": "^0.2.3",
"typed.js": "^2.1.0",
"uuid": "^11.1.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.7",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react-twemoji": "^0.4.3",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "8.4.33",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
}
}