UNPKG

@coreui/react

Version:

UI Components Library for React.js

79 lines (78 loc) 2.16 kB
{ "name": "@coreui/react", "version": "5.13.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/", "!src/**/__tests__" ], "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": "vitest run --coverage", "test:update": "vitest run --coverage -u" }, "dependencies": { "@coreui/coreui": "^5.9.0", "@popperjs/core": "^2.11.8", "prop-types": "^15.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.3", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/prop-types": "15.7.15", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/react-transition-group": "^4.4.12", "@vitejs/plugin-react": "^6.0.3", "@vitest/coverage-v8": "^4.1.10", "classnames": "^2.5.1", "cross-env": "^10.1.0", "jsdom": "^29.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-transition-group": "^4.4.5", "rollup": "^4.62.2", "tslib": "^2.8.1", "typescript": "^5.9.3", "vite": "^8.1.5", "vitest": "^4.1.10" }, "peerDependencies": { "react": ">=17", "react-dom": ">=17" } }