mui-image-alter
Version:
Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 or v6. With component prop support.
108 lines (107 loc) • 2.66 kB
JSON
{
"name": "mui-image-alter",
"version": "3.3.0",
"description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 or v6. 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.0",
"@fontsource/fira-code": "^5.2.5",
"@juggle/resize-observer": "^3.4.0",
"@mui/material": "^7.0.1",
"@size-limit/preset-small-lib": "^11.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.9",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rimraf": "^6.0.1",
"size-limit": "^11.2.0",
"typeit-react": "^2.7.8",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.9"
},
"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"
}
]
}