forked from Pardhu448/clix_dashboard_ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.52 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
{
"name": "clix_dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"axios": "^0.19.0",
"bootstrap": "^4.0.0",
"bootstrap-social": "^5.1.1",
"cross-fetch": "^3.0.4",
"dom-to-image": "^2.6.0",
"font-awesome": "^4.7.0",
"html2canvas": "^1.0.0-rc.5",
"js-file-download": "^0.4.8",
"jspdf": "^1.5.3",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-editext": "^3.11.1",
"react-helmet": "^5.2.1",
"react-iframe": "^1.8.0",
"react-images-upload": "^1.2.7",
"react-popper": "^0.9.2",
"react-redux": "^5.0.7",
"react-redux-form": "^1.16.14",
"react-router-dom": "^4.2.2",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-spinners": "^0.7.2",
"react-sticky-footer": "0.1.0-rc3",
"reactstrap": "^5.0.0",
"recharts": "^1.7.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^4.3.2",
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "PORT=3000 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"
]
}
}