forked from dtacci/react-jumbo-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.27 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.27 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
{
"name": "jumbo-react",
"version": "3.0.2",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.4.10",
"@amcharts/amcharts4-geodata": "^4.1.5",
"@babel/runtime": "^7.4.5",
"@date-io/moment": "^1.3.6",
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.2",
"array-move": "^2.1.0",
"autosuggest-highlight": "^3.1.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.3.1",
"bootstrap-v4-rtl": "^4.3.1-3",
"can-use-dom": "^0.1.0",
"canvas": "^2.6.1",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.4.0",
"cross-env": "^5.2.0",
"downshift": "^3.2.10",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"firebase": "^6.1.0",
"history": "^4.9.0",
"install": "^0.12.2",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^16.0.1",
"jss": "^10.0.4",
"jss-rtl": "^0.2.3",
"launchdarkly-react-client-sdk": "^2.17.0",
"material-ui-pickers": "^2.2.4",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"prettier": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-big-calendar": "^0.21.0",
"react-bootstrap-sweetalert": "^4.4.1",
"react-chartjs-2": "^2.7.6",
"react-circular-progressbar": "^2.0.1",
"react-ckeditor-component": "^1.1.0",
"react-color": "^2.17.3",
"react-custom-scrollbars": "^4.2.1",
"react-d3-speedometer": "^0.5.5",
"react-device-detect": "^1.6.2",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-dom": "^16.8.6",
"react-draft-wysiwyg": "^1.13.2",
"react-dropzone": "^10.1.5",
"react-google-maps": "^9.4.5",
"react-hot-loader": "^4.9.0",
"react-icons": "^3.7.0",
"react-intl": "^2.9.0",
"react-joyride": "^2.0.5",
"react-jvectormap": "^0.0.12",
"react-loadable": "^5.5.0",
"react-notifications": "^1.4.3",
"react-number-format": "^4.0.8",
"react-placeholder": "^3.0.2",
"react-redux": "^7.0.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-select": "^3.0.4",
"react-simple-maps": "^0.12.1",
"react-slick": "^0.24.0",
"react-sortable-hoc": "^1.9.1",
"react-star-rating-component": "^1.4.1",
"react-swipeable-views": "^0.13.3",
"react-text-mask": "^5.4.3",
"reactstrap": "^8.0.0",
"recharts": "^1.6.2",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"save": "^2.4.0",
"slick-carousel": "^1.8.1",
"typeface-roboto": "^0.0.54",
"url-search-params": "^1.1.0",
"xmldom": "^0.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}