Dynamically render home page
This commit is contained in:
@ -2,11 +2,16 @@
|
||||
"description": "The website for npmcdn.com",
|
||||
"author": "Michael Jackson",
|
||||
"dependencies": {
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-preset-react": "^6.5.0",
|
||||
"babel-register": "^6.7.2",
|
||||
"cors": "^2.7.1",
|
||||
"express": "^4.13.4",
|
||||
"express-react-views": "^0.10.1",
|
||||
"npm-http-server": "^2.9.1",
|
||||
"on-finished": "^2.3.0",
|
||||
"react": "^15.0.2",
|
||||
"react-dom": "^15.0.2",
|
||||
"redis": "^2.6.0-1"
|
||||
},
|
||||
"repository": {
|
||||
@ -18,7 +23,8 @@
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
"es2015"
|
||||
"es2015",
|
||||
"react"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user