{
"name": "@opentiny/vue-file-upload",
"version": "3.31.0",
"description": "",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
"module": "index.ts",
"scripts": {
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
},
"dependencies": {
"@opentiny/vue-button": "workspace:~",
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-dialog-box": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-input": "workspace:~",
"@opentiny/vue-modal": "workspace:~",
"@opentiny/vue-popover": "workspace:~",
"@opentiny/vue-progress": "workspace:~",
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-tooltip": "workspace:~",
"@opentiny/vue-upload": "workspace:~",
"@opentiny/vue-upload-list": "workspace:~",
"@opentiny/vue-switch": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"streamsaver": "2.0.6"
},
"devDependencies": {
"@opentiny-internal/vue-test-utils": "workspace:*",
"vitest": "catalog:"
}
}