-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 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
{
"name": "eth-wallet",
"version": "2.0",
"description": "An Ethereum Wallet",
"author": "Inti",
"dependencies": {
"@babel/core": "7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "7.18.9",
"@mapbox/node-pre-gyp": "^1.0.9",
"@openzeppelin/contracts": "^4.7.1",
"assert": "^2.0.0",
"bootstrap": "5.2.0",
"buffer": "^6.0.3",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"react": "^18.1.0",
"react-bootstrap": "2.4.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.0",
"save": "^2.5.0",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"truffle": "5.5.23",
"url": "^0.11.0",
"web3": "1.7.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"parser": "@babel/eslint-parser",
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/register": "^7.18.9",
"react-app-rewired": "^2.2.1"
}
}