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

image grid

This commit is contained in:
muerwre 2019-08-08 14:59:26 +07:00
parent af3b413903
commit 2dd0cb28e2
7 changed files with 127 additions and 13 deletions

10
package-lock.json generated
View file

@ -14269,6 +14269,16 @@
"shallowequal": "^1.0.2"
}
},
"react-sortable-hoc": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-1.9.1.tgz",
"integrity": "sha512-2VeofjRav8+eZeE5Nm/+b8mrA94rQ+gBsqhXi8pRBSjOWNqslU3ZEm+0XhSlfoXJY2lkgHipfYAUuJbDtCixRg==",
"requires": {
"@babel/runtime": "^7.2.0",
"invariant": "^2.2.4",
"prop-types": "^15.5.7"
}
},
"react-stack-grid": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/react-stack-grid/-/react-stack-grid-0.7.1.tgz",