{ "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.5", "dependencies": { "@eartharoid/i18n": "1.0.2", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@floating-ui/react-dom": "^0.6.1", "@fontsource/lexend-deca": "4.4.5", "@fontsource/montserrat": "4.4.5", "@mui/material": "5.6.0", "react": "^18.0.0", "react-clock": "3.1.0", "react-color-gradient-picker": "0.1.2", "react-dom": "^18.0.0", "react-hot-keys": "2.7.1", "react-icons": "^4.3.1", "react-modal": "3.14.4", "react-sortable-hoc": "2.0.0", "react-toastify": "8.2.0" }, "devDependencies": { "@eartharoid/deep-merge": "^0.0.2", "@vitejs/plugin-react": "^1.3.0", "eslint": "^8.12.0", "eslint-config-react-app": "^7.0.0", "sass": "^1.50.0", "vite": "^2.9.1" }, "scripts": { "start": "vite", "updatetranslations": "cd scripts && node updatetranslations.js", "build": "vite build", "chrome": "cp manifest/chrome.json dist/manifest.json && cp -r manifest/_locales dist/_locales && cp manifest/background-chrome.js dist/background-chrome.js", "firefox": "rm -rf dist/_locales && cp manifest/firefox.json dist/manifest.json" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version" ] } }