Spaces:
Running
Running
| { | |
| "name": "powerpoint", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@auth/core": "^0.34.3", | |
| "@google/generative-ai": "^0.24.1", | |
| "@huggingface/hub": "^2.11.0", | |
| "@huggingface/inference": "^4.13.15", | |
| "@lobehub/icons": "^5.0.1", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-popover": "^1.1.15", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "axios": "^1.13.6", | |
| "chart.js": "^4.5.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cohere-ai": "^7.20.0", | |
| "framer-motion": "^12.38.0", | |
| "jspdf": "^4.2.1", | |
| "lucide-react": "^0.577.0", | |
| "next": "16.2.1", | |
| "next-auth": "^4.24.13", | |
| "openai": "^6.32.0", | |
| "pptxgenjs": "^4.0.1", | |
| "react": "19.2.4", | |
| "react-chartjs-2": "^5.3.1", | |
| "react-dom": "19.2.4", | |
| "react-draggable": "^4.5.0", | |
| "react-icons": "^5.6.0", | |
| "swiper": "^12.1.2", | |
| "tailwind-merge": "^3.5.0", | |
| "unsplash-js": "^7.0.20" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^25", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^10", | |
| "eslint-config-next": "16.2.1", | |
| "tailwindcss": "^4", | |
| "tw-animate-css": "^1.4.0", | |
| "typescript": "5.9.3" | |
| } | |
| } | |