deeptrust-v2 / package.json
zimejin's picture
Deploy: DeepTrust workspace (v2 clean history)
8eb816f
Raw
History Blame Contribute Delete
982 Bytes
{
"name": "deeptrust",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run build:worker && next build --webpack",
"build:worker": "tsc -p tsconfig.worker.json",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@huggingface/transformers": "^3.8.1",
"@xenova/transformers": "^2.17.2",
"next": "16.1.6",
"pdfjs-dist": "^4.7.76",
"ollama": "^0.6.3",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@langchain/core": "^1.1.28",
"@langchain/langgraph": "^1.1.5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"install": "^0.13.0",
"npm": "^11.11.0",
"tailwindcss": "^4",
"typescript": "^5",
"uuid": "^13.0.0",
"zod": "^4.3.6"
}
}