mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "mue",
|
|
"private": true,
|
|
"author": "David \"ohlookitsderpy\" Ralph <me@davidjcralph.co.uk> (https://davidjcralph.co.uk)",
|
|
"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": "5.0.0",
|
|
"dependencies": {
|
|
"@eartharoid/dtf": "^1.0.8",
|
|
"@fontsource/lexend-deca": "^4.2.3",
|
|
"@fontsource/roboto": "^4.2.2",
|
|
"@material-ui/core": "4.11.3",
|
|
"@material-ui/icons": "4.11.2",
|
|
"array-move": "^3.0.1",
|
|
"react": "17.0.2",
|
|
"react-clock": "^3.0.0",
|
|
"react-color-gradient-picker": "^0.1.2",
|
|
"react-day-picker": "^7.4.10",
|
|
"react-device-detect": "^1.17.0",
|
|
"react-dom": "17.0.2",
|
|
"react-modal": "3.12.1",
|
|
"react-sortable-hoc": "^2.0.0",
|
|
"react-toastify": "7.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.14",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
|
"@babel/preset-env": "^7.13.12",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"babel-loader": "^8.2.2",
|
|
"copy-webpack-plugin": "^8.1.0",
|
|
"css-loader": "^5.2.0",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"mini-css-extract-plugin": "^1.4.0",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"source-map-loader": "^2.0.1",
|
|
"webpack": "^5.28.0",
|
|
"webpack-cli": "^4.6.0",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve",
|
|
"build": "webpack --mode=production",
|
|
"chrome": "cp manifest/chrome.json build/manifest.json",
|
|
"firefox": "cp manifest/firefox.json build/manifest.json"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version"
|
|
]
|
|
}
|
|
}
|