-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
135 lines (135 loc) · 4.11 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": "flatlogic-one-react",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true cross-env react-app-rewired --openssl-legacy-provider build",
"start": "react-app-rewired --openssl-legacy-provider start",
"start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start"
},
"homepage": "./",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": "^20.15"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.36",
"@amcharts/amcharts4-geodata": "^4.1.27",
"@fullcalendar/core": "6.1.15",
"@fullcalendar/daygrid": "6.1.15",
"@fullcalendar/interaction": "6.1.15",
"@fullcalendar/list": "6.1.15",
"@fullcalendar/react": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@material-ui/core": "^4.12.3",
"@nivo/bar": "^0.80.0",
"@nivo/calendar": "^0.80.0",
"@nivo/chord": "^0.80.0",
"@nivo/circle-packing": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@nivo/radar": "^0.80.0",
"@nivo/stream": "^0.80.0",
"@nivo/sunburst": "^0.80.0",
"@nivo/swarmplot": "^0.80.0",
"@nivo/waffle": "^0.80.0",
"animate.css": "4.1.1",
"apexcharts": "^3.41.0",
"assert": "^2.1.0",
"awesome-bootstrap-checkbox": "1.0.1",
"axios": "^1.4.0",
"bootstrap": "4.6.2",
"bootstrap-icons": "^1.11.3",
"bootstrap_calendar": "https://github.com/xero/bootstrap_calendar.git#1.0.1",
"buffer": "^6.0.3",
"chroma-js": "^2.4.2",
"classnames": "^2.3.3",
"connected-react-router": "^6.9.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"draft-js": "0.11.7",
"echarts": "5.5.1",
"echarts-for-react": "3.0.2",
"font-awesome": "4.7.0",
"formik": "^2.4.2",
"formsy-react": "0.19.5",
"history": "^4.10.1",
"https-browserify": "^1.0.0",
"jasny-bootstrap": "3.1.3",
"jsonwebtoken": "9.0.2",
"line-awesome": "1.3.0",
"lodash": "^4.17.21",
"moment": "2.30.1",
"nivo": "^0.31.0",
"os-browserify": "^0.3.0",
"prettier": "^2.3.2",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "^0.6.10",
"rc-slider": "8.7.1",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-animated-number": "^0.4.4",
"react-apexcharts": "^1.4.0",
"react-app-rewired": "^2.2.1",
"react-autosize-textarea": "7.1.0",
"react-bootstrap-icons": "^1.11.4",
"react-bootstrap-table": "4.3.1",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-editor": "^1.4.0",
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-datetime": "3.2.0",
"react-dev-utils": "^6.1.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "1.15.0",
"react-dropzone": "6.2.4",
"react-google-maps": "^9.4.5",
"react-images": "0.5.19",
"react-maskedinput": "4.0.1",
"react-mde": "2.3.4",
"react-redux": "^7.2.0",
"react-responsive-carousel": "^3.2.20",
"react-router": "^4.4.0-beta.8",
"react-router-dom": "^4.4.0-beta.8",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^5.0.1",
"react-scrollspy": "3.4.3",
"react-select": "5.8.3",
"react-slick": "0.29.0",
"react-sortable-hoc": "2.0.0",
"react-sortable-tree": "2.8.0",
"react-sortablejs": "1.5.1",
"react-sparklines": "^1.7.0",
"react-syntax-highlighter": "15.6.1",
"react-table": "6.11.5",
"react-toastify": "^5.5.0",
"react-transition-group": "^4.4.5",
"reactstrap": "8.10.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rickshaw": "1.7.1",
"sass": "^1.69.5",
"sass-loader": "7.1.0",
"showdown": "1.9.1",
"skycons": "^1.0.0",
"sortablejs": "1.15.5",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"url": "^0.11.4",
"vm-browserify": "^1.1.2",
"yup": "^0.32.9"
}
}