mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
24 lines
532 B
JSON
24 lines
532 B
JSON
{
|
|
"name": "@uppy/vue",
|
|
"version": "0.4.3",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/drag-drop": "workspace:^",
|
|
"@uppy/file-input": "workspace:^",
|
|
"@uppy/progress-bar": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"shallow-equal": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^2.6.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^2.0.0",
|
|
"vue": ">=2.6.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|