forked from ergoplatform/explorer-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.58 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
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "blockchain-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "node scripts/test.js --env=jsdom",
"test:coverage": "node scripts/test.js --env=jsdom --coverage"
},
"dependencies": {
"@axetroy/react-download": "^1.1.1",
"@sentry/react": "^5.22.3",
"@sentry/tracing": "^5.22.3",
"@types/react": "^16.9.0",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.7",
"axios": "^0.21.2",
"camelcase": "^5.3.1",
"classnames": "^2.2.5",
"cross-env": "^7.0.2",
"dayjs": "^1.6.3",
"format-number": "^3.0.0",
"history": "^4.10.1",
"lodash.debounce": "^4.0.8",
"node-sass": "9.0.0",
"nprogress": "^0.2.0",
"promise": "^8.1.0",
"qrcode.react": "^0.8.0",
"query-string": "^6.1.0",
"react": "^16.13.1",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-calendar": "^2.15.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "^16.13.1",
"react-helmet": "5.2.1",
"react-intl": "2.9.0",
"react-modal": "3.8.1",
"react-paginate": "^5.2.3",
"react-redux": "^7.0.3",
"react-router": "^5.2.1",
"react-router-dom": "5.3.0",
"react-router-hash-link": "~1.2.1",
"react-router-last-location": "^2.0.1",
"react-scripts": "^5.0.1",
"react-truncate": "^2.4.0",
"recharts": "^1.0.0-beta.10",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-struct": "^1.3.1",
"redux-thunk": "^2.2.0",
"typescript": "~3.8.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/enzyme": "^3.1.10",
"@types/express": "^4.16.0",
"@types/fs-extra": "^7.0.0",
"@types/lodash-es": "^4.17.0",
"@types/lodash.debounce": "^4.0.6",
"@types/qrcode.react": "^0.6.3",
"@types/react-helmet": "5.0.8",
"@types/react-intl": "2.3.17",
"@types/react-modal": "3.8.2",
"@types/react-paginate": "4.3.2",
"@types/react-redux": "7.1.2",
"@types/react-router-dom": "^5.3.2",
"@types/recharts": "^1.0.20",
"@types/redux-logger": "^3.0.6",
"axios-mock-adapter": "^1.15.0",
"codecov": "^3.7.1",
"enzyme": "^3.3.0",
"prettier": "^2.0.5",
"raf": "3.4.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}