-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.34 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.34 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
{
"name": "train-protocol",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@10.20.0",
"scripts": {
"dev": "pnpm --filter train-app dev",
"build": "pnpm run build:packages && pnpm --filter train-app build",
"build:packages": "pnpm --filter './packages/**' run build",
"build:sdk": "pnpm --filter @train-protocol/sdk run build",
"clean": "find . \\( -name 'node_modules' -o -name 'dist' -o -name 'build' -o -name '.next' -o -name 'tsconfig.tsbuildinfo' \\) -prune -exec rimraf {} +"
},
"devDependencies": {
"rimraf": "^6.0.1"
},
"pnpm": {
"overrides": {
"@radix-ui/react-dismissable-layer": "1.1.1",
"@walletconnect/universal-provider": "2.21.8",
"@walletconnect/ethereum-provider": "2.21.8",
"@aztec/aztec.js": "catalog:",
"elliptic": ">=6.6.1",
"ws": ">=8.17.1",
"undici": ">=6.24.0",
"systeminformation": ">=5.31.0",
"h3": ">=1.15.9",
"defu": ">=6.1.5",
"brace-expansion": ">=5.0.5",
"hono": ">=4.12.12",
"@hono/node-server": ">=1.19.13",
"color-string": ">=1.5.5",
"lodash": ">=4.18.0",
"lodash-es": ">=4.18.0",
"vite": ">=8.0.5",
"@metamask/sdk": ">=0.33.1",
"@metamask/sdk-communication-layer": ">=0.33.1",
"fast-xml-parser": ">=5.5.7",
"@tootallnate/once": ">=3.0.1"
}
}
}