forked from opentiny/tiny-vue
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@opentiny/vue-renderless",
|
|
"version": "3.18.2",
|
|
"private": true,
|
|
"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,
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"build:fast": "npm run build && npm run release",
|
|
"postversion": "pnpm build",
|
|
"release": "esno ./scripts/postbuild.ts && shx cp README.md dist"
|
|
},
|
|
"dependencies": {
|
|
"color": "4.2.3",
|
|
"xss": "1.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"esno": "^4.7.0",
|
|
"tsup": "7.2.0"
|
|
}
|
|
}
|