iconsax-react
Version:
Iconsax icon pack for React
66 lines (65 loc) • 1.79 kB
JSON
{
"name": "iconsax-react",
"version": "0.0.8",
"description": "Iconsax icon pack for React",
"author": "Erfan Khadivar <rendinjast@gmail.com>",
"homepage": "https://iconsax-react.pages.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/rendinjast/iconsax-react.git",
"directory": "packages/iconsax-react"
},
"bugs": {
"url": "https://github.com/rendinjast/iconsax-react/issues"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"preBuild": "rm -rf dist",
"build:bundle": "rollup --config rollup.config.js",
"build": "yarn preBuild && yarn build:bundle",
"publish": "yarn publish"
},
"keywords": [
"icons",
"react",
"icon components",
"iconsax"
],
"files": [
"dist"
],
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/react": "^17.0.22",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"react": "^17.0.2",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4"
},
"peerDependencies": {
"react": "*"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}