1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-31 12:01:46 +02:00
Files
coreui-icons/packages/icons-react/package.json
Łukasz Holeczek 9cc38b5775 init lerna
2022-02-18 01:40:20 +01:00

72 lines
1.9 KiB
JSON

{
"name": "@coreui/icons-react",
"version": "2.0.0",
"description": "Official React component for CoreUI Icons",
"keywords": [
"coreui",
"coreui-icons",
"coreui-react",
"icons",
"svg",
"svg-icons",
"layout",
"component",
"react"
],
"homepage": "https://icons.coreui.io",
"bugs": {
"url": "https://github.com/coreui/coreui-icons/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/coreui/coreui-icons.git"
},
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "rollup -c",
"lint": "eslint \"src/**/*.{js,ts,tsx}\"",
"test": "jest --coverage",
"test:clear": "jest --clearCache",
"test:update": "jest --coverage --updateSnapshot"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"classnames": "^2.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.3.0",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.56.2",
"rollup-plugin-import-css": "^3.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "^17"
}
}