Created
November 1, 2019 18:13
-
-
Save RoyalSix/66dd854d5665d2cbbd64ed6dddbac7b3 to your computer and use it in GitHub Desktop.
package.json
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": "hello-world-react-component-library", | |
"version": "0.0.6", | |
"license": "MIT", | |
"description": "A Collection of Components for Telling the World Hello.", | |
"homepage": "https://unfoldingword-box3.github.io/hello-world-react-component-library/", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/unfoldingWord-box3/hello-world-react-component-library" | |
}, | |
"private": false, | |
"dependencies": { | |
"@material-ui/lab": "^4.0.0-alpha.30", | |
"prop-types": "^15.7.2" | |
}, | |
"scripts": { | |
"start": "styleguidist server", | |
"styleguide:build": "styleguidist build", | |
"predeploy": "yarn styleguide:build", | |
"deploy": "gh-pages -d styleguide", | |
"postpublish": "yarn deploy", | |
"test": "react-scripts test", | |
"build": "react-scripts build", | |
"prepublishOnly": "rm -fr ./dist & babel ./src --out-dir ./dist -s inline" | |
}, | |
"browserslist": [ | |
">0.2%", | |
"not dead", | |
"not ie <= 11", | |
"not op_mini all" | |
], | |
"peerDependencies": { | |
"@material-ui/core": "^4.X.X", | |
"@material-ui/icons": "^4.X.X", | |
"react": "^16.8.6", | |
"react-dom": "^16.8.6" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.4.3", | |
"@babel/core": "^7.4.3", | |
"@babel/preset-env": "^7.4.3", | |
"@babel/preset-react": "^7.0.0", | |
"@material-ui/core": "4.5.2", | |
"@material-ui/icons": "4.5.1", | |
"gh-pages": "^2.0.1", | |
"lodash": "^4.17.11", | |
"react": "^16.8.6", | |
"react-dom": "^16.8.6", | |
"react-scripts": "2.1.8", | |
"react-styleguidist": "^9.0.5" | |
}, | |
"main": "dist/index.js", | |
"files": [ | |
"dist/*" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment