-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.04 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "cloud-ui-flowable.vusion",
"description": "Vusion Cloud UI Flowable",
"version": "0.1.54",
"main": "./index.js",
"scripts": {
"dev": "vue-cli-service doc --port 9001",
"dev:designer": "cross-env VUE_APP_DESIGNER=true vue-cli-service doc --port 9001",
"build": "vue-cli-service library-build --apply-theme --theme default,dark,seagreen",
"build:theme": "vue-cli-service library-build --dest dist-theme",
"build:raw": "vue-cli-service library-build --dest dist-raw",
"build:designer": "cross-env VUE_APP_DESIGNER=true vue-cli-service library-build --vusion-mode raw --dest dist-designer",
"build:docs": "vue-cli-service doc-build --dest public/docs",
"build:doc-entry": "cross-env VUE_CLI_SERVICE_CONFIG_PATH=$PWD/vue.config.doc-entry.js vue-cli-service build --output-path dist-doc-entry",
"screenshot": "node bin/screenshot",
"lint": "eslint --fix --ext .js,.vue src && stylelint --fix ./src/**/*.css",
"ghpages": "vusion ghpages",
"lcap": "node ./scripts/lcap",
"prepublish": "yarn run build && yarn run build:theme && vusion readme",
"prepublishOnly": "npm run lcap && npm run build && npm run build:theme && npm run build:raw && vusion readme && vusion vetur && git add .",
"postpublish": "npm run build:docs"
},
"repository": "vusion/cloud-ui-flowable",
"homepage": "http://vusion.github.io/cloud-ui-flowable",
"bugs": {
"url": "http://github.com/vusion/cloud-ui-flowable/issues"
},
"license": "MIT",
"keywords": [
"vusion",
"cloud",
"ui",
"cloud-ui-flowable"
],
"tags": [
"vusion",
"cloud",
"ui",
"cloud-ui-flowable"
],
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.6",
"@vusion/popper.js": "^1.14.1",
"@vusion/utils": "^0.4.9",
"@vusion/validator": "^0.2.4",
"cloud-ui.vusion": "0.11.20-beta.2",
"countup.js": "^1.9.3",
"dompurify": "^2.0.15",
"fs-extra": "^9.0.1",
"i-material-design.vue": "^5.1.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"normalize.css": "^7.0.0",
"raw-loader": "^4.0.2",
"tinymce": "^5.5.1",
"validator": "^13.1.17",
"vusion": "^0.12.13",
"vusion-api": "^0.6.30",
"vusion-async-validator": "^1.8.8"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"@vusion/mock": "^0.1.1",
"commander": "^2.20.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"eslint": "^7.3.1",
"eslint-config-vusion": "^4.0.0",
"husky": "^3.0.4",
"minimist": "^1.2.5",
"shelljs": "^0.7.8",
"sinon": "^4.2.2",
"stylelint": "^9.3.0",
"stylelint-config-vusion": "^1.1.2",
"vue": "^2.6.10",
"vue-cli-plugin-vusion": "^0.11.12",
"vue-i18n": "^8.15.5",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vusion-hooks": "^0.3.0"
},
"peerDependencies": {
"@vusion/utils": "^0.4.9",
"vue": "^2.6.10"
},
"vetur": {
"tags": "./vetur/tags.json",
"attributes": "./vetur/attributes.json"
}
}