Initial commit of create-razzle-app

This commit is contained in:
2018-07-24 22:26:01 -06:00
commit 502deb92d0
15 changed files with 8147 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "my-razzle-app",
"version": "2.0.0-alpha.8",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"express": "^4.16.3",
"razzle": "^2.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1"
}
}