Revize 812b9f90
Přidáno uživatelem Václav Honzík před více než 2 roky(ů)
frontend/package.json | ||
---|---|---|
17 | 17 |
"jwt-decode": "^3.1.2", |
18 | 18 |
"leaflet": "^1.8.0", |
19 | 19 |
"react": "^17.0.2", |
20 |
"react-beautiful-dnd": "^13.1.0", |
|
20 | 21 |
"react-dom": "^17.0.2", |
21 | 22 |
"react-html-parser": "^2.0.2", |
22 | 23 |
"react-leaflet": "3.2.5", |
... | ... | |
31 | 32 |
"swagger-typescript-api": "^9.3.1", |
32 | 33 |
"ts-node": "^10.7.0", |
33 | 34 |
"typescript": "^4.4.2", |
35 |
"uuid": "^8.3.2", |
|
34 | 36 |
"web-vitals": "^2.1.0", |
35 | 37 |
"yup": "^0.32.11" |
36 | 38 |
}, |
... | ... | |
68 | 70 |
"@types/leaflet": "^1.7.9", |
69 | 71 |
"@types/node": "^16.7.13", |
70 | 72 |
"@types/react": "^17.0.43", |
73 |
"@types/react-beautiful-dnd": "^13.1.2", |
|
71 | 74 |
"@types/react-dom": "^17.0.9", |
72 | 75 |
"@types/react-redux": "^7.1.23", |
73 | 76 |
"@types/redux-persist": "^4.3.1", |
77 |
"@types/uuid": "^8.3.4", |
|
74 | 78 |
"@types/yup": "^0.29.13", |
75 | 79 |
"redux-devtools-extension": "^2.13.9" |
76 | 80 |
} |
Také k dispozici: Unified diff
draggable list start
re #9741