@react-md/material-icons
Version:
Material Design Icon components for react-md
81 lines • 1.96 kB
JSON
{
"name": "@react-md/material-icons",
"version": "7.0.3",
"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.2"
},
"devDependencies": {
"@swc/core": "^1.15.11",
"@types/lodash": "^4.17.23",
"@types/node": "^24.10.4",
"@types/react": "^19.2.14",
"eslint": "^9.39.2",
"glob": "^13.0.3",
"lodash": "^4.17.23",
"prettier": "^3.8.1",
"pretty-ms": "^9.3.0",
"react": "^19.2.4",
"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"
}
}