-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.27 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
{
"name": "react-ssr-boilerplate",
"version": "5.1.0",
"private": true,
"scripts": {
"start": "node scripts/startProd.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"start:prod": "node scripts/start.js"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.4",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@material-ui/core": "^4.9.9",
"@testing-library/react": "^9.1.4",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"chokidar": "^3.0.2",
"compression": "^1.7.4",
"core-js": "^3.2.1",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.3.0",
"eslint-config-react-app": "^5.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"express": "^4.17.1",
"formik": "^2.1.4",
"fs-extra": "^8.1.0",
"graphql": "^15.0.0",
"helmet": "^3.20.1",
"husky": "^3.0.5",
"import-glob-loader": "^1.1.0",
"inputmask": "^5.0.3",
"isomorphic-unfetch": "^3.0.0",
"jest": "^24.9.0",
"jquery": "^3.4.1",
"lint-staged": "^9.2.5",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.8.0",
"morgan": "^1.9.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-apollo": "^3.1.4",
"react-bootstrap": "^1.0.0",
"react-dev-utils": "^9.0.3",
"react-dom": "^16.9.0",
"react-facebook-pixel": "^0.1.3",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-jsx-parser": "^1.21.0",
"react-loadable": "^5.5.0",
"react-perfect-scrollbar": "^1.5.8",
"react-plyr": "^2.2.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.0.1",
"react-select": "^3.1.0",
"react-ssr-prepass": "^1.0.6",
"react-test-renderer": "^16.9.0",
"react-tooltip": "^4.1.5",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"response-time": "^2.3.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3",
"webpack-dev-middleware": "^3.7.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-manifest-plugin": "^2.0.4",
"webpack-node-externals": "^1.7.2",
"yup": "^0.28.3"
}
}