-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.98 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
{
"name": "crypto-profit",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "lerna bootstrap"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"axios": "^0.21.1",
"axios-hooks": "^2.6.3",
"binance-api-node": "^0.10.45",
"binance-client": "^3.0.10",
"ccxt": "^1.50.96",
"ccxws": "^0.45.0",
"classnames": "^2.3.1",
"config.json": "0.0.4",
"cross-env": "^7.0.2",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"date-fns": "^2.22.1",
"ethereum-block-by-date": "^1.4.2",
"express": "^4.17.1",
"formik": "^2.2.9",
"ftx-api": "^1.0.11",
"fuzzy": "^0.1.3",
"fuzzy-search": "^3.2.1",
"graphql": "^15.5.1",
"graphql-codegen-apollo-next-ssr": "^1.6.1",
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.9",
"nconf": "^0.11.2",
"next": "10.2.2",
"node-binance-api": "^0.12.5",
"promise-limit": "^2.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-table": "^7.7.0",
"react-tradingview-embed": "^2.2.2",
"react-tradingview-widget": "^1.3.2",
"react-virtualized": "^9.22.3",
"recharts": "^2.0.9",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"socketio-hooks": "0.0.7",
"tailwindcss-classnames": "^2.1.3",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"use-socketio": "^2.1.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.5",
"@graphql-codegen/typescript": "1.22.3",
"@types/crypto-js": "^4.0.1",
"@types/express": "^4.17.11",
"@types/lodash": "^4.14.170",
"@types/mongodb": "^3.6.17",
"@types/nconf": "^0.10.0",
"@types/react": "17.0.6",
"@types/react-virtualized": "^9.21.11",
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2",
"typescript": "4.2.4",
"@graphql-codegen/typescript-react-apollo": "2.2.7",
"@graphql-codegen/typescript-operations": "1.18.2",
"@graphql-codegen/introspection": "1.18.2"
}
}