Files
mue/package.json
dependabot[bot] 9d6eae0bf5 chore(deps-dev): bump adm-zip from 0.5.13 to 0.5.14 (#745)
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.13 to 0.5.14.
- [Release notes](https://github.com/cthackers/adm-zip/releases)
- [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md)
- [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.13...v0.5.14)

---
updated-dependencies:
- dependency-name: adm-zip
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 08:15:26 +00:00

65 lines
2.2 KiB
JSON

{
"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.1.0",
"dependencies": {
"@eartharoid/i18n": "1.2.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@floating-ui/react-dom": "2.1.0",
"@fontsource/lexend-deca": "5.0.12",
"@fontsource/montserrat": "5.0.17",
"@muetab/react-sortable-hoc": "^2.0.1",
"@mui/material": "5.15.19",
"@sentry/react": "^8.5.0",
"embla-carousel-autoplay": "8.1.3",
"embla-carousel-react": "8.1.3",
"fast-blurhash": "^1.1.2",
"image-conversion": "^2.1.1",
"react": "^18.3.1",
"react-best-gradient-color-picker": "^3.0.7",
"react-clock": "5.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-modal": "3.16.1",
"react-toastify": "10.0.5",
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eartharoid/deep-merge": "^0.0.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"adm-zip": "^0.5.14",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^9.0.11",
"prettier": "^3.3.0",
"sass": "^1.77.4",
"stylelint": "^16.6.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.3.1",
"vite": "5.2.12",
"vite-plugin-progress": "^0.0.7"
},
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"translations": "cd scripts && node updatetranslations.js",
"build": "vite build",
"pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\"",
"lint": "eslint \"./src/**/*.{js,jsx}\" && stylelint \"./src/**/*.{scss,css}\"",
"lint:fix": "eslint \"./src/**/*.{js,jsx}\" --fix && stylelint \"./src/**/*.{scss,css}\" --fix",
"postinstall": "husky"
}
}