UNPKG

cdbreact

Version:

Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps

115 lines (114 loc) 3.37 kB
{ "name": "cdbreact", "version": "1.5.19", "description": "Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps", "repository": { "type": "git", "url": "git+https://github.com/Devwares-Team/cdbreact.git" }, "keywords": [ "react bootstrap", "bootstrap react", "cdbreact", "react", "react library", "ui library", "frontend library", "contrast", "react components", "react template library" ], "author": "Devwares", "license": "SEE LICENSE IN license.pdf", "bugs": { "url": "https://github.com/Devwares-Team/cdbreact/issues" }, "homepage": "https://www.devwares.com/product/contrast/", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "release": "standard-version && git push --follow-tags && npm run build && npm publish", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.14.0", "@popperjs/core": "^2.4.0", "@types/react-transition-group": "^4.4.5", "bootstrap": "^5.1.3", "classnames": "^2.2.6", "focus-trap-react": "^8.4.2", "popper.js": "^1.16.1", "react-bootstrap-range-slider": "^3.0.8", "react-popper": "^2.2.3", "react-router-dom": "^6.2.2", "react-scroll": "^1.8.1", "react-spring": "^8.0.27", "react-tooltip": "^4.2.9", "react-transition-group": "^4.4.1", "styled-components": "^5.1.1", "styled-system": "^5.1.5", "tinycolor2": "^1.4.2", "use-deep-compare-effect": "^1.4.0" }, "peerDependencies": { "prop-types": "^15.7.2", "react": ">=16.13.0", "react-dom": ">=16.13.0" }, "devDependencies": { "@types/jest": "^29.2.2", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.8", "@types/styled-components": "^5.1.26", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^2.2.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "^5.0.1", "standard-version": "^9.5.0", "typescript": "^4.8.4" }, "files": [ "dist" ], "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }