-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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": "fdic-dapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "truffle test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@craco/craco": "^7.1.0",
"truffle": "^5.11.5"
},
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^5.0.2",
"@truffle/hdwallet-provider": "^2.1.15",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"ganache-cli": "^6.12.2",
"https-browserify": "^1.0.0",
"kill-port": "^1.6.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"wait-on": "^6.0.1"
}
}