UNPKG

react-material-symbols

Version:

A simple package for adding Material Symbols to any React project.

99 lines 2.76 kB
{ "name": "react-material-symbols", "private": false, "version": "4.4.0", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.es.js", "main": "./dist/index.umd.js", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./sharp": "./dist/sharp.css", "./rounded": "./dist/rounded.css", "./outlined": "./dist/outlined.css" }, "files": [ "dist/**/*" ], "contributors": [ { "name": "Ed Jones" } ], "engines": { "node": ">=14.0.0" }, "scripts": { "dev": "vite", "build": "vite build && tsc --outDir dist --emitDeclarationOnly", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build --docs", "chromatic": "chromatic --exit-zero-on-changes", "prettier:check": "prettier --check '**/*.{ts,tsx}'", "prettier:write": "prettier --write '**/*.{ts,tsx}'", "eslint": "eslint '**/*.{ts,tsx}'", "eslint:fix": "eslint '**/*.{ts,tsx}' --fix", "test": "vitest run" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.21.3", "@senojs/rollup-plugin-style-inject": "^0.2.0", "@storybook/addon-essentials": "^7.0.7", "@storybook/react": "7.0.7", "@storybook/react-vite": "^7.0.7", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/css-modules": "^1.0.2", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "@vitejs/plugin-react": "^3.1.0", "babel-loader": "^9.1.2", "chromatic": "^6.17.4-next.1", "eslint": "^8.36.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-storybook": "^0.6.11", "jsdom": "^21.1.1", "prettier": "^2.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.0.7", "typescript": "^4.9.5", "vite": "^4.1.4", "vite-dts": "^1.0.4", "vite-plugin-dts": "^2.1.0", "vitest": "^0.29.3" }, "description": "A simple package for adding Material Symbols to any React project.", "repository": { "type": "git", "url": "git+https://github.com/ed-software/react-material-symbols.git" }, "keywords": [ "Icons", "React", "TypeScript", "Material Icons", "Material Symbols", "Symbols", "Material" ], "author": { "name": "Ed Jones" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/ed-software/react-material-symbols/issues" }, "homepage": "https://github.com/ed-software/react-material-symbols#readme" }