UNPKG

react-fa-icon-picker-alen

Version:
53 lines (52 loc) 1.3 kB
{ "name": "react-fa-icon-picker-alen", "version": "1.0.6", "description": "An icon picker for font-awesome icons", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "start": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/drlalensoftware/react-fa-icon-picker-alen.git" }, "author": "Cory McAboy", "license": "ISC", "bugs": { "url": "https://github.com/drlalensoftware/react-fa-icon-picker-alen/issues" }, "homepage": "https://github.com/drlalensoftware/react-fa-icon-picker-alen#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "files": [ "dist" ], "devDependencies": { "@types/react": ">=16.9.38", "@types/react-dom": ">=16.9.8", "@types/styled-components": "^5.1.0", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "react": ">=16.13.1", "react-dom": ">=16.13.1", "rollup": "^2.17.1", "rollup-plugin-typescript2": "^0.27.1" }, "dependencies": { "csstype": "^2.6.10", "react-icons": "^4.4.0", "styled-components": "^5.1.1" }, "keywords": [ "fontawesome", "icon", "iconpicker", "react", "reactjs", "picker" ] }