-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.57 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
{
"name": "webpack-basics",
"version": "1.0.0",
"description": "Intro to webpack and SSR for basic react app",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=developmentyarn node scripts/start.js"
},
"sideEffects": false,
"author": "",
"license": "ISC",
"moduleRoots": [
"node_modules"
],
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.5",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.6",
"@loadable/component": "^5.2.2",
"@loadable/server": "^5.2.0",
"abort-controller": "^2.0.0",
"async": "^2.6.1",
"async-functions-pool": "^1.0.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"chalk": "^2.4.1",
"continuation-local-storage": "^3.2.1",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"core-js": "3",
"cors": "^2.8.4",
"css-loader": "^4.3.0",
"deep-copy": "^1.4.2",
"deepcopy": "^1.0.0",
"dotenv": "^6.1.0",
"emotion": "^10.0.6",
"emotion-server": "^10.0.5",
"express": "^4.16.4",
"express-useragent": "^1.0.12",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"history": "^4.7.2",
"intersection-observer": "^0.5.1",
"json-stringify-safe": "^5.0.1",
"leaflet": "^1.4.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"newrelic": "^5.3.0",
"node-dogstatsd-events": "^0.0.2",
"node-fetch": "^2.3.0",
"node-uuid": "^1.4.8",
"on-finished": "^2.3.0",
"query-string": "^6.2.0",
"react": "^16.8.6",
"react-amphtml": "^3.0.1",
"react-auto-bind": "^0.4.2",
"react-dom": "^16.8.6",
"react-google-charts": "^3.0.14",
"react-helmet-async": "^0.2.0",
"react-redux": "^7.1.0",
"react-router-dom": "5.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"source-map-support": "^0.5.9",
"style-loader": "^1.3.0",
"winston": "^3.1.0",
"winston-transport": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.0.0",
"@loadable/babel-plugin": "^5.8.0",
"@loadable/webpack-plugin": "^5.2.2",
"@svgr/webpack": "^3.1.0",
"amphtml-validator": "^1.0.23",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"babel-plugin-named-asset-import": "^0.2.2",
"brotli-gzip-webpack-plugin": "^0.5.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"file-loader": "^2.0.0",
"husky": "^1.1.2",
"imagemin-webp-webpack-plugin": "^3.1.0",
"install-deps-postmerge": "^1.0.2",
"lighthouse": "^4.2.0",
"lint-staged": "^7.3.0",
"nodemon": "^1.18.11",
"prettier": "^1.14.3",
"prettier-standard": "^8.0.1",
"react-dev-utils": "^6.0.5",
"redux-mock-store": "^1.5.3",
"rimraf": "^2.6.2",
"shelljs": "^0.8.3",
"standard": "^12.0.1",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"tinify": "^1.6.0-beta.2",
"url-loader": "^1.1.2",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.3.0",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "2.24.3",
"webpack-node-externals": "^2.5.2",
"write-file-webpack-plugin": "^4.4.1"
}
}