This commit is contained in:
David Ralph
2019-12-13 12:58:51 +00:00
parent 7f49a412aa
commit dc013deaad
5 changed files with 18 additions and 12 deletions

View File

@@ -1,23 +1,29 @@
{
"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": "2.0.1",
"version": "0.6.0",
"dependencies": {
"@material-ui/core": "^4.7.0",
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.5.1",
"@muetab/quotes": "^1.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.2.0"
"react-scripts": "3.3.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint": "^6.7.2",
"node-sass": "^4.13.0"
},
"scripts": {
@@ -35,8 +41,7 @@
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
"last 1 firefox version"
]
}
}
}