-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.98 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.98 KB
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
{
"name": "matx-react-pro",
"version": "3.3.0",
"private": true,
"proxy": "http://localhost:5000/",
"dependencies": {
"@arcgis/core": "^4.24.7",
"@auth0/auth0-spa-js": "^1.19.2",
"@bokeh/bokehjs": "^2.4.3",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.1",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.2.0",
"@mui/x-date-pickers": "^5.0.0-alpha.6",
"@react-google-maps/api": "^2.7.0",
"antd": "^4.21.7",
"apexcharts": "^3.30.0",
"autosuggest-highlight": "^3.2.0",
"axios": "^0.24.0",
"babel-polyfill": "^6.26.0",
"bokeh": "^1.0.3",
"clsx": "^1.1.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.26.0",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"esri": "0.0.1-security",
"file-saver": "^2.0.5",
"firebase": "^9.6.8",
"formik": "^2.2.9",
"html-react-parser": "^1.4.0",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.10.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.19",
"mapbox-gl": "^2.9.1",
"merge": "^2.1.1",
"moment": "^2.29.4",
"mui-datatables": "^4.0.0",
"notistack": "^2.0.3",
"prop-types": "^15.7.2",
"qwest": "^4.5.0",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-big-calendar": "^0.38.1",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-highlight": "^0.14.0",
"react-map-gl": "^7.0.16",
"react-material-ui-form-validator": "^3.0.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"react-swipeable-views": "^0.14.0",
"recharts": "^2.1.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"shortid": "^2.2.16",
"yup": "^0.32.11"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ghp": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/runtime": "^7.10.5",
"axios-mock-adapter": "^1.18.2",
"babel-plugin-import": "^1.13.0",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"gh-pages": "^3.2.3",
"react-app-rewired": "^2.1.8"
}
}