UNPKG

@blocklet/theme-builder

Version:

A comprehensive tool to customize themes for Material-UI

96 lines 2.55 kB
{ "name": "@blocklet/theme-builder", "description": "A comprehensive tool to customize themes for Material-UI", "version": "0.4.2", "keywords": [ "MUI", "MUI v5", "Material-UI", "MUI Theme Creator" ], "contributors": [ "ArcBlock (https://github.com/ArcBlock)" ], "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.js", "lint-staged": { "*.{mjs,js,jsx,ts,tsx}": [ "prettier --write", "eslint" ], "*.{css,less,scss,json,graphql}": [ "prettier --write" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": {}, "devDependencies": { "@arcblock/eslint-config-ts": "^0.3.3", "@babel/eslint-parser": "^7.28.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/lab": "7.0.0-beta.14", "@mui/material": "^7.2.0", "@testing-library/react": "^14.3.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/dot-prop-immutable": "^1.5.4", "@types/lodash": "^4.17.20", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "~7.16.1", "@vitejs/plugin-react": "^4.6.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "ahooks": "^3.9.0", "axios": "^1.10.0", "code-inspector-plugin": "^0.20.15", "date-fns": "^4.1.0", "eslint": "^8.57.1", "jsdom": "^22.1.0", "lint-staged": "^15.5.2", "lodash": "^4.17.21", "mdi-material-ui": "^7.9.4", "prettier": "^3.6.2", "react": "~19.1.0", "react-dom": "~19.1.0", "simple-git-hooks": "^2.13.0", "typescript": "~5.5.4", "vite": "^7.0.3", "vite-plugin-svgr": "^4.3.0", "vitest": "^3.2.4", "@blocklet/theme-builder-react": "0.4.2" }, "license": "0BSD", "repository": { "type": "git", "url": "https://github.com/ArcBlock/mui-theme-builder" }, "bugs": { "url": "https://github.com/ArcBlock/mui-theme-builder/issues" }, "scripts": { "dev": "vite --host", "serve": "vite preview", "lint": "eslint src --ext .mjs,.js,.jsx,.ts,.tsx", "lint:fix": "npm run lint -- --fix", "build": "vite build && vite build --config vite.config.lib.mts", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "coverage": "vitest run --coverage" } }