Created
July 10, 2017 17:10
-
-
Save stinkymonkeyph/530e847511b8a6227fac6583377a2f52 to your computer and use it in GitHub Desktop.
package.json for react applications
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": "moduleloader", | |
| "version": "1.0.0", | |
| "description": "fucking module loading system", | |
| "main": "webpack.config.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "none", | |
| "license": "ISC", | |
| "dependencies": { | |
| "webpack": "^1.12.9", | |
| "babel-loader": "^6.2.0", | |
| "babel-plugin-add-module-exports": "^0.1.2", | |
| "babel-plugin-react-html-attrs": "^2.0.0", | |
| "babel-plugin-transform-class-properties": "^6.3.13", | |
| "babel-plugin-transform-decorators-legacy": "^1.3.4", | |
| "babel-preset-es2015": "^6.3.13", | |
| "babel-preset-react": "^6.3.13", | |
| "babel-preset-stage-0": "^6.3.13", | |
| "react": "^0.14.6", | |
| "react-dom": "^0.14.6" | |
| }, | |
| "devDependencies": { | |
| "babel-core": "^6.25.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment