Files
mue/package.json
2024-12-27 20:24:42 +00:00

78 lines
2.5 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": "8.0.0",
"dependencies": {
"@eartharoid/i18n": "2.0.0-alpha.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@floating-ui/react-dom": "2.1.0",
"@fontsource-variable/lexend-deca": "^5.1.0",
"@fontsource-variable/montserrat": "^5.1.0",
"@headlessui/react": "^2.1.9",
"@muetab/react-sortable-hoc": "^2.0.1",
"@mui/material": "5.15.19",
"@sentry/react": "^8.33.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "8.1.3",
"embla-carousel-react": "8.1.3",
"fast-blurhash": "^1.1.4",
"framer-motion": "^11.11.0",
"markdown-to-jsx": "^7.5.0",
"mue": "file:",
"react": "^18.3.1",
"react-best-gradient-color-picker": "^3.0.10",
"react-clock": "5.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-modal": "3.16.1",
"react-slider": "^2.0.6",
"react-toastify": "10.0.5",
"recharts": "^2.13.3",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eartharoid/deep-merge": "^0.0.2",
"@eartharoid/vite-plugin-i18n": "1.0.0-alpha.7",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-react-swc": "^3.7.1",
"adm-zip": "^0.5.16",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.7.0",
"tailwindcss": "^3.4.13",
"vite": "5.2.12",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-progress": "^0.0.7",
"yaml": "^2.5.1"
},
"scripts": {
"build": "vite build",
"cy:open": "cypress open",
"dev": "vite",
"dev:host": "vite --host",
"lint": "eslint \"./src/**/*.{js,jsx}\" && stylelint \"./src/**/*.{scss,css}\"",
"lint:fix": "eslint \"./src/**/*.{js,jsx}\" --fix && stylelint \"./src/**/*.{scss,css}\" --fix",
"postinstall": "husky",
"pretty": "prettier --write \"./**/*.{js,jsx,json,scss,css}\""
}
}