forked from ergoplatform/ergo-node-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.34 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
{
"name": "ergo-node-interface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@types/classnames": "^2.2.10",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"clipboard-copy": "^3.1.0",
"clsx": "^1.0.4",
"customize-cra": "^1.0.0",
"customize-cra-react-refresh": "^1.1.0",
"date-fns": "^2.7.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "^4.0.4",
"final-form": "^4.20.1",
"formik": "^2.0.3",
"husky": "^3.0.9",
"js-yaml": "^3.13.1",
"lint-staged": "^9.4.2",
"node-sass": "^4.14.1",
"popper.js": "^1.16.0",
"prettier": "2.0.5",
"react": "^16.10.2",
"react-app-rewired": "^2.1.6",
"react-bootstrap": "^1.0.0-beta.12",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.10.2",
"react-final-form": "^6.5.1",
"react-number-format": "^4.3.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-toastify": "^5.4.1",
"react-transition-group": "^4.3.0",
"redux": "^4.0.4",
"redux-starter-kit": "^1.0.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "HOST='0.0.0.0' react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"eslint": "eslint *.js"
},
"homepage": "/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://0.0.0.0:9053",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/register": "^7.7.0"
}
}