qgb-process 0.3.24-beta.8 → 0.3.25-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,153 +1,155 @@
1
- {
2
- "name": "qgb-process",
3
- "version": "0.3.24-beta.8",
4
- "private": false,
5
- "description": "",
6
- "author": "",
7
- "files": [
8
- "/lib"
9
- ],
10
- "scripts": {
11
- "serve": "vue-cli-service serve",
12
- "build": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
13
- "build:test": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode test",
14
- "build:pre": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode pre",
15
- "lib": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name qgb-process --dest lib packages/index.js",
16
- "lint": "vue-cli-service lint",
17
- "lint-fix": "eslint src/ --fix",
18
- "test:unit": "vue-cli-service test:unit",
19
- "fix-memory-limit": "cross-env LIMIT=8192 increase-memory-limit",
20
- "precommit": "lint-staged"
21
- },
22
- "main": "lib/qgb-process.umd.min.js",
23
- "dependencies": {
24
- "@babel/plugin-transform-runtime": "^7.10.1",
25
- "@fullcalendar/core": "^4.4.0",
26
- "@fullcalendar/daygrid": "^4.4.0",
27
- "@fullcalendar/interaction": "^4.4.0",
28
- "@fullcalendar/timegrid": "^4.4.0",
29
- "@fullcalendar/vue": "^4.4.0",
30
- "ali-oss": "^6.14.0",
31
- "axios": "^0.18.0",
32
- "babel-plugin-dynamic-import-node": "2.3.0",
33
- "babel-polyfill": "^6.26.0",
34
- "core-js": "^3.6.5",
35
- "cropperjs": "^1.5.2",
36
- "echarts": "^4.5.0",
37
- "el-tree-transfer": "^2.2.1",
38
- "element-ui": "^2.15.1",
39
- "fullcalendar": "^3.10.1",
40
- "html2canvas": "^1.0.0-rc.5",
41
- "jquery": "^3.5.1",
42
- "js-cookie": "^2.2.0",
43
- "jsplumb": "^2.12.14",
44
- "lodash-es": "^4.17.15",
45
- "moment": "^2.24.0",
46
- "qrcode": "^1.4.4",
47
- "qs": "^6.9.0",
48
- "quill": "^1.3.6",
49
- "shigongbang-pc": "^1.0.22",
50
- "svg-sprite-loader": "^5.2.1",
51
- "video.js": "^7.5.4",
52
- "vue": "^2.6.10",
53
- "vue-amap": "^0.5.10",
54
- "vue-ele-form-table-editor": "^0.1.3",
55
- "vue-neditor-wrap": "^1.0.4",
56
- "vue-photo-preview": "^1.1.3",
57
- "vue-quill-editor": "^3.0.6",
58
- "vue-resource": "^1.5.1",
59
- "vue-router": "^3.0.3",
60
- "vue-video-player": "^5.0.2",
61
- "vuedraggable": "^2.24.3",
62
- "vuex": "^3.0.1",
63
- "webpack": "^4.0.0"
64
- },
65
- "devDependencies": {
66
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
67
- "@commitlint/cli": "^11.0.0",
68
- "@commitlint/config-conventional": "^11.0.0",
69
- "@vue/cli-plugin-babel": "^4.5.12",
70
- "@vue/cli-plugin-eslint": "^4.5.7",
71
- "@vue/cli-plugin-unit-mocha": "^3.3.0",
72
- "@vue/cli-service": "^3.3.0",
73
- "@vue/eslint-config-standard": "^4.0.0",
74
- "@vue/test-utils": "^1.0.0-beta.20",
75
- "awe-dnd": "^0.3.4",
76
- "babel-eslint": "^10.1.0",
77
- "chai": "^4.1.2",
78
- "compression-webpack-plugin": "^3.0.0",
79
- "cross-env": "^7.0.2",
80
- "eslint": "^7.11.0",
81
- "eslint-plugin-vue": "^7.1.0",
82
- "husky": "^4.3.0",
83
- "image-webpack-loader": "^5.1.0",
84
- "increase-memory-limit": "^1.0.7",
85
- "lint-staged": "^10.4.0",
86
- "lodash.clonedeep": "^4.5.0",
87
- "lodash.get": "^4.4.2",
88
- "lodash.set": "^4.3.2",
89
- "node-sass": "^4.14.1",
90
- "npx": "^10.2.0",
91
- "sass-loader": "^7.1.0",
92
- "simple-progress-webpack-plugin": "^1.1.2",
93
- "sortablejs": "^1.10.2",
94
- "terser-webpack-plugin": "^3.0.3",
95
- "uglifyjs-webpack-plugin": "^1.3.0",
96
- "vue-ele-form": "0.8.30",
97
- "vue-ele-form-image-uploader": "^0.1.4",
98
- "vue-ele-form-json-editor": "^0.1.2",
99
- "vue-ele-form-quill-editor": "^0.1.0",
100
- "vue-ele-form-tree-select": "^0.1.1",
101
- "vue-ele-form-upload-file": "0.0.5",
102
- "vue-loader": "^15.9.3",
103
- "vue-multipane": "^0.9.5",
104
- "vue-svg-loader": "^0.16.0",
105
- "vue-template-compiler": "^2.6.10"
106
- },
107
- "eslintConfig": {
108
- "root": true,
109
- "env": {
110
- "node": true
111
- },
112
- "extends": [
113
- "plugin:vue/essential",
114
- "@vue/standard"
115
- ],
116
- "rules": {
117
- "eslint-disable-next-line": false
118
- },
119
- "parserOptions": {
120
- "parser": "babel-eslint"
121
- }
122
- },
123
- "postcss": {
124
- "plugins": {
125
- "autoprefixer": {}
126
- }
127
- },
128
- "browserslist": [
129
- "> 1%",
130
- "last 2 versions",
131
- "not ie <= 8"
132
- ],
133
- "directories": {
134
- "test": "tests"
135
- },
136
- "husky": {
137
- "hooks": {
138
- "pre-commit": "lint-staged",
139
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
140
- }
141
- },
142
- "license": "ISC",
143
- "lint-staged": {
144
- "src/**/*.{js,jsx,vue}": [
145
- "eslint --fix",
146
- "git add"
147
- ]
148
- },
149
- "repository": {
150
- "type": "git",
151
- "url": "https://code.aliyun.com/qg/pc.git"
152
- }
153
- }
1
+ {
2
+ "name": "qgb-process",
3
+ "version": "0.3.25-beta.3",
4
+ "private": false,
5
+ "description": "",
6
+ "author": "",
7
+ "files": [
8
+ "/lib"
9
+ ],
10
+ "scripts": {
11
+ "serve": "vue-cli-service serve",
12
+ "build": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
13
+ "build:test": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode test",
14
+ "build:pre": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode pre",
15
+ "lib": "node --max_old_space_size=10096 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name qgb-process --dest lib packages/index.js",
16
+ "lint": "vue-cli-service lint",
17
+ "lint-fix": "eslint src/ --fix",
18
+ "test:unit": "vue-cli-service test:unit",
19
+ "fix-memory-limit": "cross-env LIMIT=8192 increase-memory-limit",
20
+ "precommit": "lint-staged"
21
+ },
22
+ "main": "lib/qgb-process.umd.min.js",
23
+ "dependencies": {
24
+ "@babel/plugin-transform-runtime": "^7.10.1",
25
+ "@fullcalendar/core": "^4.4.0",
26
+ "@fullcalendar/daygrid": "^4.4.0",
27
+ "@fullcalendar/interaction": "^4.4.0",
28
+ "@fullcalendar/timegrid": "^4.4.0",
29
+ "@fullcalendar/vue": "^4.4.0",
30
+ "ali-oss": "^6.14.0",
31
+ "axios": "^0.18.0",
32
+ "babel-plugin-dynamic-import-node": "2.3.0",
33
+ "babel-polyfill": "^6.26.0",
34
+ "core-js": "^3.6.5",
35
+ "cropperjs": "^1.5.2",
36
+ "echarts": "^4.5.0",
37
+ "el-tree-transfer": "^2.2.1",
38
+ "element-ui": "^2.15.1",
39
+ "fullcalendar": "^3.10.1",
40
+ "html2canvas": "^1.0.0-rc.5",
41
+ "jquery": "^3.5.1",
42
+ "js-cookie": "^2.2.0",
43
+ "jsplumb": "^2.12.14",
44
+ "lodash-es": "^4.17.15",
45
+ "moment": "^2.24.0",
46
+ "obs-upload": "latest",
47
+ "qrcode": "^1.4.4",
48
+ "qs": "^6.9.0",
49
+ "quill": "^1.3.6",
50
+ "shigongbang-pc": "^1.0.22",
51
+ "svg-sprite-loader": "^5.2.1",
52
+ "video.js": "^7.5.4",
53
+ "vue": "^2.6.10",
54
+ "vue-amap": "^0.5.10",
55
+ "vue-ele-form-table-editor": "^0.1.3",
56
+ "vue-neditor-wrap": "^1.0.4",
57
+ "vue-photo-preview": "^1.1.3",
58
+ "vue-quill-editor": "^3.0.6",
59
+ "vue-resource": "^1.5.1",
60
+ "vue-router": "^3.0.3",
61
+ "vue-video-player": "^5.0.2",
62
+ "vuedraggable": "^2.24.3",
63
+ "vuex": "^3.0.1",
64
+ "webpack": "^4.0.0",
65
+ "zj-interceptors": "^1.0.3"
66
+ },
67
+ "devDependencies": {
68
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
69
+ "@commitlint/cli": "^11.0.0",
70
+ "@commitlint/config-conventional": "^11.0.0",
71
+ "@vue/cli-plugin-babel": "^4.5.12",
72
+ "@vue/cli-plugin-eslint": "^4.5.7",
73
+ "@vue/cli-plugin-unit-mocha": "^3.3.0",
74
+ "@vue/cli-service": "^3.3.0",
75
+ "@vue/eslint-config-standard": "^4.0.0",
76
+ "@vue/test-utils": "^1.0.0-beta.20",
77
+ "awe-dnd": "^0.3.4",
78
+ "babel-eslint": "^10.1.0",
79
+ "chai": "^4.1.2",
80
+ "compression-webpack-plugin": "^3.0.0",
81
+ "cross-env": "^7.0.2",
82
+ "eslint": "^7.11.0",
83
+ "eslint-plugin-vue": "^7.1.0",
84
+ "husky": "^4.3.0",
85
+ "image-webpack-loader": "^5.1.0",
86
+ "increase-memory-limit": "^1.0.7",
87
+ "lint-staged": "^10.4.0",
88
+ "lodash.clonedeep": "^4.5.0",
89
+ "lodash.get": "^4.4.2",
90
+ "lodash.set": "^4.3.2",
91
+ "node-sass": "^4.14.1",
92
+ "npx": "^10.2.0",
93
+ "sass-loader": "^7.1.0",
94
+ "simple-progress-webpack-plugin": "^1.1.2",
95
+ "sortablejs": "^1.10.2",
96
+ "terser-webpack-plugin": "^3.0.3",
97
+ "uglifyjs-webpack-plugin": "^1.3.0",
98
+ "vue-ele-form": "0.8.30",
99
+ "vue-ele-form-image-uploader": "^0.1.4",
100
+ "vue-ele-form-json-editor": "^0.1.2",
101
+ "vue-ele-form-quill-editor": "^0.1.0",
102
+ "vue-ele-form-tree-select": "^0.1.1",
103
+ "vue-ele-form-upload-file": "0.0.5",
104
+ "vue-loader": "^15.9.3",
105
+ "vue-multipane": "^0.9.5",
106
+ "vue-svg-loader": "^0.16.0",
107
+ "vue-template-compiler": "^2.6.10"
108
+ },
109
+ "eslintConfig": {
110
+ "root": true,
111
+ "env": {
112
+ "node": true
113
+ },
114
+ "extends": [
115
+ "plugin:vue/essential",
116
+ "@vue/standard"
117
+ ],
118
+ "rules": {
119
+ "eslint-disable-next-line": false
120
+ },
121
+ "parserOptions": {
122
+ "parser": "babel-eslint"
123
+ }
124
+ },
125
+ "postcss": {
126
+ "plugins": {
127
+ "autoprefixer": {}
128
+ }
129
+ },
130
+ "browserslist": [
131
+ "> 1%",
132
+ "last 2 versions",
133
+ "not ie <= 8"
134
+ ],
135
+ "directories": {
136
+ "test": "tests"
137
+ },
138
+ "husky": {
139
+ "hooks": {
140
+ "pre-commit": "lint-staged",
141
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
142
+ }
143
+ },
144
+ "license": "ISC",
145
+ "lint-staged": {
146
+ "src/**/*.{js,jsx,vue}": [
147
+ "eslint --fix",
148
+ "git add"
149
+ ]
150
+ },
151
+ "repository": {
152
+ "type": "git",
153
+ "url": "https://code.aliyun.com/qg/pc.git"
154
+ }
155
+ }