-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
48 lines (48 loc) · 1.17 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": "sysethereum-dapp",
"version": "1.0.0",
"private": true,
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"axios": "^0.18.1",
"bitcoin-proof": "^2.0.0",
"i18next": "^12.0.0",
"i18next-browser-languagedetector": "^2.2.3",
"joi": "^17.13.3",
"joi-validation-strategy": "^0.1.1",
"material-icons-react": "^1.0.4",
"react": "^16.11.0",
"react-beforeunload": "^2.1.0",
"react-dom": "^16.11.0",
"react-i18next": "^15.0.1",
"react-scripts": "^3.0.1",
"react-search-field": "^1.0.0",
"react-stepzilla": "^6.0.2",
"react-tabs": "^3.0.0",
"react-textarea-autosize": "^7.1.2",
"react-validation-mixin": "^5.4.0",
"satoshi-bitcoin": "^1.0.5",
"syscoinjs-lib": "^1.0.219",
"web3": "^4.12.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gulp": "^5.0.0",
"gulp-sass": "^5.0.0",
"sass": "^1.38.2"
}
}