@coreui/react-pro
Version:
UI Components Library for React.js
76 lines (75 loc) • 2.1 kB
JSON
{
"name": "@coreui/react-pro",
"version": "5.6.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-pro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-react-pro.git"
},
"license": "SEE LICENSE IN LICENSE",
"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-pro": "^5.4.0",
"@popperjs/core": "^2.11.8",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/react": "18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"classnames": "^2.5.1",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"rollup": "^4.22.4",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
}
}