Skip to content

Instantly share code, notes, and snippets.

@wagerfield
Created August 19, 2016 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wagerfield/4afa6fa709aabe7052662f69c81273b0 to your computer and use it in GitHub Desktop.
Save wagerfield/4afa6fa709aabe7052662f69c81273b0 to your computer and use it in GitHub Desktop.
Isomorphic React
{
"name": "isomorphic-react",
"description": "Isomorphic React",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "babel-node index.js --presets es2015,stage-2"
},
"dependencies": {
"express": "^4.14.0",
"react": "^15.3.0",
"react-dom": "^15.3.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment