mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
feat: move all sideload logic to added, drag and drop upload, update deps
This commit is contained in:
34
package.json
34
package.json
@@ -11,23 +11,23 @@
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "7.0.0",
|
||||
"dependencies": {
|
||||
"@eartharoid/i18n": "1.1.0",
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.0",
|
||||
"@eartharoid/i18n": "1.2.1",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@floating-ui/react-dom": "^1.0.0",
|
||||
"@fontsource/lexend-deca": "4.5.11",
|
||||
"@fontsource/montserrat": "4.5.12",
|
||||
"@mui/material": "5.10.2",
|
||||
"@sentry/react": "^7.11.1",
|
||||
"embla-carousel-autoplay": "^7.0.1",
|
||||
"embla-carousel-react": "^7.0.1",
|
||||
"@fontsource/lexend-deca": "4.5.12",
|
||||
"@fontsource/montserrat": "4.5.13",
|
||||
"@mui/material": "5.10.11",
|
||||
"@sentry/react": "^7.17.2",
|
||||
"embla-carousel-autoplay": "^7.0.3",
|
||||
"embla-carousel-react": "^7.0.3",
|
||||
"image-conversion": "^2.1.1",
|
||||
"react": "^18.2.0",
|
||||
"react-clock": "3.1.0",
|
||||
"react-color-gradient-picker": "0.1.2",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-modal": "3.15.1",
|
||||
"react-icons": "^4.6.0",
|
||||
"react-modal": "3.16.1",
|
||||
"react-sortable-hoc": "2.0.0",
|
||||
"react-toastify": "9.0.8"
|
||||
},
|
||||
@@ -35,16 +35,16 @@
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"@eartharoid/deep-merge": "^0.0.2",
|
||||
"@vitejs/plugin-react": "^2.0.1",
|
||||
"eslint": "^8.22.0",
|
||||
"@vitejs/plugin-react": "^2.2.0",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"husky": "^8.0.1",
|
||||
"prettier": "^2.7.1",
|
||||
"sass": "^1.54.5",
|
||||
"stylelint": "^14.10.0",
|
||||
"sass": "^1.55.0",
|
||||
"stylelint": "^14.14.0",
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
"stylelint-config-standard-scss": "^5.0.0",
|
||||
"vite": "^3.0.9"
|
||||
"stylelint-config-standard-scss": "^6.0.0",
|
||||
"vite": "^3.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user