-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.66 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
{
"name": "ssr-graphql-boilerplate",
"version": "1.0.0",
"main": "server/main.js",
"description": "SSR + Code-splitting + GraphQL + Socket.io + Multi-domain & Markdown + Hot Reload",
"repository": "https://github.com/online0227/ssr-graphql-boilerplate",
"license": "MIT",
"dependencies": {
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.1.0",
"apollo-link-http": "^1.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-async-to-promises": "^1.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-promises": "^0.6.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-universal-import": "^4.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.16.0",
"brotli-webpack-plugin": "^1.0.0",
"compression-webpack-plugin": "^1.1.11",
"cors": "^2.7.1",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"express-static-gzip": "^0.3.2",
"extract-css-chunks-webpack-plugin": "^3.0.6",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"front-matter-loader": "^0.2.0",
"history": "^4.10.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http": "0.0.1-security",
"https": "^1.0.0",
"iltorb": "^2.3.2",
"json-loader": "^0.5.7",
"lodash": "^4.17.4",
"markdown-with-front-matter-loader": "^0.1.0",
"mongoose": "^5.5.5",
"morgan": "^1.9.0",
"node-fetch": "^2.6.0",
"nodemon": "^1.19.1",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"react": "^16.3.2",
"react-apollo": "^3.1.2",
"react-dom": "^16.3.2",
"react-hot-loader": "^4.1.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-universal-component": "^4.0.0",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^3.1.4",
"webpack-flush-chunks": "^1.2.3",
"webpack-hot-middleware": "^2.22.1",
"webpack-hot-server-middleware": "^0.5.0",
"apollo-link-schema": "^1.2.4",
"graphql-server-express": "^1.1.7",
"graphql-tag": "^2.6.0",
"react-helmet": "^5.2.1",
"graphql": "14.1.1",
"apollo-upload-client": "10.0.0",
"apollo-boost": "0.4.1",
"express-validator": "^5.3.0",
"multer": "^1.4.0",
"express-graphql": "^0.9.0",
"apollo-link-context": "^1.0.19",
"uuid": "^3.3.2",
"nodemailer": "^6.4.6",
"react-loading": "^2.0.3",
"dotenv": "^8.0.0",
"es-cookie": "1.2.0",
"jsonwebtoken": "^8.3.0",
"validator": "^10.8.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"js-cookie": "^2.2.0",
"generate-password": "1.4.1",
"axios": "0.18.0",
"apollo-server-express": "1.3.6",
"graphql-tools": "4.0.4",
"express-fileupload": "1.1.4",
"randomstring": "1.1.5",
"react-scroll": "^1.7.14",
"react-animate-on-scroll": "^2.1.5",
"react-iframe": "^1.8.0",
"react-fade-in": "^0.1.6",
"rodal": "^1.6.3",
"react-lottie": "^1.2.3",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"react-ckeditor-wrapper": "1.1.2",
"toastr": "2.1.4"
},
"scripts": {
"prod": "NODE_ENV=production node ./server/main.js",
"dev": "NODE_ENV=development nodemon --watch ./server --watch config --inspect ./server/main.js"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-regenerator": "^6.26.0"
}
}