3 Star 0 Fork 4

OpenTiny/tiny-vue-renderless

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Kagol 提交于 2023-03-22 17:08 +08:00 . docs: update package.json
{
"name": "@opentiny/vue-renderless",
"version": "3.6.0",
"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",
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-vue-renderless"
},
"keywords": [
"vue",
"vue3",
"frontend",
"component-library",
"components",
"vue-components",
"opentiny",
"renderless-components",
"headless-components"
],
"author": "OpenTiny Team",
"license": "MIT",
"sideEffects": false,
"scripts": {
"clean": "rimraf dist",
"create:ui": "node build/create-ui.js",
"build": "babel --config-file ./build/babel.config.json src --out-dir dist",
"build:all": "npm run lint && npm run clean && npm run build && npm run build:version",
"build:version": "node build/build-version.js",
"release": "node scripts/release.js",
"format": "prettier --write src/**/* build/*.js scripts/*.js",
"lint": "eslint src/**/* build/*.js scripts/*.js --fix",
"commit": "git-cz"
},
"dependencies": {
"@babel/runtime": "7.18.3",
"xss": "1.0.11"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.1.0 ",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^9.7.0",
"fs-extra": "^10.1.0",
"prettier": "2.2.1",
"rimraf": "^3.0.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"glob": "^8.0.3",
"husky": "^8.0.2",
"lint-staged": "^13.0.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=14.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opentiny/tiny-vue-renderless.git
git@gitee.com:opentiny/tiny-vue-renderless.git
opentiny
tiny-vue-renderless
tiny-vue-renderless
dev

搜索帮助