mui-themes-extand
Version:
Boilerplate for extends MUI6 themes
68 lines (67 loc) • 1.81 kB
JSON
{
"name": "mui-themes-extand",
"version": "2.0.1",
"description": "Boilerplate for extends MUI6 themes",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsdx build --transpileOnly --entry ./src/index.ts",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/riflemanIm/mui-themes-extand.git"
},
"keywords": [
"mui5",
"theme",
"themes",
"palette"
],
"author": "Oleg Lambin",
"license": "ISC",
"bugs": {
"url": "https://github.com/riflemanIm/mui-themes-extand/issues"
},
"homepage": "https://github.com/riflemanIm/mui-themes-extand#readme",
"dependencies": {
"@mui/material": "^6.0.1",
"@mui/styles": "^6.0.1",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.19",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-static-files": "^0.3.0",
"rollup-plugin-url": "^3.0.1",
"tsdx": "^0.14.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@mui/material": "*",
"@mui/styles": "*",
"react": "*",
"react-dom": "*"
},
"webpackConfig": "webpack.config.js"
}