Files
vision-server/package.json
2026-04-23 15:21:40 -05:00

42 lines
1.1 KiB
JSON

{
"name": "vision-jobs",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --watch & node --watch index.js",
"build": "vite build",
"start": "node index.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.71",
"@ai-sdk/google": "^3.0.64",
"@ai-sdk/openai": "^3.0.53",
"@ai-sdk/openai-compatible": "^2.0.41",
"@fastify/multipart": "^9.4.0",
"@fastify/static": "^8.0.3",
"@fastify/websocket": "^11.2.0",
"@google/genai": "^1.0.0",
"ai": "^6.0.168",
"dotenv": "^16.4.5",
"fastify": "^5.2.1",
"p-queue": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.0",
"globals": "^15.0.0",
"vite": "^6.0.7"
}
}