forked from baties/BSCLottery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.37 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
48
{
"name": "binancesmartchain_lotteryprogram",
"version": "1.0.1",
"description": "A Smart Contract base Lottery Deployed on Smart Binance Chain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baties/BSCLottery.git"
},
"author": "Batis",
"license": "GPL",
"bugs": {
"url": "https://github.com/baties/BSCLottery/issues"
},
"homepage": "https://github.com/baties/BSCLottery#readme",
"dependencies": {
"@chainlink/contracts": "^0.4.0",
"@openzeppelin/contracts": "^4.5.0",
"@truffle/hdwallet-provider": "^2.0.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"big-integer": "^1.6.48",
"bootstrap": "^5.0.0",
"chai": "^4.3.6",
"chai-almost": "^1.0.1",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"dotenv": "^16.0.0",
"ethereumjs-wallet": "^1.0.2",
"ganache-cli": "^6.12.2",
"mocha": "^10.0.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-scripts": "4.0.3",
"truffle": "^5.4.16",
"web-vitals": "^1.0.1",
"web3": "^1.5.3"
}
}