forked from waynesutton/clawsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "clawsync",
"version": "0.1.0",
"description": "Open source AI agent platform built with React + Convex",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest",
"deploy": "npx @convex-dev/self-static-hosting deploy",
"deploy:static": "npx @convex-dev/self-static-hosting upload --build --prod"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/google": "^2.0.52",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/openai-compatible": "^0.2.14",
"@convex-dev/agent": "^0.3.2",
"@convex-dev/rate-limiter": "^0.3.2",
"@convex-dev/self-static-hosting": "github:get-convex/self-static-hosting",
"@phosphor-icons/react": "^2.1.10",
"ai": "^5.0.29",
"convex": "^1.31.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"react-router-dom": "^7.1.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "^1.1.1",
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.15.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"license": "MIT"
}