-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.95 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
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": "dash.marysonthego.tech",
"version": "0.1.0",
"description": "Alerts Dashboard",
"homepage": "https://dash.marysonthego.tech",
"author": "Mary Clark <marysonthego@gmail.com> (https://marysonthego.tech)",
"repository": {
"type": "git",
"url": "https://github.com/marysonthego/alerts-dashboard.git"
},
"scripts": {
"start": "react-scripts start -o",
"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": {
"@aws-amplify/ui-react": "^1.2.9",
"@date-io/date-fns": "2.6.1",
"@formatjs/intl-pluralrules": "1.3.5",
"@fortawesome/fontawesome-free": "5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@manaflair/redux-batch": "1.0.0",
"@material-ui/core": "4.9.14",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.53",
"@material-ui/pickers": "3.2.10",
"@material-ui/styles": "4.9.14",
"@reduxjs/toolkit": "^1.6.2",
"@tanem/svg-injector": "8.0.50",
"@types/react-router-dom": "^5.3.0",
"apexcharts": "3.24.0",
"aws-amplify": "^4.2.3",
"axios": ">=0.21.1",
"axios-mock-adapter": "1.18.1",
"bootstrap": "4.6.0",
"clang-format": "^1.5.0",
"clipboard-copy": "3.1.0",
"clsx": "1.1.0",
"cp-cli": "2.0.0",
"css-mediaquery": "0.1.2",
"date-fns": "2.8.1",
"downshift": "3.4.2",
"fg-loadcss": "2.1.0",
"formik": "2.1.4",
"js-cookie": "^3.0.1",
"json2mq": "0.2.0",
"jss-rtl": "^0.3.0",
"lodash": ">=4.17.21",
"material-ui-popup-state": "1.4.1",
"notistack": "^1.0.10",
"object-path": ">=0.11.5",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"react": "^16.12.0",
"react-bootstrap": "1.0.1",
"react-bootstrap-table-next": "4.0.2",
"react-bootstrap-table2-paginator": "2.1.2",
"react-cookie": "^4.1.1",
"react-datepicker": "2.16.0",
"react-dom": "^16.12.0",
"react-draggable": "4.4.2",
"react-inlinesvg": "1.2.0",
"react-intl": "3.6.2",
"react-is": "^16.13.1",
"react-number-format": "^4.6.3",
"react-perfect-scrollbar": "1.5.8",
"react-portal": "4.2.0",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "5.1.2",
"react-scripts": "3.2.0",
"react-select": "3.1.0",
"react-swipeable-views": "0.13.9",
"react-syntax-highlighter": "12.2.1",
"react-window": "1.8.5",
"redux": "^4.0.5",
"redux-persist": "6.0.0",
"redux-saga": "1.1.3",
"rfdc": "^1.3.0",
"socicon": "3.0.5",
"yup": "0.29.0"
},
"devDependencies": {
"@types/object-path": "^0.11.1",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"copyfiles": "2.1.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"sass": "1.32.8",
"serve": "11.2.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.3",
"webpack-dev-server": "^3.2.1",
"webpack-messages": "2.0.4",
"webpack-rtl-plugin": "2.0.0"
}
}