-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "pyr-publisher",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"generate": "nuxt build --spa --target-static && nuxt export"
},
"dependencies": {
"@fleekhq/space-client": "^0.1.5",
"@metamask/detect-provider": "^1.1.0",
"@nuxtjs/axios": "^5.11.0",
"@openzeppelin/contracts": "^3.1.0",
"child_process": "^1.0.2",
"eth-sig-util": "^2.5.3",
"ethereumjs-util": "^7.0.3",
"fs": "0.0.1-security",
"libp2p": "^0.28.7",
"libp2p-bootstrap": "^0.11.0",
"libp2p-gossipsub": "^0.4.6",
"libp2p-mplex": "^0.9.5",
"libp2p-noise": "^1.1.2",
"libp2p-secio": "^0.12.6",
"libp2p-webrtc-star": "^0.18.6",
"libp2p-websockets": "^0.13.6",
"nuxt": "^2.13.0",
"path": "^0.12.7",
"truffle": "^5.1.36",
"web3": "^1.2.11",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.11.2"
}
}