forked from nice-table/bitmex-scaled-orders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
{
"name": "bmex-orderer",
"version": "0.8.1",
"private": true,
"dependencies": {
"@bjornagh/use-fetch": "0.0.7",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@nice-table/bitmex-realtime-api": "0.3.2",
"@rebass/grid": "^6.0.0-4",
"body-parser": "^1.18.2",
"concurrently": "^3.6.0",
"decimal.js": "^10.0.1",
"express": "^4.16.3",
"formik": "^1.5.1",
"formik-material-ui": "0.0.16",
"http-proxy": "^1.16.2",
"immer": "^1.7.4",
"lodash": "^4.17.11",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"qs": "^6.5.2",
"react": "^16.8.6",
"react-composer": "^5.0.0",
"react-dom": "^16.8.6",
"react-fast-compare": "^2.0.4",
"react-helmet": "6.0.0-beta",
"react-request": "^3.1.1",
"react-scripts": "2.1.8",
"react-table": "^6.8.6",
"react-toastify": "^4.1.0",
"react-tooltip": "^3.6.1",
"recompose": "^0.27.1",
"reselect": "^3.0.1",
"sockette": "^2.0.0",
"store2": "^2.7.0",
"styled-components": "^4.1.3",
"styled-system": "^3.0.2",
"typeface-roboto": "0.0.54",
"ws": "^5.1.1",
"yup": "^0.26.6"
},
"scripts": {
"start": "react-scripts start",
"startup": "concurrently --allow-restart \"npm:proxy\" \"npm:start\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"proxy": "node backend/proxy.js",
"proxy:dev": "nodemon --watch src/config/index.js backend/proxy.js",
"postinstall": "node postinstall.js"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^1.5.1",
"nodemon": "^1.17.5",
"prettier": "^1.16.4",
"pretty-quick": "^1.6.0"
},
"precommit": "pretty-quick --staged",
"moduleRoots": [
"src"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}