UNPKG

feather-icons-react

Version:
78 lines (77 loc) 2.72 kB
{ "name": "feather-icons-react", "version": "0.9.0", "description": "Feather Icons as a React component.", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "npm run test", "build": "npm run lint && npm run build:copy-files && npm run build-exports && npm run build-types && npm run build:bundle && npm run build:cleanup", "build:copy-files": "babel src -d build --copy-files --no-copy-ignored ", "build:cleanup": "node clean-icon-exports.js", "build:bundle": "rollup --config", "build:icon-components": "babel build/IconComponents -d build/IconComponents", "build-exports": "node generate-icon-exports.js", "build-types": "node generate-type-declarations.js", "lint": "eslint src", "lint:watch": "esw -w lib/**", "lint:fix": "eslint --fix", "prepare": "npm run lint:fix && npm run build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "repository": { "type": "git", "url": "git+https://github.com/ianmiller347/feather-icons-react.git" }, "keywords": [ "feather", "icons", "react", "svg" ], "author": "Ian J. Miller", "license": "ISC", "bugs": { "url": "https://github.com/ianmiller347/feather-icons-react/issues" }, "homepage": "https://github.com/ianmiller347/feather-icons-react#readme", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-json": "^6.1.0", "@storybook/addon-actions": "^7.6.8", "@storybook/addon-essentials": "^7.6.8", "@storybook/addon-interactions": "^7.6.8", "@storybook/addon-links": "^7.6.8", "@storybook/addon-onboarding": "^1.0.10", "@storybook/blocks": "^7.6.8", "@storybook/react": "^7.6.8", "@storybook/react-webpack5": "^7.6.8", "@storybook/test": "^7.6.8", "@storybook/testing-library": "^0.2.2", "babel-eslint": "^10.0.3", "babel-loader": "^8.2.5", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.17.0", "eslint-plugin-storybook": "^0.6.15", "eslint-watch": "^6.0.1", "prop-types": "^15.7.2", "react": "^16.8.4", "react-dom": "^16.8.4", "rollup": "^4.32.0", "storybook": "^7.6.8" }, "peerDependencies": { "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "packageManager": "yarn@4.0.2" }