-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "react-ssr-middleware",
"version": "0.1.6",
"main": "lib/index.js",
"license": "MIT",
"bin": {
"ssr-scripts": "bin/ssr-scripts.js"
},
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"express": "^4.15.4",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"dependencies": {
"awesome-typescript-loader": "^3.2.3",
"extract-text-webpack-plugin": "^3.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"webpack": "^3.5.5",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"typescript": "^2.5.2",
"@types/webpack": "^3.0.10",
"@types/webpack-dev-middleware": "^1.9.3",
"@types/react-hot-loader": "^3.0.4",
"@types/webpack-hot-middleware": "^2.15.0",
"@types/extract-text-webpack-plugin": "^2.1.0"
},
"devDependencies": {
"@types/express": "^4.0.37",
"@types/react": "^15.6.2",
"@types/react-dom": "^15.5.4",
"@types/node": "^8.0.26"
}
}