-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 4.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "smart-contracts",
"version": "1.0.0",
"description": "Smart Contracts",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dovellous/smart-contracts.git"
},
"keywords": [
"smart contracts",
"bep20",
"solidity",
"truffle",
"hardhat"
],
"author": "@dovellous",
"license": "MIT",
"private": true,
"scripts": {
"create": "npx create-react-app app",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"hcreate": "npx hardhat",
"hcompile": "npx hardhat compile",
"hdeploy": "npx hardhat run scripts/deploy.js",
"hinteract": "npx hardhat run src/App/index.js",
"hverify": "npx hardhat verify 0xFEf1CAb1d78a9616023722f5280e6F8ba0dc15D3 \"Zimbabwe Test 1\" ZIM1 9 1000000 25000 0xDC72E097f058F7a46f27aD7b303CE9b773c9cBCe 0x87eDa0892b0456DBE2aaF811EBe9b96923EBc48A --contract \"contracts/BEP20SmartContract.sol:BEP20SmartContract\"",
"hrun": "yarn hclean && yarn hcompile && yarn hdeploy",
"hflatten": "npx hardhat flatten src/token/BEP20/BEP20SmartContract.sol > contracts/BEP20SmartContract.sol",
"hflattenx": "npx hardhat flatten src/token/BEP20/BEP20SmartContract.sol | awk '/SPDX-License-Identifier/&&c++>0 {next} 1' | awk '/pragma experimental ABIEncoderV2;/&&c++>0 {next} 1' > contracts/BEP20SmartContract_h.sol",
"tflatten": "truffle-flattener src/token/BEP20/BEP20SmartContract.sol | awk '/SPDX-License-Identifier/&&c++>0 {next} 1' | awk '/pragma experimental ABIEncoderV2;/&&c++>0 {next} 1' > contracts/BEP20SmartContract_t.sol",
"hmerge": "sol-merger src/token/BEP20/BEP20SmartContract.sol | awk '/SPDX-License-Identifier/&&c++>0 {next} 1' | awk '/pragma experimental ABIEncoderV2;/&&c++>0 {next} 1' contracts/",
"hconsole": "npx hardhat console",
"haccounts": "npx hardhat accounts",
"hclean": "npx hardhat clean",
"htest": "npx hardhat test",
"hnode": "npx hardhat node",
"fix": "export NODE_OPTIONS=--openssl-legacy-provider",
"fix2": "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"axios": "^0.24.0",
"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",
"chai": "^4.3.4",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"console.table": "^0.10.0",
"crypto-js": "^4.1.1",
"dotenv": "10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"ganache-cli": "^6.12.2",
"hardhat": "^2.8.0",
"hardhat-gas-reporter": "^1.0.6",
"identicon.js": "^2.3.3",
"infura-web3-provider": "0.0.3",
"jquery": "^3.6.0",
"js-crypto-rsa": "^1.0.3",
"jsencrypt": "^3.2.1",
"lite-server": "^2.6.1",
"lodash": "^4.17.21",
"material-icons": "^1.10.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"numeral": "^2.0.6",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"react": "17.0.2",
"react-bootstrap": "2.0.4",
"react-dom": "17.0.2",
"react-scripts": "^5.0.0",
"skeleton-elements": "^4.0.0",
"sol2uml": "^1.1.29",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.17",
"storage-manager-js": "^4.0.7",
"surya": "^0.4.5",
"trim-newlines": "^4.0.2",
"truffle": "^5.4.26",
"truffle-flattener": "^1.5.0",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"twemoji": "^13.1.0",
"web3": "1.6.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.1",
"@truffle/hdwallet-provider": "^2.0.0",
"edit-dotenv": "^1.0.4",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"handlebars": "^4.7.7"
}
}