forked from CitizenHealth/COVIDx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.76 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.76 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
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
{
"name": "vuexy-react-admin-dashboard",
"version": "1.0.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.3",
"@firebase/app": "^0.5.2",
"@firebase/database": "^0.5.19",
"ag-grid-community": "^22.1.1",
"ag-grid-react": "^22.1.1",
"apexcharts": "^3.15.3",
"auth0-js": "^9.12.2",
"availity-reactstrap-validation": "^2.6.1",
"axios": "^0.19.2",
"axios-mock-adapter": "~1.17.0",
"babel-plugin-react-intl": "^5.1.18",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"chroma-js": "~2.1.0",
"classnames": "~2.2.6",
"d3": "^5.15.1",
"draft-js": "^0.11.4",
"file-saver": "^2.0.2",
"firebase": "^7.10.0",
"firebase-tools": "^8.1.1",
"formik": "^2.1.3",
"history": "^4.10.1",
"intl-messageformat": "^7.8.4",
"jquery": "~3.4.1",
"jsonwebtoken": "~8.5.1",
"leaflet": "^1.6.0",
"leaflet-heatmap": "^1.0.0",
"match-sorter": "~4.0.2",
"moment": "~2.24.0",
"namor": "^2.0.2",
"postcss-rtl": "^1.5.0",
"prismjs": "^1.19.0",
"prop-types": "~15.7.2",
"query-string": "^6.10.1",
"rc-slider": "^9.1.0",
"react": "^16.12.0",
"react-apexcharts": "^1.3.6",
"react-beautiful-dnd": "^13.0.0",
"react-big-calendar": "^0.24.0",
"react-bootstrap-sweetalert": "^5.1.9",
"react-chartjs": "^1.2.0",
"react-chartjs-2": "^2.9.0",
"react-contexify": "~4.1.1",
"react-copy-to-clipboard": "~5.0.2",
"react-countdown-now": "~2.1.2",
"react-country-flag": "^2.0.1",
"react-data-table-component": "^6.2.3",
"react-dom": "^16.12.0",
"react-draft-wysiwyg": "^1.14.4",
"react-dropzone": "^10.2.1",
"react-feather": "~2.0.3",
"react-flatpickr": "^3.10.0",
"react-hammerjs": "^1.0.1",
"react-id-swiper": "~2.4.0",
"react-input-mask": "~2.0.4",
"react-intl": "^3.11.0",
"react-joyride": "^2.2.1",
"react-numeric-input": "^2.2.3",
"react-paginate": "~6.3.2",
"react-perfect-scrollbar": "^1.5.5",
"react-redux": "^7.2.0",
"react-ripples": "^2.2.1",
"react-router-dom": "~5.1.2",
"react-scripts": "^3.3.0",
"react-scroll-up": "~1.3.3",
"react-select": "~3.0.8",
"react-sidebar": "~3.0.2",
"react-table": "~6.10.0",
"react-toastify": "^5.5.0",
"react-toggle": "~4.1.1",
"react-treebeard": "~3.2.3",
"reactstrap": "^8.4.1",
"recharts": "~1.8.5",
"redux": "^4.0.5",
"redux-debounced": "~0.5.0",
"redux-thunk": "~2.3.0",
"styled-components": "^5.1.0",
"swiper": "^5.3.0",
"tripetto-collector": "^1.7.0",
"tripetto-collector-rolling": "^2.1.14",
"tripetto-services": "^0.2.0",
"xlsx": "^0.15.5",
"yarn": "^1.22.4",
"yup": "^0.28.1"
},
"scripts": {
"start": "cross-env REACT_APP_ENDPOINT_URI=\"http://localhost:5000\" react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"deploy": "cross-env REACT_APP_ENDPOINT_URI=\"https://map.covidx.app\" react-app-rewired build && firebase deploy",
"deploy-prod": "cross-env REACT_APP_ENDPOINT_URI=\"https://map.covidx.app\" react-app-rewired build && firebase deploy --only hosting:prod",
"deploy-dev": "cross-env REACT_APP_ENDPOINT_URI=\"https://map.covidx.app\" react-app-rewired build && firebase deploy --only hosting:dev"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"html-webpack-plugin": "^4.0.4",
"node-sass": "^4.13.1",
"react-app-rewire-postcss": "^3.0.2",
"react-app-rewired": "^2.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": ""
}