mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
Merge branch 'master' into dependabot/npm_and_yarn/material-ui/icons-4.11.2
This commit is contained in:
106
package.json
106
package.json
@@ -1,53 +1,53 @@
|
||||
{
|
||||
"name": "mue",
|
||||
"private": true,
|
||||
"author": "David \"ohlookitsderpy\" Ralph <contact@derpyenterprises.org> (https://derpyenterprises.org)",
|
||||
"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": "4.2.1",
|
||||
"dependencies": {
|
||||
"@material-ui/core": "4.11.1",
|
||||
"@material-ui/icons": "4.11.2",
|
||||
"@muetab/quotes": "^1.0.0",
|
||||
"fontsource-lexend-deca": "^3.0.10",
|
||||
"fontsource-roboto": "^3.0.3",
|
||||
"lodash.merge": "4.6.2",
|
||||
"react": "16.14.0",
|
||||
"react-clock": "^2.4.0",
|
||||
"react-color-gradient-picker": "^0.1.2",
|
||||
"react-dom": "16.14.0",
|
||||
"react-modal": "3.12.1",
|
||||
"react-toastify": "6.1.0",
|
||||
"supports-webp": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-scripts": "4.0.1",
|
||||
"node-sass": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"chrome": "cp manifest/chrome.json build/manifest.json",
|
||||
"firefox": "cp manifest/firefox.json build/manifest.json",
|
||||
"opera": "cp manifest/opera.json build/manifest.json && cp manifest/background-opera.js build/"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version"
|
||||
]
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "mue",
|
||||
"private": true,
|
||||
"author": "David \"ohlookitsderpy\" Ralph <contact@derpyenterprises.org> (https://derpyenterprises.org)",
|
||||
"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": "4.2.1",
|
||||
"dependencies": {
|
||||
"@material-ui/core": "4.11.2",
|
||||
"@material-ui/icons": "4.9.1",
|
||||
"@muetab/quotes": "^1.0.0",
|
||||
"fontsource-lexend-deca": "^3.0.10",
|
||||
"fontsource-roboto": "^3.0.3",
|
||||
"lodash.merge": "4.6.2",
|
||||
"react": "16.14.0",
|
||||
"react-clock": "^2.4.0",
|
||||
"react-color-gradient-picker": "^0.1.2",
|
||||
"react-dom": "16.14.0",
|
||||
"react-modal": "3.12.1",
|
||||
"react-toastify": "6.1.0",
|
||||
"supports-webp": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"react-scripts": "4.0.1",
|
||||
"node-sass": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"chrome": "cp manifest/chrome.json build/manifest.json",
|
||||
"firefox": "cp manifest/firefox.json build/manifest.json",
|
||||
"opera": "cp manifest/opera.json build/manifest.json && cp manifest/background-opera.js build/"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user