hq-icons
Version:
Icons library for your react projects
112 lines (111 loc) • 3.07 kB
JSON
{
"name": "hq-icons",
"version": "0.0.10",
"description": "Icons library for your react projects",
"keywords": [
"icon",
"react",
"svg",
"dq-alhq",
"hq-kit",
"hq-ui",
"hq-icons",
"cleon-ui",
"cleon-kit",
"cleon-icons",
"react-icons",
"react-icons-library",
"react-icon-library",
"react-icon",
"react-icons-collection",
"react-icons-list",
"react-icon-list",
"icon-library",
"icon-list",
"icon-collection"
],
"author": "Diqi Al-Haqqi",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/hq-kit/icons.git"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npx husky",
"format": "npx prettier --write .",
"prebuild": "rimraf src && rimraf dist",
"optimize": "npx svgo -f ./svgs -o ./optimized-svg",
"svgr": "svgr --icon --replace-attr-values '#000=currentColor' --replace-attr-values '1em={24}' --no-svgo --index-template index-template.js -d src -- ./optimized-svg",
"build": "npm run optimize && npm run svgr && node scripts/add-custom-attr.js && node scripts/generate-declarations.js && rollup -c",
"analyze": "rollup -c --bundleConfigAsCjs && npx rollup-plugin-visualizer",
"pr": "npm run build && git commit -a",
"test": "npm run build && npm link",
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it"
},
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^18.6.1",
"@release-it/conventional-changelog": "^8.0.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@svgr/cli": "^8.1.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"release-it": "^17.11.0",
"rimraf": "^5.0.10",
"rollup": "^4.30.1",
"rollup-plugin-filesize": "^10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": "conventionalcommits",
"types": {
"feat": {
"description": "Add new features"
},
"icon": {
"description": "Add new icons"
},
"fix": {
"description": "Fix bugs"
},
"published": {
"description": "Published new version"
},
"chore": {
"description": "Build process or auxiliary tool changes"
}
}
}
}
}
}