-
Notifications
You must be signed in to change notification settings - Fork 346
/
package.json
62 lines (62 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "workflow-bpmn-modeler",
"version": "0.2.8",
"description": "基于 `vue` 和 `[email protected]` ,实现 flowable 的 modeler 模型设计器",
"main": "dist/workflow-bpmn-modeler.umd.min.js",
"scripts": {
"dev": "vue-cli-service serve --open",
"demo": "cross-env NODE_ENV=demo vue-cli-service build",
"lib": "cross-env NODE_ENV=lib vue-cli-service build",
"cdn": "cross-env NODE_ENV=cdn vue-cli-service build",
"lint": "vue-cli-service lint",
"build": "cross-env NODE_ENV=build vue-cli-service build --target lib --inline-vue --entry package/index.js",
"prepublish": "yarn build",
"postpublish": "yarn lib && yarn cdn && yarn demo"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayacco/workflow-bpmn-modeler.git"
},
"keywords": [
"vue",
"element-ui",
"flowable",
"模型设计器"
],
"author": {
"name": "charles",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nayacco/workflow-bpmn-modeler/issues"
},
"dependencies": {
"bpmn-js": "^7.2.1",
"element-ui": "^2.12.0",
"vue": "^2.6.10",
"xcrud": "0.4.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"vue-template-compiler": "^2.6.11"
},
"files": [
"dist",
"package",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}