Spaces:
Sleeping
Sleeping
| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@headlessui/react": "^2.2.9", | |
| "@heroicons/react": "^2.2.0", | |
| "@openai/chatkit": "^1.2.0", | |
| "@radix-ui/react-scroll-area": "^1.2.10", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@tsparticles/engine": "^3.9.1", | |
| "@tsparticles/react": "^3.0.0", | |
| "@tsparticles/slim": "^3.9.1", | |
| "better-auth": "^1.4.7", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^4.1.0", | |
| "framer-motion": "^12.23.26", | |
| "geist": "^1.5.1", | |
| "lottie-react": "^2.4.1", | |
| "lucide-react": "^0.561.0", | |
| "next": "16.0.10", | |
| "react": "19.2.1", | |
| "react-dom": "19.2.1", | |
| "react-markdown": "^10.1.0", | |
| "react-router-dom": "^7.11.0", | |
| "react-tsparticles": "^2.12.2", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "^3.4.0" | |
| }, | |
| "devDependencies": { | |
| "@playwright/test": "^1.57.0", | |
| "@tailwindcss/postcss": "^4", | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.1", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.0.10", | |
| "jest": "^30.2.0", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |