UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

76 lines 1.8 kB
{ "name": "@react-md/material-icons", "version": "6.2.3", "description": "Material Design Icon components for react-md", "type": "module", "exports": { "./*": { "types": "./types.d.ts", "default": "./*.js" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/mlaursen/react-md.git", "directory": "packages/material-icons" }, "bugs": { "url": "https://github.com/mlaursen/react-md/issues" }, "homepage": "https://react-md.dev", "keywords": [ "icon", "react", "component", "react-md", "material design" ], "license": "MIT", "dependencies": { "cnbuilder": "^3.1.0", "@react-md/core": "6.3.1" }, "devDependencies": { "@mlaursen/eslint-config": "^8.0.1", "@swc/core": "^1.12.11", "@types/lodash": "^4.17.20", "@types/node": "^22.15.29", "@types/react": "^18.3.12", "eslint": "^9.30.1", "glob": "^11.0.3", "lodash": "^4.17.21", "prettier": "^3.6.2", "pretty-ms": "^9.2.0", "svgo": "^4.0.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">= 18", "react-dom": ">= 18" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "publishConfig": { "access": "public" }, "volta": { "node": "22.13.1", "pnpm": "10.8.0" }, "scripts": { "run-script": "tsx --tsconfig scripts/tsconfig.json", "update-icons": "pnpm run run-script scripts/updateMaterialIcons.ts", "typecheck": "tsc --noEmit", "lint": "eslint -c scripts/eslint.config.mjs \"scripts/**/*.ts\"", "build": "pnpm run run-script scripts/build.ts", "clean": "rm -rf .turbo node_modules *Icon.d.ts *Icon.js" } }