feat: migrate to react-modal-sheet

This commit is contained in:
thecodrr
2022-05-31 08:58:33 +05:00
parent 94a06e829a
commit c9efde1b86
12 changed files with 247 additions and 48 deletions

View File

@@ -43,6 +43,7 @@
"re-resizable": "^6.9.9",
"react-color": "^2.19.3",
"react-modal": "^3.14.4",
"react-modal-sheet": "file:../react-modal-sheet",
"react-spring-bottom-sheet": "^3.4.0",
"react-toggle": "^4.1.2",
"reactjs-popup": "^2.0.5",
@@ -74,6 +75,9 @@
"typescript-plugin-css-modules": "^3.4.0",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"framer-motion": "^4.1.17"
},
"scripts": {
"build": "./scripts/build.sh",
"watch": "./scripts/build.sh --watch"