Spaces:
Running
Running
File size: 1,813 Bytes
de2f961 c10f8f8 d157265 c10f8f8 de2f961 c10f8f8 de2f961 c10f8f8 de2f961 c10f8f8 de2f961 |
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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
{
"name": "deepsite-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@huggingface/hub": "^2.6.2",
"@huggingface/inference": "^4.7.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@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.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/eslint-plugin-query": "^5.86.0",
"@tanstack/react-query": "^5.86.0",
"@tanstack/react-query-devtools": "^5.86.0",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.22",
"log4js": "^6.9.1",
"log4js-json-layout": "^2.2.3",
"lucide-react": "^0.542.0",
"monaco-editor": "^0.52.2",
"mongoose": "^8.18.0",
"next": "15.5.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-use": "^17.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.8",
"url-loader": "^4.1.1",
"zod": "^4.1.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.13",
"typescript": "^5"
}
}
|