forked from suterusu-team/suterusu-protocol-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage_demo_webapp.json
35 lines (35 loc) · 936 Bytes
/
package_demo_webapp.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
{
"name": "tutorialtoken",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts-upgradeable": ">=4.4.1",
"@openzeppelin/truffle-upgrades": "^1.8.0",
"lite-server": "^2.6.1",
"truffle-contract-size": "^2.0.1"
},
"dependencies": {
"@openzeppelin/contract-loader": "^0.6.2",
"@openzeppelin/contracts": ">=4.4.1",
"@thetalabs/theta-js": "0.0.50",
"@truffle/contract": "^4.3.0",
"@truffle/hdwallet-provider": "^1.2.1",
"bn.js": "^5.1.3",
"elliptic": "^6.5.3",
"node-fetch": "^2.6.1",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"truffle-privatekey-provider": "^1.5.0",
"web3": "^1.3.0"
}
}