@coreui/icons-react
Version:
Official React component for CoreUI Icons
63 lines (62 loc) • 1.6 kB
JSON
{
"name": "@coreui/icons-react",
"version": "2.3.0",
"description": "Official React component for CoreUI Icons",
"keywords": [
"coreui",
"coreui-icons",
"coreui-react",
"icons",
"svg",
"svg-icons",
"layout",
"component",
"react"
],
"homepage": "https://coreui.io/react/docs/components/icon/",
"bugs": {
"url": "https://github.com/coreui/coreui-icons-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coreui/coreui-icons-react.git"
},
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "rollup --config",
"test": "jest --coverage",
"test:update": "jest --coverage --updateSnapshot"
},
"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.4.6",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"classnames": "^2.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-import-css": "^3.5.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
}
}