-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
96 lines (96 loc) · 2.56 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
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
{
"name": "demo1",
"version": "6.1.0",
"private": true,
"homepage": "https://keenthemes.com/metronic/preview/react/demo1",
"scripts": {
"serve": "cp-cli build _site/metronic/preview/react && serve",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
"format": "prettier --write \"src/**/*.{js,css,scss,html}\"",
"rtl": "webpack"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 edge version",
"IE 11"
]
},
"dependencies": {
"@date-io/date-fns": "1.3.11",
"@fortawesome/fontawesome-free": "5.11.2",
"@material-ui/core": "4.5.1",
"@material-ui/icons": "4.5.1",
"@material-ui/lab": "4.0.0-alpha.29",
"@material-ui/pickers": "3.2.7",
"@material-ui/styles": "4.5.0",
"material-ui-popup-state": "1.4.1",
"@tanem/svg-injector": "8.0.34",
"axios": "0.19.0",
"axios-mock-adapter": "1.17.0",
"bootstrap": "4.3.1",
"chart.js": "2.8.0",
"clipboard-copy": "3.1.0",
"clsx": "1.0.4",
"cp-cli": "2.0.0",
"css-mediaquery": "0.1.2",
"date-fns": "2.5.1",
"dentist": "1.0.3",
"downshift": "3.3.5",
"fg-loadcss": "2.1.0",
"formik": "1.5.8",
"json2mq": "0.2.0",
"jss-rtl": "0.3.0",
"lodash": "4.17.15",
"object-path": "0.11.4",
"perfect-scrollbar": "1.4.0",
"prop-types": "15.7.2",
"react": "16.10.2",
"react-bootstrap": "1.0.0-beta.14",
"react-dom": "16.10.2",
"react-draggable": "4.0.3",
"react-helmet": "5.2.1",
"react-highlight": "0.12.0",
"react-intl": "2.9.0",
"react-is": "16.10.2",
"react-perfect-scrollbar": "1.5.3",
"react-redux": "7.1.1",
"react-router-dom": "5.1.2",
"react-router-last-location": "2.0.1",
"react-scripts": "3.2.0",
"react-select": "3.0.8",
"react-spring": "8.0.27",
"react-swipeable-views": "0.13.3",
"react-syntax-highlighter": "11.0.2",
"react-window": "1.8.5",
"reactstrap": "8.1.1",
"redux": "4.0.4",
"redux-persist": "6.0.0",
"redux-saga": "1.1.1",
"socicon": "3.0.5"
},
"devDependencies": {
"copyfiles": "2.1.1",
"node-sass": "4.12.0",
"prettier": "1.18.2",
"serve": "11.2.0",
"webpack-cli": "3.3.9",
"webpack-messages": "2.0.4",
"webpack-rtl-plugin": "2.0.0"
}
}