-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "react-server-render-demo",
"version": "1.0.0",
"author": "Tilo Mitra <tilomitra@gmail.com>",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www --exec babel-node --presets es2015,stage-2,react",
"buildWithWatch": "./node_modules/webpack/bin/webpack.js --watch",
"deploy": "now && now alias"
},
"dependencies": {
"avatars-background-color": "https://github.com/jlei523/avatars/tarball/master",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "latest",
"compression": "^1.7.4",
"convert-svg-to-png": "^0.5.0",
"cors": "^2.8.5",
"debug": "latest",
"express": "latest",
"forever": "latest",
"morgan": "latest",
"nodemon": "^1.18.9",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3"
}
}