- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "react-icons",
|
|
"version": "4.12.0",
|
|
"description": "SVG React icons of popular icon packs using ES6 imports",
|
|
"author": "Goran Gajic",
|
|
"contributors": [
|
|
"kamijin_fanta <kamijin@live.jp>"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/cjs/index.js",
|
|
"module": "lib/esm/index.js",
|
|
"types": "lib/esm/index.d.ts",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com:react-icons/react-icons.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-icons/react-icons/issues"
|
|
},
|
|
"homepage": "https://github.com/react-icons/react-icons#readme",
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
}
|
|
}
|