UNPKG

@intentui/icons

Version:

A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications.

116 lines (115 loc) 3.28 kB
{ "name": "@intentui/icons", "version": "1.11.3", "description": "A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications.", "author": "Irsyad A. Panjaitan", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "unpkg": "dist/umd/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "prepare": "npx husky", "format": "biome lint --write .", "prebuild": "rimraf src && rimraf dist", "optimize-svg": "npx svgo -f ../justd-svg -o ../optimized-svg", "build": "npm run optimize-svg && npm run svgr && node scripts/add-custom-attr.js && node scripts/generate-declarations.js && rollup -c", "svgr": "svgr --icon --replace-attr-values '#000=none' --replace-attr-values 1em=16 -d src -- ../optimized-svg", "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" ], "keywords": [ "icon", "react", "irsyadadl", "irsyad", "react-icons", "paranoid", "intentui", "@intentui/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" ], "repository": { "type": "git", "url": "git+https://github.com/intentuilabs/icons.git" }, "homepage": "https://intentui.com/icons", "devDependencies": { "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.27.0", "@biomejs/biome": "1.9.4", "@commitlint/cli": "^18.6.1", "@release-it/conventional-changelog": "^8.0.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@svgr/cli": "^8.1.0", "husky": "^9.1.7", "release-it": "^17.11.0", "rimraf": "^5.0.10", "rollup": "^4.39.0", "rollup-plugin-filesize": "^10.0.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" }, "pubslished": { "description": "Published new version" }, "chore": { "description": "Build process or auxiliary tool changes" } } } } }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "dependencies": { "@babel/runtime": "^7.27.0" } }