cloudhub-components
Version:
Various components to use in react projects
168 lines (167 loc) • 5.36 kB
JSON
{
"name": "cloudhub-components",
"version": "1.5.0",
"description": "Various components to use in react projects",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"commit": "git-cz",
"test": "mocha src/index.test.js -w --require babel-core/register",
"test:single": "mocha src/index.test.js --require babel-core/register",
"build": "npm-run-all --parallel build:*",
"build:main": "npx babel --config-file ./babel.json --copy-files --out-dir dist --ignore *.test.js src",
"lint": "node ./node_modules/.bin/eslint ./src --max-warnings=0 && echo '✔ Your code looks good.'",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudhubke/cloudhub-components.git"
},
"keywords": [
"cloudhub"
],
"author": "Bernard Gaitho <gaithoben@gmail.com> (http://github.com/cloudhubke)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudhubke/cloudhub-components/issues"
},
"homepage": "https://github.com/cloudhubke/cloudhub-components#readme",
"peerDependencies": {
"@emotion/cache": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@material-ui/core": ">=4.11.1",
"@material-ui/icons": ">=4.11.1",
"@material-ui/lab": ">=4.0.0-alpha.57",
"react": ">=16.8.1",
"react-dom": ">=16.8.1",
"zustand": "^3.3.3"
},
"bundledDependencies": [
"@devexpress/dx-react-core",
"@devexpress/dx-react-grid",
"@devexpress/dx-react-grid-material-ui"
],
"dependencies": {
"@devexpress/dx-react-core": "2.7.5",
"@devexpress/dx-react-grid": "2.7.5",
"@devexpress/dx-react-grid-material-ui": "2.7.5",
"@iconify-icons/ant-design": "^1.1.0",
"@iconify-icons/eva": "^1.1.0",
"@iconify-icons/ic": "^1.1.3",
"@iconify-icons/vscode-icons": "^1.1.1",
"@iconify/react": "^1.1.4",
"@reach/auto-id": "0.4.0",
"@reach/portal": "0.4.0",
"@reach/rect": "0.4.0",
"@reach/router": "1.3.4",
"@reach/window-size": "0.4.0",
"@react-google-maps/api": "^1.7.7",
"@react-loadable/revised": "^0.0.23",
"antd": "4.15.0",
"apexcharts": "^3.22.0",
"autosuggest-highlight": "^3.1.1",
"awesome-phonenumber": "^2.10.0",
"axios": "^0.17.0",
"baseui": "9.112.0",
"change-case": "4.1.2",
"clsx": "^1.0.4",
"cropperjs": "1.5.9",
"d3-array": "^2.8.0",
"d3-scale": "^3.2.3",
"date-fns": "^2.16.1",
"detect-node": "^2.0.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "0.9.1",
"emoji-mart": "^3.0.0",
"final-form": "4.20.0",
"final-form-arrays": "3.0.2",
"final-form-calculate": "1.3.1",
"framer-motion": "^2.9.1",
"hex-contrast-color": "1.0.1",
"hex-to-rgba": "^2.0.0",
"highlight.js": "10.7.2",
"jarallax": "^1.12.1",
"jss": "^10.5.1",
"jss-rtl": "^0.3.0",
"lazysizes": "5.3.2",
"lodash": "4.17.20",
"material-ui-popup-state": "1.6.1",
"moment": "2.24.0",
"node-emoji": "^1.10.0",
"numeral": "2.0.6",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"react-apexcharts": "1.3.7",
"react-copy-to-clipboard": "5.0.3",
"react-countup": "4.3.3",
"react-draft-wysiwyg": "1.14.5",
"react-dropzone": "^11.2.4",
"react-final-form": "6.5.0",
"react-final-form-arrays": "3.1.1",
"react-helmet": "latest",
"react-image-lightbox": "5.1.1",
"react-infinite-scroll-component": "^5.1.0",
"react-intersection-observer": "^8.31.0",
"react-intl-tel-input": "^7.0.1",
"react-lazy-load-image-component": "^1.5.0",
"react-markdown": "5.0.3",
"react-scroll": "^1.8.1",
"react-select": "^3.0.4",
"react-slick": "^0.28.0",
"react-spring": "^8.0.27",
"react-svg": "^11.0.41",
"react-swipeable": "^5.2.0",
"react-swipeable-views": "0.13.9",
"react-toastify": "7.0.3",
"react-use": "15.3.2",
"react-visibility-sensor": "^5.1.1",
"recharts": "^1.8.5",
"simplebar-react": "2.3.0",
"slick-carousel": "1.8.1",
"sortablejs": "1.13.0",
"styletron-engine-atomic": "1.4.7",
"styletron-react": "6.0.1",
"stylis-plugin-rtl": "^2.0.1",
"uid": "1.0.0",
"validate.js": "0.13.1"
},
"devDependencies": {
"@babel/cli": "7.2.0",
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-object-assign": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"babel-eslint": "10.0.1",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-import": "1.13.3",
"babel-plugin-transform-imports": "2.0.0",
"chai": "4.1.2",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-baseui": "9.112.0",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "7.13.0",
"ghooks": "2.0.2",
"mocha": "4.0.1",
"npm-run-all": "4.1.2",
"react-load-script": "0.0.6",
"regenerator-runtime": "0.11.1",
"rimraf": "2.6.2",
"semantic-release": "17.3.1",
"semantic-release-cli": "5.4.1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}