forked from gkoberger/avataaars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 918 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
{
"name": "react-server-render-demo",
"version": "1.0.0",
"author": "Tilo Mitra <tilomitra@gmail.com>",
"private": true,
"scripts": {
"start": "babel-node ./bin/www --exec babel-node",
"watch": "./node_modules/.bin/nodemon ./bin/www --exec babel-node",
"build": "./node_modules/webpack/bin/webpack.js",
"buildWithWatch": "./node_modules/webpack/bin/webpack.js --watch"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/node": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.2",
"avataaars": "https://github.com/welovedevs/avataaars.git",
"babel-loader": "^8.0.6",
"convert-svg-to-png": "^0.5.0",
"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"
}
}