Initial commit of create-razzle-app
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user