Skip to content

Commit e0a808b

Browse files
author
Ubuntu
committed
WIP
1 parent 21307f7 commit e0a808b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"vue-router": "^3.0.1",
2525
"vue-template-compiler": "^2.5.21",
2626
"vue-textarea-autosize": "^1.0.4"
27+
},
28+
"dependencies": {
29+
"vue-croppie": "^1.3.13"
2730
}
2831
}

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
16001600
safe-buffer "^5.0.1"
16011601
sha.js "^2.4.8"
16021602

1603+
croppie@^2.6.1:
1604+
version "2.6.2"
1605+
resolved "https://registry.yarnpkg.com/croppie/-/croppie-2.6.2.tgz#d605ceeffb4aea281f72a63c9a0a305db0a46e50"
1606+
integrity sha512-uvQI8XliWNWiquFCgIjwNoWCjbnQ/qvyitwIj8F4PjwrH40vniPmKSXmXaIbiWNojiraCi08PovKXfs8YXjMGg==
1607+
16031608
cross-env@^5.1:
16041609
version "5.2.0"
16051610
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
@@ -5776,6 +5781,13 @@ [email protected]:
57765781
dependencies:
57775782
indexof "0.0.1"
57785783

5784+
vue-croppie@^1.3.13:
5785+
version "1.3.13"
5786+
resolved "https://registry.yarnpkg.com/vue-croppie/-/vue-croppie-1.3.13.tgz#7e2fdb07e06c9842954adcf77fc55ab61e2bdfdb"
5787+
integrity sha512-HSSoi1fG6b91IHhySSi6WB2sEK+OFWR/FXHscqGV/XGllTOUM+iGAqoi0LYrFZ/Euqr/nai859NKcUUhCoUt1w==
5788+
dependencies:
5789+
croppie "^2.6.1"
5790+
57795791
vue-hot-reload-api@^2.3.0:
57805792
version "2.3.1"
57815793
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.1.tgz#b2d3d95402a811602380783ea4f566eb875569a2"

0 commit comments

Comments
 (0)