mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.10.15 to 5.10.16. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.10.16/packages/mui-material) --- updated-dependencies: - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "mue",
|
|
"private": true,
|
|
"author": "The Mue Authors (https://github.com/mue/mue/graphs/contributors)",
|
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
|
"repository": {
|
|
"url": "github:mue/mue"
|
|
},
|
|
"homepage": "https://muetab.com",
|
|
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
|
"license": "BSD-3-Clause",
|
|
"version": "6.0.6",
|
|
"dependencies": {
|
|
"@eartharoid/i18n": "1.2.1",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@fontsource/lexend-deca": "4.4.5",
|
|
"@fontsource/montserrat": "4.4.5",
|
|
"@mui/material": "5.10.16",
|
|
"react": "18.2.0",
|
|
"react-clock": "4.0.0",
|
|
"react-color-gradient-picker": "0.1.2",
|
|
"react-dom": "18.2.0",
|
|
"react-hot-keys": "2.7.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-modal": "3.16.1",
|
|
"react-sortable-hoc": "2.0.0",
|
|
"react-toastify": "9.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.9",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@eartharoid/deep-merge": "^0.0.2",
|
|
"babel-loader": "^9.0.0",
|
|
"copy-webpack-plugin": "9.1.0",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-react-app": "^7.0.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"sass": "^1.50.0",
|
|
"sass-loader": "^13.0.0",
|
|
"source-map-loader": "^4.0.0",
|
|
"webpack": "^5.71.0",
|
|
"webpack-cli": "^5.0.0",
|
|
"webpack-dev-server": "^4.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve",
|
|
"updatetranslations": "cd scripts && node updatetranslations.js",
|
|
"build": "webpack --mode=production",
|
|
"chrome": "cp manifest/chrome.json build/manifest.json && cp -r manifest/_locales build/_locales && cp manifest/background-chrome.js build/background-chrome.js",
|
|
"firefox": "rm -rf build/_locales && cp manifest/firefox.json build/manifest.json"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|
|
}
|