-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 886 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 886 Bytes
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
{
"name": "sol-dapper",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types"
},
"devDependencies": {
"prettier": "^3.5.3",
"turbo": "^2.5.4",
"typescript": "5.8.2"
},
"engines": {
"bun": ">=1.0.0"
},
"packageManager": "bun@1.2.5",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@ai-sdk/anthropic": "^2.0.9",
"@ai-sdk/openai": "^2.0.22",
"@prisma/client": "^6.15.0",
"@privy-io/react-auth": "^2.14.2",
"@solana/spl-token": "^0.4.13",
"@types/cors": "^2.8.19",
"@types/jsonwebtoken": "^9.0.10",
"@webcontainer/api": "^1.6.1",
"ai": "^5.0.26",
"cors": "^2.8.5",
"jsonwebtoken": "^9.0.2",
"prisma": "^6.15.0"
}
}