-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.97 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
{
"name": "gogo-react",
"version": "4.2.2",
"description": "Gogo - React Bootstrap 4 Admin Dashboard Template",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.3.0",
"availity-reactstrap-validation": "^2.0.4",
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"classnames": "2.2.6",
"firebase": "^5.9.4",
"formik": "^1.5.1",
"material-icons-react": "^1.0.4",
"mdbreact": "^4.20.0",
"moment": "2.22.2",
"mousetrap": "^1.6.3",
"rc-slider": "^8.6.1",
"rc-switch": "^1.6.0",
"react": "^16.9.0",
"react-albus": "^2.0.0",
"react-autosuggest": "^9.3.4",
"react-big-calendar": "^0.22.0",
"react-chartjs-2": "^2.7.4",
"react-circular-progressbar": "^2.0.2",
"react-contextmenu": "^2.9.4",
"react-datepicker": "^1.5.0",
"react-dom": "^16.8.6",
"react-dropzone-component": "^3.2.0",
"react-google-maps": "^9.4.5",
"react-horizontal-scrolling-menu": "^0.7.3",
"react-image-lightbox": "^5.1.0",
"react-intl": "2.4.0",
"react-lines-ellipsis": "^0.14.1",
"react-perfect-scrollbar": "^1.1.1",
"react-quill": "^1.3.1",
"react-rater": "^5.0.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-select": "^2.0.0-beta.7",
"react-sortablejs": "^1.3.6",
"react-table": "^6.10.0",
"react-tagsinput": "^3.19.0",
"react-transition-group": "^4.2.2",
"react-yandex-maps": "^3.0.2",
"reactstrap": "^8.0.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"sortablejs": "^1.6.1",
"tabletop": "^1.6.2",
"video.js": "^7.6.0",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"node-sass": "^4.12.0"
}
}