-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "@libp2p/devtools",
"version": "0.0.1",
"description": "Inspect a libp2p node running on the current page",
"type": "module",
"scripts": {
"build": "node esbuild.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dep-check": "aegir dep-check -i esbuild",
"start:firefox": "web-ext run --source-dir . --verbose --devtools"
},
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "ipfs",
"parserOptions": {
"project": true,
"sourceType": "module"
}
},
"dependencies": {
"@libp2p/interface": "^2.1.2",
"@libp2p/devtools-metrics": "^1.1.4",
"@multiformats/multiaddr": "^12.2.3",
"@multiformats/multiaddr-matcher": "^1.2.1",
"it-pipe": "^3.0.1",
"it-pushable": "^3.2.3",
"it-rpc": "^1.0.0",
"multiformats": "^13.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@types/chrome": "^0.0.273",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"aegir": "^44.1.2",
"web-ext": "^8.1.0"
}
}