@fortawesome/react-fontawesome
Version:
Official React component for Font Awesome
137 lines (136 loc) • 4.3 kB
JSON
{
"name": "@fortawesome/react-fontawesome",
"description": "Official React component for Font Awesome",
"version": "3.0.0",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"homepage": "https://github.com/FortAwesome/react-fontawesome",
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/react-fontawesome.git"
},
"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 .",
"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",
"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"
},
"dependencies": {
"semver": "^7.7.2"
},
"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",
"@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/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",
"@types/semver": "^7.7.0",
"browserslist": "^4.25.3",
"caniuse-lite": "^1.0.30001736",
"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"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run format:staged && npm run validate-types"
}
},
"keywords": [
"fontawesome",
"font-awesome",
"react",
"javascript",
"svg",
"icons"
]
}