@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
63 lines (62 loc) • 2.07 kB
JSON
{
"name": "@geneui/icons",
"version": "1.4.8",
"description": "Gene UI icons distributed as SVG React components.",
"author": "SoftConstruct",
"homepage": "https://github.com/softconstruct/gene-ui-icons#readme",
"repository": {
"type": "git",
"url": "https://github.com/softconstruct/gene-ui-icons"
},
"bugs": {
"url": "https://github.com/softconstruct/gene-ui-icons/issues"
},
"keywords": [
"react",
"gene-ui",
"design-system",
"SVG",
"icon",
"icons",
"iconography"
],
"main": "index.js",
"types": "index.d.ts",
"contributors": [
"Hamik Hambardzumyan <hamik.hambardumyan@softconstruct.com> (https://github.com/hamikhambardzumyan)"
],
"scripts": {
"build": "babel-node --config-file ./configs/.babelrc ./scripts/build.js",
"create-icon": "babel-node --config-file ./configs/.babelrc ./scripts/createIcon.js",
"remove-icons": "babel-node --config-file ./configs/.babelrc ./scripts/removeIcons.js",
"update-icon": "",
"mark-as-deprecated": "",
"bump-up-commit": "babel-node --config-file ./configs/.babelrc ./scripts/postPublish.js"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-virtual": "^3.0.1",
"@svgr/core": "^6.3.1",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"filesize": "^10.0.6",
"glob": "^8.0.3",
"inquirer": "^8.2.4",
"ora": "^5.4.1",
"prettier": "^2.6.2",
"rollup": "^3.1.0",
"svgo": "^2.8.0"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"license": "MIT"
}