UNPKG

cdbreact

Version:

Elegant UI kit and reusable components for building mobile-first, responsive websites and web apps

132 lines (131 loc) 3.76 kB
{ "name": "cdbreact", "version": "1.6.1", "description": "Elegant UI kit and reusable components for building mobile-first, responsive websites 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": { "name": "Speedwares", "email": "ovuobasampson@gmail.com", "url": "https://github.com/Speedwares" }, "license": "SEE LICENSE IN license.pdf", "bugs": { "url": "https://github.com/Devwares-Team/cdbreact/issues" }, "homepage": "https://github.com/Devwares-Team/cdbreact#readme", "main": "dist/index.js", "module": "dist/index.modern.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.modern.js", "require": "./dist/index.js" } }, "source": "src/index.ts", "engines": { "node": ">=16" }, "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 --passWithNoTests", "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.15.4", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.8", "classnames": "^2.5.1", "focus-trap-react": "^8.4.2", "react-router-dom": "^6.30.3", "react-scroll": "^1.9.3", "react-tooltip": "^4.5.1", "react-transition-group": "^4.4.5", "styled-components": "^6.3.12", "styled-system": "^5.1.5", "tinycolor2": "^1.6.0" }, "peerDependencies": { "prop-types": "^15.7.2", "react": ">=16.14.0 <20", "react-dom": ">=16.14.0 <20" }, "devDependencies": { "@types/jest": "^29.2.2", "@types/node": "^18.19.130", "@types/react": "^18.3.26", "@types/react-dom": "^18.3.7", "@types/react-transition-group": "^4.4.12", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "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.11", "npm-run-all": "^4.1.5", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^7.8.3", "postcss-normalize": "^10.0.1", "prettier": "^2.0.4", "react": "19.2.4", "react-dom": "19.2.4", "react-scripts": "^5.0.1", "standard-version": "^9.5.0", "typescript": "^4.9.5" }, "files": [ "dist" ], "overrides": { "@babel/runtime": "^7.29.2" }, "sideEffects": [ "*.css", "**/*.css" ], "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }