UNPKG

@coreui/react

Version:

UI Components Library for React.js

77 lines (76 loc) 2.11 kB
{ "name": "@coreui/react", "version": "5.7.0", "description": "UI Components Library for React.js", "keywords": [ "react", "react-component", "react component", "react bootstrap", "bootstrap react", "ui library", "ui components", "component library", "components" ], "homepage": "https://coreui.io/react/", "bugs": { "url": "https://github.com/coreui/coreui-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/coreui/coreui-react.git" }, "license": "MIT", "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "files": [ "dist/", "src/" ], "sideEffects": false, "scripts": { "build": "npm-run-all clean build-*", "build-cjs": "rollup --environment ESM:false --config", "build-esm": "rollup --environment ESM:true --config", "clean": "cross-env-shell \"rm -rf dist\"", "test": "jest --coverage", "test:update": "jest --coverage --updateSnapshot" }, "dependencies": { "@coreui/coreui": "^5.4.0", "@popperjs/core": "^2.11.8", "prop-types": "^15.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/prop-types": "15.7.14", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "@types/react-transition-group": "^4.4.12", "classnames": "^2.5.1", "cross-env": "^7.0.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-transition-group": "^4.4.5", "rollup": "^4.41.0", "ts-jest": "^29.3.4", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=17", "react-dom": ">=17" } }