Spaces:
Running
Running
| { | |
| "name": "@ling/studio", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "prettier": "prettier --check .", | |
| "prettier:fix": "prettier --write ." | |
| }, | |
| "prettier": { | |
| "plugins": [ | |
| "prettier-plugin-tailwindcss" | |
| ], | |
| "tailwindStylesheet": "src/app/globals.css" | |
| }, | |
| "dependencies": { | |
| "@ai-sdk/langchain": "^2.0.78", | |
| "@ai-sdk/openai": "^3.0.19", | |
| "@assistant-ui/react": "^0.12.1", | |
| "@assistant-ui/react-ai-sdk": "^1.3.1", | |
| "@assistant-ui/react-markdown": "^0.12.0", | |
| "@ffmpeg/ffmpeg": "^0.12.15", | |
| "@ffmpeg/util": "^0.12.2", | |
| "@langchain/core": "^1.1.19", | |
| "@langchain/langgraph": "^1.1.3", | |
| "@langchain/langgraph-sdk": "^1.5.5", | |
| "@langchain/openai": "^1.2.5", | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-collapsible": "^1.1.12", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "@truto/turndown-plugin-gfm": "^1.0.2", | |
| "ai": "^6.0.50", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.31.3", | |
| "lucide-react": "^0.563.0", | |
| "motion": "^12.31.3", | |
| "next": "16.1.5", | |
| "radix-ui": "^1.4.3", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "remark-gfm": "^4.0.1", | |
| "tailwind-merge": "^3.4.0", | |
| "turndown": "^7.2.2", | |
| "tw-animate-css": "^1.4.0", | |
| "tw-shimmer": "^0.4.3", | |
| "uuid": "^13.0.0", | |
| "zustand": "^5.0.10" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^25", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "@types/turndown": "^5.0.6", | |
| "@types/uuid": "^11.0.0", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.1.5", | |
| "prettier": "^3.8.1", | |
| "prettier-plugin-tailwindcss": "^0.7.2", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| }, | |
| "packageManager": "pnpm@10.28.0" | |
| } | |