CoolFace
Apppublic

enzostvs/deepsite

sourceHugging Facemitupdated 8mo agoView on Hugging Face
17klikes
package.json71 linesDownload Raw Back to root
1{2  "name": "DeepSite",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev --port 3001",7    "build": "next build",8    "start": "next start --port 3001",9    "lint": "eslint"10  },11  "dependencies": {12    "@codesandbox/sandpack-react": "^2.20.0",13    "@codesandbox/sandpack-themes": "^2.0.21",14    "@huggingface/hub": "^2.6.13",15    "@huggingface/inference": "^4.13.3",16    "@monaco-editor/react": "^4.7.0",17    "@radix-ui/react-avatar": "^1.1.11",18    "@radix-ui/react-dialog": "^1.1.15",19    "@radix-ui/react-dropdown-menu": "^2.1.16",20    "@radix-ui/react-popover": "^1.1.15",21    "@radix-ui/react-select": "^2.2.6",22    "@radix-ui/react-separator": "^1.1.8",23    "@radix-ui/react-slot": "^1.2.4",24    "@radix-ui/react-toggle": "^1.1.10",25    "@radix-ui/react-toggle-group": "^1.1.11",26    "@tanstack/react-query": "^5.90.10",27    "@tanstack/react-query-devtools": "^5.90.2",28    "@tanstack/react-query-next-experimental": "^5.91.0",29    "canvas-confetti": "^1.9.4",30    "class-variance-authority": "^0.7.1",31    "clsx": "^2.1.1",32    "date-fns": "^4.1.0",33    "framer-motion": "^12.23.25",34    "huggingface": "link:@auth/core/providers/huggingface",35    "i": "^0.3.7",36    "jszip": "^3.10.1",37    "lucide-react": "^0.554.0",38    "monaco-editor": "^0.54.0",39    "mongoose": "^9.1.1",40    "motion": "^12.24.12",41    "next": "16.1.5",42    "next-auth": "^4.24.13",43    "next-themes": "^0.4.6",44    "nextstepjs": "^2.2.0",45    "npm": "^11.7.0",46    "react": "19.2.0",47    "react-dom": "19.2.0",48    "react-icons": "^5.5.0",49    "react-markdown": "^10.1.0",50    "react-syntax-highlighter": "^16.1.0",51    "react-textarea-autosize": "^8.5.9",52    "react-use": "^17.6.0",53    "sonner": "^2.0.7",54    "tailwind-merge": "^3.4.0",55    "uuid": "^13.0.0"56  },57  "devDependencies": {58    "@tailwindcss/postcss": "^4",59    "@types/canvas-confetti": "^1.9.0",60    "@types/node": "^20",61    "@types/react": "^19",62    "@types/react-dom": "^19",63    "@types/react-syntax-highlighter": "^15.5.13",64    "eslint": "^9",65    "eslint-config-next": "16.0.3",66    "tailwindcss": "^4",67    "tw-animate-css": "^1.4.0",68    "typescript": "^5"69  }70}71