Created
April 11, 2018 05:18
-
-
Save daybrush/d247256ec1d0856699e9fc3ae9e1a98d to your computer and use it in GitHub Desktop.
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": "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