Spaces:
Running
Running
File size: 895 Bytes
011fc8d feeb9d7 011fc8d bb931e3 e4ff188 bb931e3 d3eb6cb bb931e3 4b9a674 bb931e3 bfef3a0 011fc8d d3eb6cb bb931e3 011fc8d bb931e3 d3eb6cb bb931e3 70ea50e 011fc8d d3eb6cb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"name": "powerpoint",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@huggingface/hub": "^2.11.0",
"@huggingface/inference": "^4.13.15",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"lucide-react": "^0.577.0",
"next": "16.2.1",
"pptxgenjs": "^4.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-draggable": "^4.5.0",
"react-icons": "^5.6.0",
"tailwind-merge": "^3.5.0"
},
"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"
}
}
|