forked from opentiny/tiny-vue
39 lines
917 B
JSON
39 lines
917 B
JSON
{
|
|
"name": "@opentiny/vue-renderless",
|
|
"private": true,
|
|
"version": "3.8.5",
|
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
"keywords": [
|
|
"vue",
|
|
"vue3",
|
|
"frontend",
|
|
"component-library",
|
|
"components",
|
|
"vue-components",
|
|
"opentiny",
|
|
"renderless-components",
|
|
"headless-components"
|
|
],
|
|
"author": "OpenTiny Team",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"build:fast": "npm run build && npm run release",
|
|
"postversion": "pnpm build",
|
|
"release": "esno ./scripts/postbuild.ts && cp README.md dist"
|
|
},
|
|
"dependencies": {
|
|
"xss": "1.0.11"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./*": "./src/*"
|
|
},
|
|
"devDependencies": {
|
|
"esno": "^0.16.3",
|
|
"tsup": "^6.5.0"
|
|
}
|
|
}
|