Files
open-canvas/apps/agents/package.json
T
dependabot[bot] ff17fb9073 chore(deps): bump langsmith from 0.3.60 to 0.4.6
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.3.60 to 0.4.6.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.4.6)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.4.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 01:54:49 +00:00

72 lines
2.1 KiB
JSON

{
"name": "@opencanvas/agents",
"author": "Brace Sproul",
"repository": "https://github.com/langchain-ai/open-canvas",
"version": "0.0.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"license": "MIT",
"private": true,
"scripts": {
"dev": "yarn langgraphjs dev --port 54367 --config ../../langgraph.json --no-browser",
"build": "yarn clean && tsc",
"clean": "rm -rf ./dist .turbo || true",
"format": "prettier --config .prettierrc --write \"src\" \"scripts\"",
"format:check": "prettier --config .prettierrc --check \"src\" \"scripts\"",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"postinstall": "yarn turbo build"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@langchain/anthropic": "^0.3.21",
"@langchain/community": "^0.3.45",
"@langchain/core": "^0.3.80",
"@langchain/exa": "^0.1.0",
"@langchain/google-genai": "^0.2.10",
"@langchain/groq": "^0.2.2",
"@langchain/langgraph": "^0.4.4",
"@langchain/langgraph-sdk": "^0.0.107",
"@langchain/ollama": "^0.2.0",
"@langchain/openai": "^0.4.2",
"@mendable/firecrawl-js": "1.10.1",
"@opencanvas/shared": "*",
"@supabase/supabase-js": "^2.45.5",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"exa-js": "^1.4.10",
"framer-motion": "^11.11.9",
"groq-sdk": "^0.13.0",
"langchain": "^0.3.37",
"langsmith": "^0.5.0",
"lodash": "^4.17.23",
"pdf-parse": "^1.1.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@langchain/langgraph-cli": "^0.0.58",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.12",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^8",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"turbo": "latest",
"typescript": "^5",
"typescript-eslint": "^8.8.1",
"vitest": "^3.0.4"
}
}