UNPKG

mui-image-alter

Version:

Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 and above. With component prop support.

108 lines (107 loc) 2.66 kB
{ "name": "mui-image-alter", "version": "3.4.0", "description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 and above. With component prop support.", "type": "module", "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "build:demo": "vite --config vite.democonfig.ts build", "preview": "vite preview", "size": "size-limit", "format": "prettier {demo,src}/**/*.{js,jsx,ts,tsx,json} --write", "clean": "rimraf dist es lib umd coverage jest-setup.d.ts mui-image-alter-*", "prepare": "npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:coverage-ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'" }, "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 ", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fontsource/fira-code": "^5.2.6", "@juggle/resize-observer": "^3.4.0", "@mui/material": "^7.3.2", "@size-limit/preset-small-lib": "^11.2.0", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/node": "^22.18.3", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.2", "@vitest/coverage-v8": "^3.2.4", "jsdom": "^27.0.0", "prettier": "^3.6.2", "react": "^19.1.1", "react-dom": "^19.1.1", "rimraf": "^6.0.1", "size-limit": "^11.2.0", "typeit-react": "^2.7.8", "typescript": "^5.9.2", "vite": "^7.1.5", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "size-limit": [ { "name": "cjs", "path": "dist/index.cjs", "gzip": true }, { "name": "esm", "path": "dist/index.js", "gzip": true } ], "author": "mddanish00", "contributors": [ "benmneb" ], "homepage": "https://mddanish00.github.io/mui-image-alter", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/mddanish00/mui-image-alter.git" }, "keywords": [ "material-ui", "material-ui image", "material-ui-image", "material design", "react", "loading image" ], "funding": [ { "type": "github", "url": "https://github.com/mddanish00/mui-image-alter?sponsor=1" } ] }