/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.18.0
docs/package.json
143 строки
5 KB
Diego Andai
[v5.x][core] Fix types version (#45612)
18 мар 2025, 20:42
Не верифицирован
18 мар 2025, 20:42
2baafb3
Код
Авторство
О чём код?
{ "name": "docs", "version": "5.0.0", "private": true, "author": "MUI Team", "license": "MIT", "scripts": { "build": "rimraf docs/export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build --profile && pnpm build-sw", "build:clean": "rimraf .next && pnpm build", "build-sw": "node ./scripts/buildServiceWorker.js", "dev": "next dev", "deploy": "git push -f material-ui-docs v5.x:v5", "icons": "rimraf --glob public/static/icons/* && node ./scripts/buildIcons.js", "start": "next start", "create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx", "typescript": "tsc -p tsconfig.json && tsc -p scripts/tsconfig.json", "typescript:transpile": "echo 'Use `pnpm docs:typescript:formatted'` instead && exit 1", "typescript:transpile:dev": "echo 'Use `pnpm docs:typescript'` instead && exit 1", "link-check": "node ./scripts/reportBrokenLinks.js" }, "dependencies": { "@babel/core": "^7.23.9", "@babel/plugin-transform-object-assign": "^7.23.3", "@babel/runtime": "^7.23.9", "@babel/runtime-corejs2": "^7.23.9", "@docsearch/react": "^3.6.0", "@emotion/cache": "^11.13.5", "@emotion/react": "^11.13.5", "@emotion/server": "^11.11.0", "@emotion/styled": "^11.13.5", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.2", "@mui/base": "workspace:*", "@mui/docs": "workspace:^", "@mui/icons-material": "workspace:^", "@mui/internal-markdown": "workspace:^", "@mui/joy": "workspace:*", "@mui/lab": "workspace:*", "@mui/material": "workspace:^", "@mui/styled-engine": "workspace:^", "@mui/styled-engine-sc": "workspace:^", "@mui/styles": "workspace:^", "@mui/system": "workspace:^", "@mui/types": "workspace:~", "@mui/utils": "workspace:^", "@mui/x-charts": "6.19.5", "@mui/x-data-grid": "7.0.0-beta.7", "@mui/x-data-grid-generator": "7.0.0-beta.7", "@mui/x-data-grid-premium": "7.0.0-beta.7", "@mui/x-data-grid-pro": "7.0.0-beta.7", "@mui/x-date-pickers": "6.19.7", "@mui/x-date-pickers-pro": "6.19.7", "@mui/x-license-pro": "6.10.2", "@mui/x-tree-view": "6.17.0", "@popperjs/core": "^2.11.8", "@react-spring/web": "^9.7.3", "autoprefixer": "^10.4.18", "autosuggest-highlight": "^3.3.4", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-optimize-clsx": "^2.6.2", "babel-plugin-react-remove-properties": "^0.3.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "clean-css": "^5.3.3", "clipboard-copy": "^4.0.1", "clsx": "^2.1.0", "core-js": "^2.6.11", "cross-env": "^7.0.3", "css-mediaquery": "^0.1.2", "date-fns": "^2.30.0", "date-fns-jalali": "^2.21.3-1", "feed": "^4.2.2", "fg-loadcss": "^3.1.0", "final-form": "^4.20.10", "flexsearch": "^0.7.43", "fs-extra": "^11.2.0", "json2mq": "^0.2.0", "jss": "^10.10.0", "jss-plugin-template": "^10.10.0", "jss-rtl": "^0.3.0", "lodash": "^4.17.21", "lz-string": "^1.5.0", "markdown-to-jsx": "^7.4.3", "material-ui-popup-state": "^5.0.10", "next": "^15.0.4", "notistack": "3.0.1", "nprogress": "^0.2.0", "postcss": "^8.4.35", "postcss-import": "^15.1.0", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-imask": "^7.5.0", "react-intersection-observer": "^9.8.1", "react-is": "^19.0.0", "react-number-format": "^5.3.3", "react-router-dom": "^6.21.3", "react-runner": "^1.0.3", "react-simple-code-editor": "^0.14.1", "react-spring": "^9.7.3", "react-swipeable-views": "^0.14.0", "react-swipeable-views-utils": "^0.14.0", "react-transition-group": "^4.4.5", "react-virtuoso": "^4.7.2", "react-window": "^1.8.10", "rimraf": "^5.0.5", "styled-components": "^6.1.8", "stylis": "4.2.0", "stylis-plugin-rtl": "^2.1.1", "use-count-up": "^3.0.1", "webpack-bundle-analyzer": "^4.10.1" }, "devDependencies": { "@babel/plugin-transform-react-constant-elements": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@mui-internal/test-utils": "workspace:^", "@mui/internal-docs-utils": "workspace:^", "@mui/internal-scripts": "workspace:^", "@types/autosuggest-highlight": "^3.2.3", "@types/chai": "^4.3.12", "@types/css-mediaquery": "^0.1.4", "@types/json2mq": "^0.2.2", "@types/node": "^18.19.48", "@types/prop-types": "^15.7.12", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/react-swipeable-views": "^0.13.5", "@types/react-swipeable-views-utils": "^0.13.7", "@types/react-transition-group": "^4.4.10", "@types/react-window": "^1.8.8", "@types/stylis": "^4.2.0", "chai": "^4.4.1", "cross-fetch": "^4.0.0", "gm": "^1.25.0", "marked": "^5.1.2", "playwright": "^1.42.1", "prettier": "^3.2.5", "tailwindcss": "^3.4.1", "yargs": "^17.7.2" } }