-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "dapp-react-solidity-xdc3",
"version": "1.0.0",
"description": "Dapp Sample Implementation using npm package react-solidity-xdc3",
"main": "index.js",
"scripts": {
"deploy": "npx hardhat run scripts/deploy.js ",
"build": "rollup -c",
"test": "NODE_ENV=test hardhat test"
},
"keywords": [
"Goplugin",
"solidity",
"PluginOnXDC",
"xdc3",
"react",
"hardhat",
"Decentralized Application",
"XDC Network",
"EVM Compatible",
"Ethereum",
"Polygon",
"Xinfin"
],
"author": {
"name": "Logeswaran A(@GoPlugin)",
"username": "LogeswaranA"
},
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"builtin-modules": "^3.2.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"create-react-app": "^4.0.2",
"defender-autotask-client": "^1.4.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.30",
"hardhat": "^2.0.8",
"rollup": "^2.38.5"
},
"dependencies": {
"@goplugin/contracts": "^0.0.2",
"@openzeppelin/contracts": "^4.6.0",
"eth-sig-util": "^3.0.1",
"express": "^4.17.3"
}
}