1 Star 0 Fork 41

litingWeb / t-ui

forked from wocwin / t-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
wocwin 提交于 2023-02-03 14:01 . ci:新增发布命令
{
"name": "@wocwin/t-ui",
"version": "1.0.6",
"description": "Vue 中基于Element-ui和ant-design-vue二次封装基础组件文档",
"author": "wocwin <wocwin@163.com>",
"license": "ISC",
"private": false,
"main": "lib/t-ui.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lib": "vue-cli-service build --target lib --name t-ui --dest lib packages/index.js",
"publish": "npm run lib && npm publish",
"deploy": "deploy.sh",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"ant-design-vue": "^1.7.8",
"axios": "^0.21.2",
"blueimp-md5": "^2.19.0",
"core-js": "^3.6.5",
"dayjs": "^1.8.33",
"element-ui": "2.15.6",
"es6-promise": "^4.2.8",
"highlight.js": "^10.1.1",
"js-cookie": "^2.2.1",
"moment": "^2.29.3",
"path-to-regexp": "2.4.0",
"screenfull": "^4.2.0",
"vue": "2.6.14",
"vue-clipboard2": "^0.3.1",
"vue-draggable-resizable": "^2.3.0",
"vue-highlight.js": "^3.1.0",
"vue-router": "^3.4.3",
"vue-seamless-scroll": "^1.1.23",
"vue-server-renderer": "2.6.14",
"vuedraggable": "^2.24.3",
"vuepress": "^1.5.2",
"vuepress-plugin-gotop-plus": "^1.0.4",
"vuex": "^3.5.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-eslint": "^4.5.3",
"@vue/cli-plugin-unit-mocha": "^4.5.3",
"@vue/cli-service": "^4.5.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.32.13",
"sass-loader": "^8.0.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "2.6.14",
"vuepress-plugin-typescript": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wocwin/t-ui.git"
},
"homepage": "https://wocwin.github.io/t-ui/",
"keywords": [
"element-ui",
"element-plus",
"ant-design-vue",
"vue",
"t-ui",
"二次封装组件",
"封装组件",
"components"
]
}
JavaScript
1
https://gitee.com/litingweb/t-ui.git
git@gitee.com:litingweb/t-ui.git
litingweb
t-ui
t-ui
dev

搜索帮助