Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created January 17, 2016 12:28
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 chuck0523/36e8d46ffcf2d4984d0f to your computer and use it in GitHub Desktop.
Save chuck0523/36e8d46ffcf2d4984d0f to your computer and use it in GitHub Desktop.
{
"name": "After900",
"version": "0.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"release": "webpack --config config/production/webpack.config.js",
"build": "webpack --config config/development/webpack.config.js",
"watch": "webpack --watch --config config/development/webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "~6.3.26",
"babel-loader": "~6.2.1",
"webpack": "~1.12.11",
"babel-core": "~6.4.0",
"babel-preset-stage-2": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babel-preset-es2015": "~6.3.13"
},
"dependencies": {
"react-dom": "~0.14.6",
"react": "~0.14.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment