1 Star 0 Fork 1

xiaoyang/vbt-table

forked from zhujunzhujunzhu/vbt-table 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
pengyu 提交于 2019-09-08 14:22 . update
{
"name": "vbt-table",
"version": "1.0.4",
"license": "MIT",
"main": "lib/index.common.js",
"module": "lib/index.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --no-clean --target lib --name index --dest lib src/index.js",
"test:unit": "vue-cli-service test:unit",
"prepublish": "vue-cli-service build --no-clean --target lib --name index --dest lib src/index.js"
},
"dependencies": {
"element-ui": "^2.12.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-mocha": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"eslint": "^6.3.0",
"eslint-plugin-vue": "^5.2.3",
"lint-staged": "^9.2.5",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spdino/vbt-table"
},
"keywords": [
"vbt-table",
"vue table",
"vue treeTable",
"vue tree"
],
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AfandaChina/vbt-table.git
git@gitee.com:AfandaChina/vbt-table.git
AfandaChina
vbt-table
vbt-table
master

搜索帮助