UNPKG

@fortawesome/react-fontawesome

Version:
159 lines (158 loc) 5.21 kB
{ "name": "@fortawesome/react-fontawesome", "description": "Official React component for Font Awesome", "version": "3.1.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "jsnext:main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "./CustomPrefixProvider": { "types": "./dist/CustomPrefixProvider.d.ts", "import": "./dist/CustomPrefixProvider.js", "require": "./dist/CustomPrefixProvider.cjs", "default": "./dist/CustomPrefixProvider.js" }, "./package.json": "./package.json" }, "homepage": "https://github.com/FortAwesome/react-fontawesome", "repository": { "type": "git", "url": "git+https://github.com/FortAwesome/react-fontawesome.git" }, "bugs": { "url": "https://github.com/FortAwesome/react-fontawesome/issues" }, "contributors": [ "Travis Chase <travis@fontawesome.com>", "Rob Madole <rob@fontawesome.com>", "Mike Wilkerson <mwilkerson@gmail.com>", "Nate Radebaugh <github.com/NateRadebaugh>", "Kirk Ross <github.com/kirkbross>", "Prateek Goel <github.com/prateekgoel>", "Naor Torgeman <github.com/naortor>", "Matthew Hand <github.com/mmhand123>", "Calvin Freitas <github.com/calvinf>", "Bill Parrott <github.com/chimericdream>", "Mike Lynch <github.com/baelec>", "Lukáš Rod <github.com/rodlukas>", "Proudust <github.com/proudust>", "Tiago Sousa <github.com/TiagoPortfolio>", "Alexey Victorov <github.com/AliMamed>", "Calum Smith <github.com/cpmsmith>", "squiaios <github.com/squiaios>", "WyvernDrexx <github.com/WyvernDrexx>", "Jason Lundien <github.com/jasonlundien>", "Jon Defresne <github.com/jdufresne>", "Charles Harwood <github.com/charles4221>" ], "license": "MIT", "scripts": { "build": "tsup", "lint": "eslint .", "lint:commits": "commitlint --config commitlint.config.ts --edit", "format:check": "prettier --check .", "format:fix": "prettier --write .", "format:staged": "pretty-quick --pattern src/** --staged", "prepack": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:prepublish": "npm run install.6 && npm run test && npm run install.7 && npm run test", "validate": "npm run lint && npm run format:check && npm run validate-types && npm run test", "validate-types": "tsc --noEmit", "install.6": "npm --no-save install @fortawesome/fontawesome-svg-core@6.x @fortawesome/free-solid-svg-icons@6.x", "install.7": "npm --no-save install @fortawesome/fontawesome-svg-core@7.x @fortawesome/free-solid-svg-icons@7.x", "clean": "rimraf dist", "prepare": "husky" }, "engines": { "node": ">=20" }, "peerDependencies": { "@fortawesome/fontawesome-svg-core": "~6 || ~7", "react": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.28.3", "@babel/plugin-external-helpers": "^7.27.1", "@babel/preset-env": "^7.28.3", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.33.0", "@fortawesome/fontawesome-svg-core": "^7.0.0", "@fortawesome/free-brands-svg-icons": "^7.0.0", "@fortawesome/free-solid-svg-icons": "^7.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "browserslist": "^4.25.3", "caniuse-lite": "^1.0.30001736", "conventional-changelog-conventionalcommits": "^9.1.0", "cross-env": "^10.0.0", "eslint": "^9.33.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-testing-library": "^7.6.6", "eslint-plugin-unicorn": "^60.0.0", "globals": "^16.3.0", "husky": "^9.1.7", "jest": "^30.0.5", "jest-environment-jsdom": "^30.0.5", "prettier": "^3.6.2", "pretty-quick": "^4.2.2", "react": "^19.1.1", "react-dom": "^19.1.1", "rimraf": "^6.0.1", "semantic-release": "^24.2.7", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.9.2", "typescript-eslint": "^8.40.0" }, "files": [ "./dist", "./CHANGELOG.md", "./CODE_OF_CONDUCT.md", "./CONTRIBUTING.md", "./DEVELOPMENT.md", "./LICENSE.txt", "./README.md", "./UPGRADING.md" ], "browserslist": [ "> 1%", "last 2 versions" ], "keywords": [ "fontawesome", "font-awesome", "react", "javascript", "svg", "icons" ], "publishConfig": { "tag": "latest" } }