mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
Bumps [@material-ui/core](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mui-org/material-ui/releases) - [Changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui-org/material-ui/commits/v4.8.1/packages/material-ui) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "mue",
|
|
"private": true,
|
|
"author": "David \"ohlookitsderpy\" Ralph <d.ralph@muetab.xyz> (https://derpyenterprises.org)",
|
|
"maintainers": [
|
|
"David \"ohlookitsderpy\" Ralph <d.ralph@muetab.xyz> (https://derpyenterprises.org)",
|
|
"Alex \"TurboMarshmello\" Sparkes <a.sparkes@muetab.xyz> (https://github.com/TurboMarshmello)"
|
|
],
|
|
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
|
|
"repository": {
|
|
"url": "github:muetab/mue"
|
|
},
|
|
"homepage": "https://muetab.xyz",
|
|
"bugs": "https://github.com/muetab/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
|
"license": "BSD-3-Clause",
|
|
"version": "0.7.0",
|
|
"dependencies": {
|
|
"@material-ui/core": "4.8.1",
|
|
"@material-ui/icons": "^4.5.1",
|
|
"@muetab/quotes": "^1.0.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.7.2",
|
|
"node-sass": "^4.13.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|
|
}
|