-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.77 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
{
"name": "stock_panel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"start:prod": "NODE_ENV=production npx serve -n -l 3011 -s build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "NODE_ENV=production npx serve -n -l 3011 -s build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-financial": "^0.1.1",
"chartjs-plugin-annotation": "^1.4.0",
"chartjs-plugin-crosshair": "^2.0.0",
"chartjs-plugin-zoom": "^1.2.1",
"d3": "^5.15.0",
"date-fns": "^3.6.0",
"export-from-json": "^1.3.4",
"file-saver": "^2.0.5",
"gsap": "^3.11.5",
"moment": "^2.29.4",
"moment-timezone": "^0.5.42",
"pixi-viewport": "^5.0.1",
"pixi.js": "^7.2.1",
"rc-slider": "^10.0.0",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-dropdown-select": "^4.5.2",
"react-icons": "^3.11.0",
"react-range": "^1.8.13",
"react-redux": "^7.2.0",
"react-redux-toastr": "^7.6.4",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.1",
"react-select": "^4.3.0",
"react-stockcharts": "^0.7.8",
"react-swipeable": "^5.5.1",
"react-switch": "^5.0.1",
"reaviz": "^9.5.5",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"simple-statistics": "^7.7.5",
"socket.io": "^2.3.0",
"styled-components": "^5.0.1",
"talib": "^1.1.3",
"tulind": "^0.8.18",
"use-is-in-viewport": "^1.0.9",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"ajv": "^8.17.1",
"typescript": "^4.7.4"
}
}