-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.41 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
{
"name": "getatour_company",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@material-ui/lab": "^4.0.0-alpha.39",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/styles": "^5.15.14",
"@mui/x-date-pickers": "^7.1.0",
"@react-oauth/google": "^0.12.1",
"array-move": "^4.0.0",
"axios": "^1.6.8",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"date-fns": "^2.9.0",
"dayjs": "^1.11.10",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"env-cmd": "^10.1.0",
"history": "^4.7.2",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.1",
"jspdf": "^2.5.1",
"libphonenumber-js": "^1.10.54",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lodash.reduce": "^4.6.0",
"lodash.startswith": "^4.2.1",
"moment": "^2.24.0",
"mui-rte": "^2.0.1",
"qrcode.react": "^1.0.0",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.11.3",
"react-chartjs-2": "^2.9.0",
"react-color": "^2.19.3",
"react-dom": "^18.1.0",
"react-dropdown-cascade": "^2.0.0",
"react-pdf": "^6.2.2",
"react-phone-input-2": "^2.15.1",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.1.3",
"react-router": "^5.3.0",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-slick": "0.25.2",
"react-sortable-hoc": "^2.0.0",
"react-swipeable-views": "^0.13.9",
"recharts": "^2.1.4",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.5",
"socket.io-client": "^2.3.0",
"styled-components": "^6.1.8",
"suneditor": "^2.43.2",
"suneditor-react": "^3.4.1",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}