{ "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": "7.0.0", "dependencies": { "@eartharoid/i18n": "1.2.1", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@floating-ui/react-dom": "^1.3.0", "@fontsource/lexend-deca": "4.5.14", "@fontsource/montserrat": "4.5.14", "@mui/material": "5.11.12", "@sentry/react": "^7.42.0", "embla-carousel-autoplay": "^7.1.0", "embla-carousel-react": "^7.1.0", "fast-blurhash": "^1.1.2", "image-conversion": "^2.1.1", "react": "^18.2.0", "react-clock": "4.1.0", "react-color-gradient-picker": "0.1.2", "react-dom": "^18.2.0", "react-icons": "^4.8.0", "react-modal": "3.16.1", "react-sortable-hoc": "2.0.0", "react-toastify": "9.1.1" }, "devDependencies": { "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", "@eartharoid/deep-merge": "^0.0.2", "@vitejs/plugin-react": "3.1.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.7.0", "eslint-config-react-app": "^7.0.1", "husky": "^8.0.3", "postcss-scss": "^4.0.6", "prettier": "^2.8.4", "sass": "^1.59.2", "stylelint": "^15.2.0", "stylelint-checkstyle-formatter": "^0.1.2", "stylelint-config-prettier-scss": "^0.0.1", "stylelint-config-standard-scss": "^7.0.1", "stylelint-scss": "^4.4.0", "vite": "4.1.4" }, "scripts": { "dev": "vite", "dev:host": "vite --host", "translations": "cd scripts && node updatetranslations.js", "build": "vite build", "prepare:chrome": "cp manifest/chrome.json dist/manifest.json && cp -r manifest/_locales dist/_locales && cp manifest/background-chrome.js dist/background-chrome.js", "prepare:firefox": "rm -rf dist/_locales && cp manifest/firefox.json dist/manifest.json", "pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\"", "lint": "eslint --ext .js,.jsx src/** && stylelint \"**/*.scss\"", "lint:fix": "eslint --ext .js,.jsx src/** --fix && stylelint \"**/*.scss\" --fix", "postinstall": "husky install" } }