Created
June 17, 2016 21:34
-
-
Save sampsonbryce/08562b086af37b8b0c8f6eadd2f16d6b to your computer and use it in GitHub Desktop.
jsx react package.json
This file contains hidden or 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": "react-without-jsx", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"dependencies": {}, | |
"devDependencies": { | |
"babel-cli": "^6.4.0", | |
"babel-core": "^6.4.0", | |
"babel-loader": "^6.2.1", | |
"babel-preset-es2015": "^6.3.13", | |
"babel-preset-react": "^6.3.13", | |
"webpack": "^1.12.11", | |
"webpack-dev-server": "^1.14.1" | |
}, | |
"scripts": { | |
"server": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base src/ --output-public-path=/dist/", | |
"build": "webpack --inline --colors --progress --display-error-details --display-cached --content-base src/" | |
}, | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment