-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nirium-root",
"private": true,
"scripts": {
"dev": "pnpm --parallel --filter nirium-web --filter @nirium/agent run dev",
"build": "pnpm --filter nirium-web --filter @nirium/agent run build",
"start": "pnpm --filter nirium-web start",
"start:agent": "pnpm --filter @nirium/agent start",
"start:web": "pnpm --filter nirium-web start",
"ship": "vercel --prod",
"postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){console.log('[postinstall] skipped:',e.message)}\""
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@9.12.2",
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
},
"pnpm": {
"overrides": {
"handlebars": ">=4.7.9",
"defu": ">=6.1.5",
"axios": "^1.20.0",
"protobufjs": "^7.6.6",
"brace-expansion@1": "1.1.18",
"brace-expansion@2": "2.1.4",
"fast-uri": "^3.1.5",
"hono": "^4.12.25",
"ip-address": "^10.3.1",
"js-yaml": "^3.15.1",
"nanoid": "^3.3.18",
"next": "^15.5.21",
"postcss": "^8.5.18",
"sharp": "^0.35.0",
"browserslist": "^4.28.7",
"@toon-format/toon": ">=2.3.1",
"toml": ">=4.1.2",
"undici@6": "6.27.0",
"undici@8": "8.9.0",
"ws@7": "7.5.11",
"ws@8": "8.21.0"
}
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@stellar/mpp": "^0.4.0",
"@vercel/analytics": "^1.6.1",
"@x402/core": "^2.9.0",
"@x402/express": "^2.9.0",
"@x402/fetch": "^2.9.0",
"@x402/stellar": "^2.9.0",
"class-variance-authority": "^0.7.1",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"mppx": "^0.5.5"
}
}