-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.66 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prod": "next start",
"lint": "next lint",
"dev:up": "docker-compose -f docker-compose.dev.yml up",
"prod:up": "docker-compose -f docker-compose.yml -f docker-compose.prod.yml up"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@monaco-editor/react": "^4.4.5",
"@types/lodash": "^4.14.185",
"axios": "^0.27.2",
"binance-api-node": "^0.11.40",
"eslint-prettier": "^0.0.0-empty",
"fs": "^0.0.1-security",
"graphql": "^16.5.0",
"igniteui-react-charts": "^16.16.3",
"igniteui-react-core": "^16.16.3",
"igniteui-react-excel": "^16.16.3",
"igniteui-react-gauges": "^16.16.3",
"igniteui-react-grids": "^16.16.3",
"igniteui-react-maps": "^16.16.3",
"igniteui-react-spreadsheet": "^16.16.3",
"install": "^0.13.0",
"kafkajs": "^2.1.0",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"monaco-themes": "^0.4.2",
"net": "^1.0.2",
"next": "latest",
"next-redux-wrapper": "^7.0.5",
"npm": "^8.19.2",
"prettier": "^2.7.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-select": "^5.4.0",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"tls": "^0.0.1"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}