28 lines
745 B
JSON
28 lines
745 B
JSON
{
|
|
"name": "@opentiny/vue-button-group",
|
|
"version": "3.29.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"module": "index.ts",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@opentiny-internal/vue-test-utils": "workspace:*",
|
|
"vitest": "catalog:"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -w build:ui $npm_package_name",
|
|
"//postversion": "pnpm build"
|
|
},
|
|
"dependencies": {
|
|
"@opentiny/vue-common": "workspace:~",
|
|
"@opentiny/vue-renderless": "workspace:~",
|
|
"@opentiny/vue-theme": "workspace:~",
|
|
"@opentiny/vue-directive": "workspace:~",
|
|
"@opentiny/vue-popover": "workspace:~",
|
|
"@opentiny/vue-button": "workspace:~",
|
|
"@opentiny/vue-icon": "workspace:~"
|
|
},
|
|
"license": "MIT"
|
|
}
|