UNPKG

@opentiny/vue-base-select

Version:

34 lines 1.05 kB
{ "name": "@opentiny/vue-base-select", "type": "module", "version": "3.27.0", "description": "", "license": "MIT", "sideEffects": false, "main": "./lib/index.js", "module": "./lib/index.js", "dependencies": { "@opentiny/vue-button": "~3.27.0", "@opentiny/vue-checkbox": "~3.27.0", "@opentiny/vue-common": "~3.27.0", "@opentiny/vue-directive": "~3.27.0", "@opentiny/vue-filter-box": "~3.27.0", "@opentiny/vue-icon": "~3.27.0", "@opentiny/vue-input": "~3.27.0", "@opentiny/vue-locale": "~3.27.0", "@opentiny/vue-option": "~3.27.0", "@opentiny/vue-recycle-scroller": "~3.27.0", "@opentiny/vue-renderless": "~3.27.0", "@opentiny/vue-scrollbar": "~3.27.0", "@opentiny/vue-select-dropdown": "~3.27.0", "@opentiny/vue-tag": "~3.27.0", "@opentiny/vue-theme": "~3.27.0", "@opentiny/vue-tooltip": "~3.27.0", "@opentiny/vue-tree": "~3.27.0" }, "types": "index.d.ts", "scripts": { "build": "pnpm -w build:ui $npm_package_name", "//postversion": "pnpm build" } }