-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 Bytes
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
{
"name": "reportoken_wallet",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@openzeppelin/contracts": "^3.1.0",
"@truffle/hdwallet-provider": "^1.1.0",
"@types/ethereum-protocol": "^1.0.1",
"@types/web3": "^1.2.2",
"dns": "^0.2.2",
"element-ui": "^2.13.2",
"express": "^4.17.1",
"firebase": "^7.21.1",
"fs": "0.0.1-security",
"ipfs-http-client": "^47.0.1",
"nuxt": "^2.14.0",
"truffle-hdwallet-provider": "^1.0.17",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"web3": "^1.3.0",
"web3-providers": "^1.0.0-beta.55"
},
"devDependencies": {}
}