UNPKG

react-cm-ui

Version:
122 lines (121 loc) 3.6 kB
{ "name": "react-cm-ui", "version": "10.5.0", "description": "React UI for Healthy Church", "jsnext:main": "src/", "main": "core/", "types": "core/index.d.ts", "repository": { "type": "git", "url": "git+ssh://git@github.com/saddlebackdev/react-cm-ui.git" }, "license": "UNLICENSED", "bugs": { "url": "https://github.com/saddlebackdev/react-cm-ui/issues" }, "keywords": [ "button", "drawer", "grid", "icon", "label", "responsive", "react", "react-component", "church management", "cm" ], "files": [ "core", "src" ], "homepage": "https://github.com/saddlebackdev/react-cm-ui#readme", "scripts": { "azure-devops-test": "jest --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura", "compile": "gulp", "postpublish": "git checkout master && git push && git checkout dev", "prepare": "npm run compile", "test": "jest" }, "peerDependencies": { "react": "^16.8.6 || ^18" }, "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/styles": "^4.11.4", "autosize": "^3.0.17", "classnames": "^2.2.5", "country-telephone-data": "^0.4.4", "gsap": "^3.6.0", "lodash": "^4.17.19", "moment-timezone": "^0.5.31", "prop-types": "^15.7.2", "react-custom-scrollbars": "^4.2.1", "react-moment-proptypes": "^1.7.0", "react-onclickoutside": "^6.7.1", "react-phone-number-input": "^2.3.21", "react-portal": "^4.1.1", "react-resizable": "^1.10.1", "react-resize-detector": "^5.0.7", "react-responsive": "^7.0.0", "react-select": "^1.3.0", "react-sortablejs": "^6.0.0", "react-tether": "^2.0.2", "react-text-mask": "5.4.3", "react-transition-group": "^1.2.1", "sortablejs": "^1.12.0" }, "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.4.5", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.8.3", "@babel/register": "^7.4.4", "@jest/globals": "^26.0.1", "@mvnu/cpx": "^1.5.2", "@selfisekai/gulp-sass": "~4.2.0", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^12.1.2", "@testing-library/react-hooks": "^7.0.2", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.176", "@types/node": "^16.11.7", "@types/react": "^17.0.34", "@types/react-dom": "^17.0.11", "@types/testing-library__jest-dom": "^5.14.1", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.3.1", "babel-eslint": "^10.0.2", "css-mediaquery": "^0.1.2", "del": "^5.1.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.1.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-sort-destructure-keys": "^1.3.5", "flag-icon-css": "^3.3.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.2.0", "gulp-typescript": "^6.0.0-alpha.1", "identity-obj-proxy": "^3.0.0", "jest": "^27.5.1", "jest-junit": "^10.0.0", "jest-react-hooks-shallow": "^1.4.1", "jsdom": "^16.2.2", "react": "^16.14.0", "react-dom": "^16.14.0", "rimraf": "^2.6.1", "sass": "^1.32.6", "ts-jest": "^27.0.7", "ts-loader": "^9.2.6", "typescript": "^4.4.4" } }