-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
89 lines (89 loc) · 2.78 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
{
"name": "arronax",
"version": "12.0.0",
"description": "Blockchain analytics and business intelligence tool for Tezos, Ethereum and Bitcoin chains.",
"author": "Cryptonomic",
"license": "GPL-3.0",
"homepage": "https://arronax-beta.cryptonomic.tech",
"repository": {
"type": "git",
"url": "https://github.com/Cryptonomic/Arronax"
},
"dependencies": {
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "13.1.5",
"@types/autosuggest-highlight": "3.1.1",
"@types/d3": "6.3.0",
"@types/jest": "26.0.22",
"@types/node": "14.14.41",
"@types/react": "17.0.3",
"@types/react-autosuggest": "10.1.4",
"@types/react-datepicker": "3.1.8",
"@types/react-dom": "17.0.3",
"@types/react-redux": "7.1.16",
"@types/react-router-dom": "5.1.7",
"@types/styled-components": "5.1.9",
"@types/throttle-debounce": "2.1.0",
"autosuggest-highlight": "3.1.1",
"base64url": "3.0.1",
"bignumber.js": "9.0.1",
"conseiljs": "5.0.8-3",
"d3": "6.7.0",
"hocon-web": "0.0.9",
"i18next": "20.2.1",
"i18next-browser-languagedetector": "6.1.0",
"i18next-xhr-backend": "3.2.2",
"jsonpath-plus": "5.0.7",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
"react-clipboard.js": "2.0.16",
"react-datepicker": "3.8.0",
"react-dnd": "14.0.2",
"react-dnd-html5-backend": "14.0.0",
"react-dom": "17.0.2",
"react-i18next": "11.8.13",
"react-moment": "1.1.1",
"react-redux": "7.2.3",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-swipeable-views": "0.13.9",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"styled-components": "5.2.3",
"throttle-debounce": "3.0.1",
"typescript": "4.2.4"
},
"engines": {
"node": ">=12.16.x",
"npm": ">=6.14.x"
},
"scripts": {
"start": "REACT_APP_VERSION=$(git describe --abbrev=0) REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) react-scripts start",
"serve": "REACT_APP_VERSION=$(git describe --abbrev=0) REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) BROWSER=none react-scripts start",
"build": "REACT_APP_VERSION=$(git describe --abbrev=0) REACT_APP_GIT_SHA=$(git rev-parse --short HEAD) react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}