加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "workflow-ui",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "git+https://https://github.com/go-workflow/workflow-ui"
},
"main": "lib/workflow-ui.common.js",
"files": [
"src/",
"lib/"
],
"sideEffects": [
"*.sass",
"*.scss",
"*.css"
],
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --dest lib ./src/index.js",
"lint": "vue-cli-service lint"
},
"keywords": [
"vue",
"workflow ui framework",
"component framework",
"ui library",
"component library",
"material components",
"vue framework"
],
"dependencies": {},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.5",
"@vue/cli-plugin-eslint": "^4.4.5",
"@vue/cli-service": "^4.4.5",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化