-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.48 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
{
"name": "Tasks-DApp-blockchain-ethereum-contract-Ported-to-polyjuice",
"version": "1.0.0",
"description": "* Truffle Framework used to create an Ethereum app Ported to Polyjuice using Javascript and Solidity. * **Note:** to open web links in a new window use: _ctrl+click on link_",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"type": "commonjs",
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x777/Tasks-DApp-polyjuice.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndrewJBateman/blockchain-ethereum-contract/issues"
},
"homepage": "https://github.com/AndrewJBateman/blockchain-ethereum-contract#readme",
"dependencies": {
"@polyjuice-provider/truffle": "0.0.1-rc7",
"@truffle/contract": "^4.3.27",
"bootstrap": "^5.1.0",
"lite-server": "^2.6.1",
"@polyjuice-provider/web3": "0.0.1-rc6",
"web3": "1.3.4"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/preset-env": "^7.15.0",
"@truffle/hdwallet-provider": "1.1.0",
"babel-polyfill": "6.26.0",
"chai": "^4.3.4",
"dotenv": "8.2.0",
"solc": "^0.8.0",
"truffle": "5.1.45",
"truffle-flattener": "1.5.0",
"truffle-hdwallet-provider-privkey": "0.3.0"
}
}