@opentiny/vue-common
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
43 lines • 1.13 kB
JSON
{
"name": "@opentiny/vue-common",
"type": "module",
"version": "3.25.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-vue",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-vue.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-vue/issues"
},
"keywords": [
"vue",
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"headless-components"
],
"sideEffects": false,
"main": "./lib/index.js",
"dependencies": {
"@opentiny/utils": "~3.25.0",
"@opentiny/vue-hooks": "~3.25.0",
"@opentiny/vue-locale": "~3.25.0",
"@opentiny/vue-renderless": "~3.25.0",
"@opentiny/vue-theme": "~3.25.0",
"tailwind-merge": "^1.8.0"
},
"module": "./lib/index.js",
"types": "./src/index.d.ts",
"scripts": {
"build": "pnpm -w build:ui $npm_package_name",
"//postversion": "pnpm build"
}
}