-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.49 KB
/
package.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@soketi/monorepo",
"version": "0.1.4",
"license": "MIT",
"scripts": {
"cli": "./dist/packages/cli/index.js",
"dc:build": "docker-compose build"
},
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"optionalDependencies": {
"@nx/nx-linux-arm64-gnu": "17.3.0",
"@nx/nx-linux-arm64-musl": "17.3.0",
"@nx/nx-linux-x64-gnu": "17.3.0",
"@nx/nx-linux-x64-musl": "17.3.0"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^11.1.0",
"@chainsafe/libp2p-noise": "^14.1.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@helia/block-brokers": "^2.0.0",
"@libp2p/autonat": "^1.0.10",
"@libp2p/bootstrap": "^10.0.13",
"@libp2p/circuit-relay-v2": "^1.0.13",
"@libp2p/dcutr": "^1.0.10",
"@libp2p/identify": "^1.0.12",
"@libp2p/kad-dht": "^12.0.5",
"@libp2p/mdns": "^10.0.13",
"@libp2p/mplex": "^10.0.13",
"@libp2p/perf": "^3.0.13",
"@libp2p/pnet": "^1.0.1",
"@libp2p/prometheus-metrics": "^3.0.13",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@libp2p/tcp": "^9.0.13",
"@libp2p/websockets": "^8.0.13",
"blockstore-core": "^4.3.10",
"datastore-core": "^9.2.7",
"helia": "^3.0.1",
"itty-router": "^4.0.27",
"libp2p": "^1.2.1",
"tslib": "^2.6.2",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.41.0",
"uint8arrays": "4.0.10",
"yargs": "^17.7.2"
},
"devDependencies": {
"@libp2p/interface": "1.1.2",
"@nx/devkit": "17.3.0",
"@nx/esbuild": "17.3.0",
"@nx/eslint": "17.3.0",
"@nx/eslint-plugin": "17.3.0",
"@nx/jest": "17.3.0",
"@nx/js": "17.3.0",
"@nx/node": "17.3.0",
"@nx/vite": "17.3.0",
"@nx/web": "17.3.0",
"@nx/workspace": "17.3.0",
"@swc-node/register": "~1.6.8",
"@swc/core": "~1.3.107",
"@swc/helpers": "~0.5.2",
"@types/jest": "^29.5.11",
"@types/node": "18.19.10",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.12",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"ngx-deploy-npm": "8.0.0",
"nx": "17.3.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-node": "10.9.1",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"verdaccio": "^5.29.0",
"vite": "^5.0.12",
"vitest": "1.2.2"
}
}