2025-03-19 06:04:06 +00:00
|
|
|
{
|
2025-08-19 01:17:17 +00:00
|
|
|
"name": "next-ai-draw-io",
|
2025-12-11 14:57:16 +09:00
|
|
|
"version": "0.4.0",
|
2025-12-04 00:33:32 +09:00
|
|
|
"license": "Apache-2.0",
|
2025-08-19 01:17:17 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev --turbopack --port 6002",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start --port 6001",
|
2025-12-06 12:46:40 +09:00
|
|
|
"lint": "biome lint .",
|
|
|
|
|
"format": "biome check --write .",
|
|
|
|
|
"check": "biome ci",
|
|
|
|
|
"prepare": "husky"
|
2025-08-19 01:17:17 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-13 23:28:41 +09:00
|
|
|
"@ai-sdk/amazon-bedrock": "^3.0.70",
|
2025-11-15 13:36:42 +09:00
|
|
|
"@ai-sdk/anthropic": "^2.0.44",
|
|
|
|
|
"@ai-sdk/azure": "^2.0.69",
|
2025-12-02 11:52:09 +09:00
|
|
|
"@ai-sdk/deepseek": "^1.0.30",
|
2025-08-31 12:54:14 +09:00
|
|
|
"@ai-sdk/google": "^2.0.0",
|
|
|
|
|
"@ai-sdk/openai": "^2.0.19",
|
2025-12-07 00:40:11 +09:00
|
|
|
"@ai-sdk/react": "^2.0.107",
|
2025-12-05 09:19:26 +09:00
|
|
|
"@aws-sdk/credential-providers": "^3.943.0",
|
2025-12-05 21:15:02 +09:00
|
|
|
"@langfuse/client": "^4.4.9",
|
|
|
|
|
"@langfuse/otel": "^4.4.4",
|
|
|
|
|
"@langfuse/tracing": "^4.4.9",
|
2025-12-03 20:35:31 +09:00
|
|
|
"@next/third-parties": "^16.0.6",
|
2025-11-15 14:29:18 +09:00
|
|
|
"@openrouter/ai-sdk-provider": "^1.2.3",
|
2025-12-07 09:49:01 +08:00
|
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.208.0",
|
2025-12-05 21:15:02 +09:00
|
|
|
"@opentelemetry/sdk-trace-node": "^2.2.0",
|
2025-12-10 20:54:43 +05:30
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
2025-12-06 21:42:28 +09:00
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@radix-ui/react-scroll-area": "^1.2.3",
|
2025-12-04 22:56:59 +09:00
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@radix-ui/react-slot": "^1.1.2",
|
2025-12-06 21:42:28 +09:00
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
2025-12-10 20:54:43 +05:30
|
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@xmldom/xmldom": "^0.9.8",
|
2025-11-09 23:24:15 +09:00
|
|
|
"ai": "^5.0.89",
|
2025-08-19 01:17:17 +00:00
|
|
|
"base-64": "^1.0.0",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2025-12-08 18:56:34 +09:00
|
|
|
"js-tiktoken": "^1.0.21",
|
2025-08-19 01:17:17 +00:00
|
|
|
"jsdom": "^26.0.0",
|
|
|
|
|
"lucide-react": "^0.483.0",
|
2025-12-10 20:54:43 +05:30
|
|
|
"motion": "^12.23.25",
|
2025-12-04 13:48:30 +09:00
|
|
|
"next": "^16.0.7",
|
2025-11-15 13:36:42 +09:00
|
|
|
"ollama-ai-provider-v2": "^1.5.4",
|
2025-08-19 01:17:17 +00:00
|
|
|
"pako": "^2.1.0",
|
2025-12-03 21:49:34 +09:00
|
|
|
"prism-react-renderer": "^2.4.1",
|
2025-12-08 23:31:17 +09:00
|
|
|
"react": "^19.1.2",
|
|
|
|
|
"react-dom": "^19.1.2",
|
2025-08-19 01:17:17 +00:00
|
|
|
"react-drawio": "^1.0.3",
|
|
|
|
|
"react-icons": "^5.5.0",
|
2025-12-05 22:42:39 +09:00
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"react-resizable-panels": "^3.0.6",
|
2025-08-19 01:17:17 +00:00
|
|
|
"remark-gfm": "^4.0.1",
|
2025-12-05 19:30:50 +09:00
|
|
|
"sonner": "^2.0.7",
|
2025-08-19 01:17:17 +00:00
|
|
|
"tailwind-merge": "^3.0.2",
|
2025-08-31 12:54:14 +09:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-12-10 21:32:35 +09:00
|
|
|
"unpdf": "^1.4.0",
|
2025-11-15 13:36:42 +09:00
|
|
|
"zod": "^4.1.12"
|
2025-08-19 01:17:17 +00:00
|
|
|
},
|
2025-12-06 12:46:40 +09:00
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{js,ts,jsx,tsx,json,css}": [
|
|
|
|
|
"biome check --write --no-errors-on-unmatched",
|
|
|
|
|
"biome check --no-errors-on-unmatched"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-08-19 01:17:17 +00:00
|
|
|
"devDependencies": {
|
2025-12-07 20:33:43 +09:00
|
|
|
"@anthropic-ai/tokenizer": "^0.0.4",
|
2025-12-06 12:46:40 +09:00
|
|
|
"@biomejs/biome": "2.3.8",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@tailwindcss/postcss": "^4",
|
2025-12-05 22:42:39 +09:00
|
|
|
"@tailwindcss/typography": "^0.5.19",
|
2025-08-19 01:17:17 +00:00
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/pako": "^2.0.3",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2025-11-29 12:39:35 +08:00
|
|
|
"eslint": "9.39.1",
|
|
|
|
|
"eslint-config-next": "16.0.5",
|
2025-12-06 12:46:40 +09:00
|
|
|
"husky": "^9.1.7",
|
|
|
|
|
"lint-staged": "^16.2.7",
|
2025-08-19 01:17:17 +00:00
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
2025-03-19 06:04:06 +00:00
|
|
|
}
|