Created
January 17, 2016 12:28
-
-
Save chuck0523/36e8d46ffcf2d4984d0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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