-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.2 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
{
"name": "monotony",
"version": "1.0.3",
"description": "React with Redux, ran by Express, built by Webpack with Babel, , dependency solution for client and server-side rendering.",
"main": "lib/index.js",
"bin": {
"monotony": "./bin/cli.js"
},
"scripts": {
"start": "monotony start",
"build": "monotony build",
"prepare": "babel src --out-dir lib --presets=@babel/preset-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sethomas/monotony.git"
},
"keywords": [
"babel",
"react",
"redux",
"express",
"webpack",
"server side rendering"
],
"author": "Seth Thomas",
"license": "ISC",
"bugs": {
"url": "https://github.com/sethomas/monotony/issues"
},
"homepage": "https://github.com/sethomas/monotony#readme",
"dependencies": {
"@hot-loader/react-dom": "^16.11.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@loadable/babel-plugin": "^5.12.0",
"@loadable/component": "^5.12.0",
"@loadable/server": "^5.12.0",
"@loadable/webpack-plugin": "^5.12.0",
"babel-loader": "^8.0.6",
"connected-react-router": "^6.6.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"express": "^4.17.1",
"express-pino-logger": "^4.0.0",
"file-loader": "^5.0.2",
"fs-extra": "^8.1.0",
"history": "^4.10.1",
"mini-css-extract-plugin": "^0.9.0",
"nodemon-webpack-plugin": "^4.2.2",
"npm": "^6.13.7",
"object-path": "^0.11.4",
"pino": "^5.16.0",
"pino-pretty": "^3.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"write-file-webpack-plugin": "^4.5.1"
}
}