-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.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
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": "phizlive.next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@material-ui/pickers": "^3.2.10",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"animate.css": "^4.1.1",
"animate.css-react": "^1.1.0",
"autosuggest-highlight": "^3.1.1",
"aws-sdk": "^2.779.0",
"axios": "^0.18.1",
"babel-polyfill": "^6.26.0",
"babel-preset-next": "^1.4.0",
"background-cover": "^0.1.0",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"cross-fetch": "^3.0.4",
"css-vars-ponyfill": "^2.1.2",
"date-fns": "^2.16.1",
"downshift": "^3.2.10",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"emoji-js": "^3.5.0",
"emoji-picker-react": "^3.4.2",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"firebase": "^6.6.1",
"formik": "^2.2.6",
"globalize": "^0.1.1",
"gsap": "^3.5.1",
"gsap-tools": "^1.0.12",
"history": "^5.0.0",
"howler": "^2.2.1",
"insert-rule": "^2.1.0",
"iphone-inline-video": "^2.2.2",
"jquery": "^3.5.1",
"jss": "^10.6.0",
"laravel-echo": "^1.10.0",
"lodash": "^4.17.15",
"mediasoup-client": "^3.6.30",
"moment": "^2.29.1",
"next": "10.1.3",
"next-redux-saga": "^4.1.2",
"node-pre-gyp": "^0.17.0",
"node-sass": "^4.14.1",
"notistack": "^0.8.8",
"npm-watch": "^0.7.0",
"prop-types": "^15.7.2",
"qwest": "^4.5.0",
"react": "^16.13.1",
"react-autosuggest": "^9.4.3",
"react-avatar": "^3.10.0",
"react-beautiful-dnd": "^11.0.4",
"react-big-calendar": "^0.24.0",
"react-bootstrap": "^1.3.0",
"react-color": "^2.18.1",
"react-custom-scrollbars": "^4.2.1",
"react-date-range": "^1.0.3",
"react-datetime": "^3.0.0-beta.8",
"react-dom": "^16.13.1",
"react-dropzone": "^11.3.2",
"react-event-calendar": "^0.3.0",
"react-flip-toolkit": "^7.0.12",
"react-google-maps": "^9.4.5",
"react-highlight": "^0.12.0",
"react-hook-form": "^6.14.1",
"react-html-parser": "^2.0.2",
"react-icons": "^4.2.0",
"react-id-swiper": "^4.0.0",
"react-intl": "^5.4.5",
"react-loadable": "^5.5.0",
"react-material-ui-form-validator": "^2.0.9",
"react-number-format": "^4.4.1",
"react-perfect-scrollbar": "^1.5.2",
"react-popup": "^0.9.3",
"react-quill": "^1.3.3",
"react-redux": "^7.2.1",
"react-responsive-carousel": "^3.2.9",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^3.1.0",
"react-slick": "^0.28.1",
"react-stacked-carousel": "^1.1.2",
"react-toastify": "^7.0.3",
"react-truncate": "^2.4.0",
"react-vis": "^1.11.7",
"recharts": "^1.6.2",
"recompose": "^0.26.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"request": "^2.79.0",
"serve": "^11.3.2",
"shortid": "^2.2.14",
"simple-peer": "^9.8.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.0.1",
"styled-components": "^5.2.0",
"swiper": "^4.5.1",
"victory": "^32.3.3",
"xss-filters": "^1.2.7",
"yup": "^0.32.9"
}
}