UNPKG

react-bootify

Version:
72 lines (71 loc) 2.11 kB
{ "name": "react-bootify", "version": "0.0.274", "description": "react-bootify", "main": "components/index.js", "scripts": { "transpile": "babel src -d components --copy-files", "git-commit": "git add -A && git commit -m '-' && git push", "goto-github": "open https://github.com/meg768/react-bootify", "goto-npm": "open https://www.npmjs.com/package/react-bootify", "npm-publish": "npm run transpile && npm run styleguide-publish && npm run npm-increase-version && npm run git-commit && npm publish", "npm-increase-version": "npm version patch --no-git-tag-version", "styleguide-server": "styleguidist server", "styleguide-publish": "npm run styleguide-build && gh-pages -d styleguide", "styleguide-build": "styleguidist build" }, "keywords": [ "bootstrap", "bootswatch", "react", "reactstrap", "components" ], "repository": { "type": "git", "url": "git+https://github.com/meg768/react-bootify.git" }, "author": "", "license": "ISC", "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "bugs": { "url": "https://github.com/meg768/react-bootify/issues" }, "homepage": "https://github.com/meg768/react-bootify#readme", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/parser": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.4", "bootstrap-icons": "^1.0.0-alpha2", "css-loader": "^1.0.0", "gh-pages": "^2.0.1", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "less-loader": "^5.0.0", "markdown-it": "^8.4.2", "markdown-loader": "^4.0.0", "react": "^16.5.2", "react-dom": "^16.5.2", "react-router-dom": "^4.3.1", "react-styleguidist": "^10.6.1", "react-svg-loader": "^3.0.3", "style-loader": "^0.23.0", "webpack": "^4.20.2", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.9" }, "dependencies": { "classnames": "^2.2.6", "popper.js": "^1.14.4", "prop-types": "^15.6.2", "react-transition-group": "^2.5.0" } }