material-compact
Version:
Helper to create compact @mui/material theme
89 lines • 2.17 kB
JSON
{
"name": "material-compact",
"version": "2.1.0",
"description": "Helper to create compact @mui/material theme",
"keywords": [
"react",
"mui",
"material-design",
"material-ui",
"theme",
"small",
"compact",
"size",
"dense"
],
"homepage": "https://guoyunhe.github.io/material-compact/",
"bugs": {
"url": "https://github.com/guoyunhe/material-compact/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoyunhe/material-compact.git"
},
"funding": "https://github.com/sponsors/guoyunhe",
"license": "GPL-3.0",
"author": {
"name": "Guo Yunhe",
"email": "i@guoyunhe.me"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md",
"overrides.d.ts"
],
"prettier": "prettier-config-rive",
"stylelint": {
"extends": "stylelint-config-rive"
},
"dependencies": {
"@mui/utils": "^6.4.3"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdx-js/react": "^3.1.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/vite-react": "^2.0.1",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint-config-rive": "^3.1.1",
"gh-pages": "^5.0.0",
"prettier-config-rive": "^1.0.0",
"react": "^18.3.1",
"react-doc-ui": "^2.3.0",
"react-dom": "^18.3.1",
"rive": "^3.0.1",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"react": ">=16.8.0"
},
"rive": {
"template": "react",
"doc": {
"basename": "/material-compact/"
}
},
"scripts": {
"build": "rive build",
"build:watch": "rive build --watch",
"lint": "rive lint",
"lint:fix": "rive lint --fix",
"start": "rive start",
"test": "rive test",
"test:ui": "rive test --ui",
"test:watch": "rive test --watch"
}
}