styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
95 lines (94 loc) • 2.83 kB
JSON
{
"name": "styled-icons",
"version": "8.6.0",
"description": "Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components",
"author": "Jacob Gillespie <jacobwgillespie@gmail.com>",
"homepage": "https://github.com/jacobwgillespie/styled-icons",
"repository": "git://github.com/jacobwgillespie/styled-icons.git",
"license": "MIT",
"main": "index.js",
"module": "index.esm.js",
"types": "./index.d.ts",
"sideEffects": false,
"files": [
"/boxicons-regular",
"/boxicons-solid",
"/boxicons-logos",
"/crypto",
"/evil",
"/fa-brands",
"/fa-regular",
"/fa-solid",
"/feather",
"/icomoon",
"/manifest.json",
"/material",
"/octicons",
"/remix-fill",
"/remix-line",
"/typicons",
"/StyledIconBase",
"/types",
"/index.d.ts",
"/index.esm.js",
"/index.js",
"/README.md"
],
"keywords": [
"styled-components",
"icons",
"font-awesome",
"feather-icons",
"material-ui",
"material",
"octicons",
"boxicons",
"svg"
],
"scripts": {
"build": "node generate/generate.js && cp ../../README.md .",
"clean": "rm -rf boxicons-logos boxicons-regular boxicons-solid crypto evil fa-brands fa-regular fa-solid feather icomoon material octicons remix-fill remix-line typicons build StyledIconBase types public manifest.json index.d.ts index.esm.js index.js"
},
"peerDependencies": {
"react": "*",
"styled-components": ">=4.1.0 <5"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@primer/octicons": "^9.2.0",
"@styled-icons/icomoon-source": "Keyamoon/IcoMoon-Free#d006795ede82361e1bac1ee76f215cf1dc51e4ca",
"@types/node": "^12.7.12",
"@types/react": "^16.9.6",
"@types/styled-components": "^4.1.18",
"boxicons": "^2.0.1",
"cryptocurrency-icons": "^0.16.1",
"evil-icons": "^1.10.1",
"execa": "^3.0.0",
"fast-case": "^1.2.1",
"fast-glob": "^3.1.0",
"feather-icons": "^4.9.0",
"fs-extra": "^8.1.0",
"h2x-core": "^1.1.1",
"h2x-plugin-jsx": "^1.2.0",
"material-design-icons-updated": "^4.8.2",
"number-to-words": "^1.2.3",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"remixicon": "^2.0.0",
"styled-components": "^4.4.0",
"svgo": "^1.3.0",
"ts-node": "^8.4.1",
"ttypescript": "^1.5.7",
"typescript": "^3.6.4",
"typescript-plugin-styled-components": "^1.4.0",
"typicons.font": "^2.0.9"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.8.3",
"tslib": "^1.9.3"
},
"gitHead": "dd13f1365b665372014e3d297b204d7c8a9bcf95"
}