Spaces:
Running
Running
| { | |
| "name": "deepstudio-v1", | |
| "version": "1.11.1", | |
| "private": true, | |
| "license": "MIT", | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.7.0-rc.0", | |
| "@radix-ui/react-collapsible": "^1.1.11", | |
| "@radix-ui/react-context-menu": "^2.2.15", | |
| "@radix-ui/react-dialog": "^1.1.14", | |
| "@radix-ui/react-dropdown-menu": "^2.1.15", | |
| "@radix-ui/react-label": "^2.1.7", | |
| "@radix-ui/react-popover": "^1.1.14", | |
| "@radix-ui/react-select": "^2.2.5", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.5", | |
| "@radix-ui/react-tooltip": "^1.2.7", | |
| "@tailwindcss/postcss": "^4.1.12", | |
| "@tanstack/react-query": "^5.80.6", | |
| "@types/node": "20.19.11", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "date-fns": "^4.1.0", | |
| "handlebars": "^4.7.8", | |
| "jszip": "^3.10.1", | |
| "lucide-react": "^0.513.0", | |
| "monaco-editor": "^0.52.2", | |
| "next": "15.3.3", | |
| "next-themes": "^0.4.6", | |
| "postcss": "^8", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-markdown": "^10.1.0", | |
| "react-resizable-panels": "^3.0.4", | |
| "sonner": "^2.0.5", | |
| "tailwind-merge": "^3.3.0", | |
| "tailwindcss": "^4", | |
| "tw-animate-css": "^1.3.4", | |
| "typescript": "5.9.2", | |
| "uuid": "^11.1.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "@types/uuid": "^10.0.0" | |
| } | |
| } | |