2019-04-10 21:34:35 +02:00

20 lines
457 B
JSON

{
"private": true,
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@reach/router": "^1.2.1",
"common-tags": "^1.8.0",
"express": "^4.16.2",
"normalize.css": "^8.0.1",
"razzle": "^3.0.0-alpha.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}