Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created April 11, 2018 05:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daybrush/d247256ec1d0856699e9fc3ae9e1a98d to your computer and use it in GitHub Desktop.
Save daybrush/d247256ec1d0856699e9fc3ae9e1a98d to your computer and use it in GitHub Desktop.
{
"name": "name",
"main": "main",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"file-loader": "^1.1.11",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"write-file-webpack-plugin": "^4.2.0"
},
"scripts": {
"start": "webpack-dev-server --host=0.0.0.0 ",
"build": "mkdir -p dist && babel src --out-dir dist/",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment