-
- Downloads
Remove node modules stuff
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
"@mui/system": "^5.15.1", | "@mui/system": "^5.15.1", | ||
"@psychobolt/react-paperjs": "^1.0.3", | "@psychobolt/react-paperjs": "^1.0.3", | ||
"@psychobolt/react-paperjs-editor": "0.0.11", | "@psychobolt/react-paperjs-editor": "0.0.11", | ||
"axios": "^1.6.7", | |||
"draft-js": "^0.11.6", | "draft-js": "^0.11.6", | ||
"draft-js-export-html": "^1.4.1", | "draft-js-export-html": "^1.4.1", | ||
"draft-js-import-html": "^1.4.1", | "draft-js-import-html": "^1.4.1", | ||
... | @@ -39,8 +40,8 @@ | ... | @@ -39,8 +40,8 @@ |
"react-redux": "8.1.3", | "react-redux": "8.1.3", | ||
"react-resize-observer": "^1.1.1", | "react-resize-observer": "^1.1.1", | ||
"react-sortablejs": "^6.1.4", | "react-sortablejs": "^6.1.4", | ||
"sortablejs": "^1.15.2", | |||
"redux": "^4.2.1", | "redux": "^4.2.1", | ||
"sortablejs": "^1.15.2", | |||
"use-image": "^1.1.1" | "use-image": "^1.1.1" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
... | ... |
Please register or sign in to comment