1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added dnd-kit for images

This commit is contained in:
Fedor Katurov 2022-06-20 21:50:09 +07:00
parent a811951a63
commit dc1d66cec6
10 changed files with 227 additions and 77 deletions

View file

@ -3,12 +3,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@popperjs/core": "^2.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tippyjs/react": "^4.2.6",
"@types/react-router-dom": "^5.1.7",
"autosize": "^4.0.2",
"axios": "^0.21.2",
"body-scroll-lock": "^2.6.4",
@ -78,9 +79,11 @@
"devDependencies": {
"@next/bundle-analyzer": "^12.0.8",
"@next/eslint-plugin-next": "^12.0.8",
"@types/marked": "^4.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/react": "^17.0.2",
"@types/node": "^11.13.22",
"@types/ramda": "^0.26.33",
"@types/marked": "^4.0.1",
"@types/throttle-debounce": "^2.1.0",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",