-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "react-ssr-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon",
"dll:dev": "cross-env NODE_ENV=development MODE=development:dll webpack --config ./webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"morgan": "^1.9.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"serve-favicon": "^2.5.0",
"tslib": "^1.9.0"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"awesome-typescript-loader": "^5.0.0-1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.0",
"nodemon": "^1.17.3",
"react-hot-loader": "^4.1.2",
"style-loader": "^0.21.0",
"typescript": "^2.8.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.1",
"webpack-hot-server-middleware": "^0.5.0",
"webpack-node-externals": "^1.7.2"
}
}