-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.87 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
{
"name": "MERN-Boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gulp"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.10.4",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.4.1",
"body-parser": "~1.18.2",
"circular-dependency-plugin": "^4.2.1",
"classnames": "^2.2.5",
"cloudinary": "^1.9.0",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"cookies-js": "^1.2.3",
"cron": "^1.3.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"csurf": "^1.9.0",
"debug": "~3.1.0",
"detect-browser": "^2.0.0",
"ejs": "~2.5.7",
"express": "~4.16.1",
"express-rate-limit": "^2.8.0",
"express-session": "^1.14.0",
"file-loader": "^1.1.5",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongoose": "^4.12.0",
"morgan": "~1.9.0",
"mysql": "^2.13.0",
"node-sass": "^4.5.3",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"prop-types": "^15.5.10",
"qr-image": "^3.2.0",
"qrcode": "^0.9.0",
"rc-time-picker": "^2.4.1",
"react": "^16.0.0",
"react-document-meta": "^2.1.2",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.5",
"react-slick": "^0.15.4",
"react-transition-group": "^2.2.1",
"redux": "^3.5.2",
"redux-persist": "^4.10.1",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"semver": "^5.3.0",
"serve-favicon": "~2.4.5",
"shortcode": "0.0.0",
"shortid": "^2.2.8",
"slick-carousel": "^1.8.1",
"store": "^2.0.12",
"style-loader": "^0.19.0",
"twilio": "^3.8.0",
"url": "^0.11.0",
"url-loader": "^0.6.2",
"webpack": "^3.3.0",
"webpack-stream": "^4.0.0"
},
"devDependencies": {
"flightplan": "^0.6.17",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-imagemin": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-webpack": "^1.5.0",
"react-hot-loader": "^1.3.0",
"vinyl-source-stream": "^1.1.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
}
}