-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
150 lines (150 loc) · 4.81 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "ws_next_customer",
"scripts": {
"dev": "nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=production node dist/server/index.js",
"ready": "pm2 start dist/server/index.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/moment": "^4.3.0",
"@fullcalendar/react": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"@react-google-maps/api": "^1.6.0",
"@tippy.js/react": "^2.2.2",
"@types/googlemaps": "^3.38.0",
"@uppy/companion": "^1.4.0",
"@uppy/core": "^1.4.0",
"@uppy/locales": "^1.6.0",
"@uppy/react": "^1.3.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"dotenv-webpack": "^1.7.0",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"express-useragent": "^1.0.13",
"formik": "^2.0.3",
"google-map-react": "^1.1.4",
"helmet": "^3.15.1",
"i18next": "^17.0.6",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15",
"lodash.isequal": "^4.5.0",
"mauerwerk": "^2.0.2",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"next": "^9.0.2",
"next-compose-plugins": "^2.2.0",
"next-redux-wrapper": "^3.0.0-alpha.3",
"next-routes": "^1.4.2",
"next-seo": "^2.0.0",
"node-fetch": "^2.6.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"query-string": "^6.8.1",
"rc-calendar": "^9.15.4",
"rc-pagination": "^1.20.5",
"rc-scroll-anim": "^2.6.2",
"react": "^16.8.6",
"react-animated-slider": "^1.1.4",
"react-autosuggest": "^9.4.3",
"react-content-loader": "^4.2.2",
"react-cookie": "^4.0.1",
"react-dates": "^20.2.5",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.9",
"react-dropzone-component": "^3.2.0",
"react-facebook-login": "^4.1.1",
"react-ga": "^2.6.0",
"react-geosuggest": "^2.12.0",
"react-google-maps": "^9.4.5",
"react-headroom": "^2.2.8",
"react-html-parser": "^2.0.2",
"react-i18next": "^10.11.4",
"react-id-swiper": "^2.3.2",
"react-image-gallery": "^0.8.18",
"react-input-range": "^1.3.0",
"react-lazyload": "^2.6.2",
"react-loadable": "^5.5.0",
"react-lottie": "^1.2.3",
"react-material-ui-form-validator": "^2.0.9",
"react-number-format": "^4.2.0",
"react-paginate": "^6.3.0",
"react-parallax": "^2.2.0",
"react-phone-number-input": "^2.4.1",
"react-read-more-less": "^0.1.6",
"react-redux": "^7.1.0",
"react-scroll": "^1.7.12",
"react-scrollable-anchor": "^0.6.1",
"react-slick": "^0.24.0",
"react-star-ratings": "^2.3.0",
"react-step-progress-bar": "^1.0.3",
"react-sticky": "^6.0.3",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"styled-components": "^4.3.2",
"styled-jsx": "^3.2.1",
"swiper": "^4.5.0",
"uppy": "^1.4.0",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@types/autosuggest-highlight": "^3.1.0",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.7",
"@types/google-map-react": "^0.23.12",
"@types/helmet": "^0.0.42",
"@types/i18next": "^12.1.0",
"@types/lodash": "^4.14.120",
"@types/next": "^7.0.0",
"@types/next-seo": "^1.10.0",
"@types/numeral": "^0.0.25",
"@types/query-string": "^6.3.0",
"@types/react": "^16.8.23",
"@types/react-autosuggest": "^9.3.9",
"@types/react-dates": "^17.1.5",
"@types/react-dom": "^16.8.4",
"@types/react-facebook-login": "^4.1.0",
"@types/react-geosuggest": "^2.7.9",
"@types/react-lottie": "^1.2.2",
"@types/react-redux": "^7.1.1",
"@types/react-slick": "^0.23.4",
"@types/recompose": "^0.30.6",
"@types/swiper": "^4.4.4",
"@types/yup": "^0.26.22",
"babel-plugin-module-resolver": "^3.2.0",
"cross-env": "^5.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"prettier": "^1.18.2",
"sass-loader": "^7.2.0",
"styled-jsx-plugin-sass": "^1.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"url-loader": "^1.1.2"
}
}