* trending queries UI improved * Modern look on Flight Tracker tool * added Latex rendering support
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"name": "miniperplx",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^1.0.5",
|
|
"@ai-sdk/azure": "^1.0.10",
|
|
"@ai-sdk/cohere": "^1.0.3",
|
|
"@ai-sdk/google": "^1.0.11",
|
|
"@ai-sdk/groq": "^0.0.1",
|
|
"@ai-sdk/mistral": "^0.0.41",
|
|
"@ai-sdk/openai": "^0.0.58",
|
|
"@ai-sdk/xai": "^1.0.6",
|
|
"@e2b/code-interpreter": "^1.0.3",
|
|
"@foobar404/wave": "^2.0.5",
|
|
"@mendable/firecrawl-js": "^1.4.3",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-collapsible": "^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-icons": "^1.3.0",
|
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@tavily/core": "^0.0.2",
|
|
"@types/katex": "^0.16.7",
|
|
"@types/mapbox-gl": "^3.4.0",
|
|
"@types/unist": "^3.0.3",
|
|
"@upstash/ratelimit": "^2.0.3",
|
|
"@upstash/redis": "^1.34.0",
|
|
"@vercel/analytics": "^1.3.1",
|
|
"@vercel/blob": "^0.23.4",
|
|
"@vercel/functions": "^1.4.0",
|
|
"ai": "^4.0.17",
|
|
"anthropic-vertex-ai": "^1.0.0",
|
|
"cheerio": "^1.0.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"echarts": "^5.5.1",
|
|
"echarts-for-react": "^3.0.2",
|
|
"embla-carousel-autoplay": "^8.3.0",
|
|
"embla-carousel-react": "^8.3.0",
|
|
"exa-js": "^1.3.3",
|
|
"framer-motion": "^11.3.19",
|
|
"google-auth-library": "^9.14.1",
|
|
"highlight.js": "^11.10.0",
|
|
"katex": "^0.16.11",
|
|
"lucide-react": "^0.424.0",
|
|
"luxon": "^3.5.0",
|
|
"mapbox-gl": "^3.7.0",
|
|
"marked-react": "^2.0.0",
|
|
"motion": "^11.13.5",
|
|
"next": "^14.2.20",
|
|
"next-themes": "^0.3.0",
|
|
"openai": "^4.56.0",
|
|
"posthog-js": "^1.202.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-latex-next": "^3.0.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-tweet": "^3.2.1",
|
|
"recharts": "^2.12.7",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"sonner": "^1.5.0",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vaul": "^1.1.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google.maps": "^3.55.12",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"micromatch": "^4.0.8",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|