UNPKG

@meistericons/react

Version:

React icon library of meistericons.

64 lines (63 loc) 1.69 kB
{ "name": "@meistericons/react", "version": "0.22.1", "description": "React icon library of meistericons.", "author": "meistericons", "license": "ISC", "repository": { "url": "https://github.com/meistericons/meistericons.git", "type": "git", "directory": "/packages/react" }, "bugs": { "url": "https://github.com/meistericons/meistericons/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "typings": "./lib/meistericons-react.d.ts", "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "patch": "bun version patch", "build:icons": "build-icons --pkg=react", "bundle": "rollup -c ./rollup.config.mjs", "build": "bun i && bun run build:icons && bun run bundle" }, "main": "./lib/cjs/meistericons-react.min.js", "main:umd": "./lib/umd/meistericons-react.js", "module": "./lib/esm/meistericons-react.js", "files": [ "lib" ], "keywords": [ "meistericons", "mni", "icons", "icon-library", "vector-icons", "svg-icons", "react-icons" ], "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "dependencies": { "@meistericons/rollup-plugins": "0.0.0", "rollup-plugin-preserve-directives": "^0.4.0" }, "devDependencies": { "@meistericons/build-icons": "0.0.1", "@types/node": "^22.13.13", "@types/react": "^19.0.12", "@types/react-test-renderer": "^19.0.0", "fantasticon": "^3.0.0", "happy-dom": "^17.4.4", "react-test-renderer": "^19.0.0", "rollup": "^4.37.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-node-polyfills": "^0.2.1", "vitest": "^3.0.9" } }