Skip to content

Instantly share code, notes, and snippets.

@rajatbarman
Created November 18, 2016 13:30
Show Gist options
  • Save rajatbarman/9825ff94666c1f811262ddf8914c8c37 to your computer and use it in GitHub Desktop.
Save rajatbarman/9825ff94666c1f811262ddf8914c8c37 to your computer and use it in GitHub Desktop.
{
"name": "mm-react",
"version": "1.0.0",
"description": "Micro Market App on React",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --content-base app --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"webpack": "^1.13.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment