Skip to content

Instantly share code, notes, and snippets.

@lemma-san
Created December 9, 2017 11:43
Show Gist options
  • Save lemma-san/7505d5ea93b86bd690c57d766eca9414 to your computer and use it in GitHub Desktop.
Save lemma-san/7505d5ea93b86bd690c57d766eca9414 to your computer and use it in GitHub Desktop.
{
"name": "medium-react-example",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment