forked from edenia/antelope-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.1 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
{
"name": "eoscrwebappboilerplate",
"version": "1.0.0",
"private": true,
"dependencies": {
"@eoscostarica/eoscr-components": "^1.0.5",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@rematch/core": "^1.4.0",
"@rematch/loading": "^1.2.1",
"axios": "^0.19.2",
"d3-geo": "^1.12.1",
"d3-geo-projection": "^2.9.0",
"d3-interpolate": "^1.4.0",
"d3-scale": "^3.2.1",
"eosjs-api": "^7.0.4",
"flag-icon-css": "^3.4.6",
"history": "^4.10.1",
"i18next": "^19.5.1",
"i18next-browser-languagedetector": "^5.0.0",
"jwt-decode": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-simple-maps": "^2.0.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"reselect": "^4.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"format": "precise-commits --check-only",
"lint": "eslint --ext .jsx,.js src",
"test": "react-app-rewired test --env=jsdom"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "npm run format && npm run lint && CI=true npm run test"
}
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"customize-cra": "^0.9.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "~4.2.3",
"precise-commits": "^1.0.2",
"prettier": "^2.0.2",
"react-app-rewired": "^2.1.5",
"redux-mock-store": "^1.5.4"
}
}