UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

81 lines 1.96 kB
{ "name": "@react-md/material-icons", "version": "7.0.2", "description": "Material Design Icon components for react-md", "type": "module", "exports": { "./*": { "types": "./types.d.ts", "default": "./dist/*.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": "7.0.1" }, "devDependencies": { "@swc/core": "^1.15.8", "@types/lodash": "^4.17.23", "@types/node": "^24.10.4", "@types/react": "^19.2.8", "eslint": "^9.39.2", "glob": "^13.0.0", "lodash": "^4.17.21", "prettier": "^3.7.4", "pretty-ms": "^9.3.0", "react": "^19.2.3", "svgo": "^4.0.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "@react-md/eslint-config": "1.0.0" }, "peerDependencies": { "react": ">= 19", "react-dom": ">= 19" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "publishConfig": { "access": "public" }, "volta": { "node": "24.12.0", "pnpm": "10.28.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\"", "lint-fix": "pnpm lint --fix", "check-format": "prettier --check .", "format": "prettier --write .", "build": "pnpm run run-script scripts/build.ts", "clean-dist": "rm -rf dist", "clean": "rm -rf .turbo node_modules dist" } }