Skip to content

Instantly share code, notes, and snippets.

@mihir0x69
Created August 22, 2016 16:53
Show Gist options
  • Save mihir0x69/9ec0ee3ab189c98b6629a52533b54c70 to your computer and use it in GitHub Desktop.
Save mihir0x69/9ec0ee3ab189c98b6629a52533b54c70 to your computer and use it in GitHub Desktop.
Simple React Project
{
"name": "my-react-project",
"version": "1.0.0",
"description": "Boilerplate for React project",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"author": "Mihir Karandikar (http://github.com/KarandikarMihir)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"react": "^15.3.1",
"react-dom": "^15.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment