-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
135 lines (135 loc) · 4.68 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "bfx-hf-ui-core",
"version": "3.31.8",
"description": "Web based Bitfinex Honey - for live trading and executing algorithmic orders and strategies",
"engines": {
"node": ">=18"
},
"homepage": "./",
"scripts": {
"crowdin-upload": "cp ./crowdin.yml ../ && cd ../ && crowdin upload && cd ./bfx-hf-ui-core",
"crowdin-download": "cp ./crowdin.yml ../ && cd ../ && crowdin download && cd ./bfx-hf-ui-core",
"build-css": "cross-env sass --no-source-map src:src --load-path ./node_modules --style compressed",
"watch-css": "cross-env npm run build-css && cross-env sass --no-source-map src:src --load-path ./node_modules --style compressed --watch",
"start": "node scripts/per-env.js",
"start:staging": "env-cmd -e staging,development react-scripts start",
"start:production": "env-cmd -e production,development react-scripts start",
"start:electron": "env-cmd -e electron,development react-scripts start",
"build": "node scripts/per-env.js",
"build:staging": "GENERATE_SOURCEMAP=false cross-env npm run build-css && env-cmd -e staging react-scripts build",
"build:production": "GENERATE_SOURCEMAP=false cross-env npm run build-css && env-cmd -e production react-scripts build",
"build:electron": "GENERATE_SOURCEMAP=false cross-env npm run build-css && env-cmd -e electron react-scripts build",
"test": "cross-env npm run lint",
"lint": "cross-env eslint --fix src"
},
"author": "Bitfinex",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bitfinexcom/honey-framework-ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/honey-framework-ui.git"
},
"keywords": [
"bitfinex",
"bitcoin",
"BTC"
],
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"browserslist": "^4.21.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"normalize.css": "^8.0.1",
"react-dev-utils": "^11.0.4",
"react-error-overlay": "^6.0.11",
"sass": "^1.55.0",
"sass-loader": "^10.3.1"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@ufx-ui/bfx-containers": "0.16.0",
"@ufx-ui/core": "0.16.0",
"@ufx-ui/utils": "0.16.0",
"@uiw/codemirror-theme-vscode": "^4.21.20",
"@uiw/react-codemirror": "^4.21.13",
"axios": "^1.1.3",
"bfx-api-node-models": "^1.6.3",
"bfx-api-node-util": "^1.0.11",
"bfx-hf-algo": "git+https://github.com/bitfinexcom/bfx-hf-algo.git#v4.21.3",
"bfx-hf-indicators": "git+https://github.com/bitfinexcom/bfx-hf-indicators.git#v2.3.0",
"bfx-hf-strategy": "git+https://github.com/bitfinexcom/bfx-hf-strategy.git#v3.0.0",
"bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util.git#v1.0.12",
"clsx": "^1.2.1",
"connected-react-router": "^6.9.3",
"cross-env": "^7.0.3",
"csv-export": "^1.0.2",
"dangerously-set-html-content": "1.0.9",
"date-fns": "^2.29.3",
"debug": "^4.3.4",
"env-cmd": "^10.1.0",
"file-saver": "^2.0.5",
"history": "^4.10.1",
"i18next": "^21.10.0",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-xhr-backend": "^3.2.2",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"original-fs": "^1.2.0",
"prop-types": "^15.8.1",
"randomcolor": "^0.6.2",
"rc-progress": "^3.4.0",
"react": "^16.9.0",
"react-beforeunload": "^2.5.3",
"react-datepicker": "^4.8.0",
"react-dom": "^16.9.0",
"react-dragswitch": "^1.0.1",
"react-fa": "^5.0.0",
"react-ga4": "^1.4.1",
"react-grid-layout": "^1.3.4",
"react-i18next": "^11.18.6",
"react-outside-click-handler": "^1.3.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.1",
"react-resizable": "^3.0.4",
"react-router": "^5.3.4",
"react-scripts": "^4.0.3",
"react-timer-hook": "^3.0.5",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.3",
"redux": "^4.2.0",
"redux-batched-subscribe": "^0.1.6",
"redux-saga": "^1.2.1",
"remarkable": "^2.0.1",
"reselect": "^4.1.6",
"sanitize-html": "^2.7.2",
"semver": "^7.3.8",
"uuid": "^8.3.2"
},
"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"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}