mui-extended
Version:
Extended UI Components built on Material UI
135 lines (134 loc) • 3.55 kB
JSON
{
"name": "mui-extended",
"version": "2.0.0",
"description": "Extended UI Components built on Material UI",
"keywords": [
"mui",
"mui extended",
"material UI",
"react UI",
"react form",
"react layout",
"react markdown",
"react GoogleAnalytics",
"sodaru"
],
"module": "dist/index.js",
"typings": "dist/index.d.js",
"files": [
"dist"
],
"scripts": {
"clean": "npx rimraf dist",
"prettier": "npx prettier --check --ignore-unknown ./**/*",
"eslint": "npx eslint ./ --no-error-on-unmatched-pattern",
"tsc": "npx tsc --project tsconfig.build.json",
"next-build": "npx next build",
"prebuild": "npm run prettier && npm run eslint && npm run clean",
"build": "npm run tsc && npm run next-build",
"pretest": "npm run build",
"test": "echo 'no tests'",
"prepack": "npm run test",
"postversion": "git push --follow-tags",
"dev": "next dev",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/sodaru/mui-extended.git"
},
"author": "Raghavendra K R <raghavendra@sodaru.com>",
"contributors": [
"Raghavendra K R <raghavendra@sodaru.com>",
"Lokesh G C <lokesh@sodaru.com>",
"Sukhesh M G <sukhesh@sodaru.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sodaru/mui-extended/issues"
},
"homepage": "https://github.com/sodaru/mui-extended#readme",
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/x-date-pickers": "^7.23.6",
"@mui/x-tree-view": "^7.23.6",
"@next/bundle-analyzer": "^12.1.0",
"@types/js-yaml": "^4.0.9",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"date-fns": "^4.1.0",
"decorated-ajv": "^1.1.0",
"eslint-config-next": "^15.1.4",
"eslint-config-sodaru": "^1.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"next": "^15.1.4",
"prettier-config-sodaru": "^1.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1"
},
"prettier": "prettier-config-sodaru",
"eslintConfig": {
"extends": [
"eslint-config-sodaru",
"next"
]
},
"peerDependencies": {
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/x-date-pickers": "^7.23.6",
"@mui/x-tree-view": "^7.23.6",
"date-fns": "^4.1.0",
"decorated-ajv": "^1.1.0",
"lodash": "^4.17.21",
"next": "^14.0.0 || ^15.0.0 || ^16.0.0",
"prettier": "^2.3.2 || ^3.4.2",
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"tslib": "^2.8.1"
},
"peerDependenciesMeta": {
"@mui/x-date-pickers": {
"optional": true
},
"@mui/x-tree-view": {
"optional": true
},
"date-fns": {
"optional": true
},
"decorated-ajv": {
"optional": true
},
"next": {
"optional": true
},
"prettier": {
"optional": true
},
"react-markdown": {
"optional": true
},
"react-syntax-highlighter": {
"optional": true
},
"remark-gfm": {
"optional": true
}
},
"sideEffects": false
}