-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.46 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
123
{
"name": "@devias/material-kit-pro-react",
"author": "Devias IO",
"version": "4.0.0",
"private": true,
"scripts": {
"lint": "eslint ./src",
"lint-fix": "eslint --fix ./src",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.14.0",
"@aws-amplify/ui-react": "^1.2.2",
"@emotion/cache": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/react": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/timeline": "^5.6.0",
"@glidejs/glide": "^3.4.1",
"@material-ui/core": "^5.0.0-alpha.30",
"@material-ui/icons": "^5.0.0-alpha.28",
"@material-ui/lab": "^5.0.0-alpha.30",
"@material-ui/styles": "^4.11.3",
"@material-ui/system": "^5.0.0-alpha.29",
"@react-pdf/renderer": "^1.6.16",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/user-event": "^13.1.5",
"apexcharts": "^3.26.1",
"aws-amplify": "^3.3.27",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.19.0",
"clsx": "^1.1.1",
"date-fns": "^2.21.1",
"draft-js": "^0.11.7",
"firebase": "^8.4.1",
"formik": "^2.2.6",
"gray-matter": "^4.0.2",
"history": "^5.0.0",
"i18next": "^19.8.7",
"lodash": "^4.17.20",
"notistack": "^1.0.6",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"quill": "^1.3.7",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.6",
"react-dropzone": "^11.3.2",
"react-elastic-carousel": "^0.11.5",
"react-glidejs": "^1.0.8",
"react-helmet-async": "^1.0.7",
"react-i18next": "^11.8.13",
"react-markdown": "^5.0.3",
"react-modal-image": "^2.5.0",
"react-perfect-scrollbar": "^1.5.8",
"react-player": "^2.9.0",
"react-quill": "^1.3.5",
"react-redux": "^7.2.3",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^4.0.1",
"react-swipeable-views": "^0.13.9",
"react-syntax-highlighter": "^15.4.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.3",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.0.2",
"typescript": "^4.2.4",
"uuid": "^8.3.2",
"web-vitals": "^1.1.0",
"yup": "^0.32.8"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-react": "^7.13.13",
"@types/react-swipeable-views": "^0.13.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^1.7.0"
}
}