qgb-process 0.3.25 → 0.3.26-beta.1

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,155 +1,132 @@
1
- {
2
- "name": "qgb-process",
3
- "version": "0.3.25",
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
- }
1
+ {
2
+ "name": "qgb-process",
3
+ "version": "0.3.26-beta.1",
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
+ "@fullcalendar/core": "^4.4.0",
25
+ "axios": "^0.18.0",
26
+ "core-js": "^3.26.0",
27
+ "element-ui": "^2.15.1",
28
+ "fullcalendar": "^3.10.1",
29
+ "html2canvas": "^1.0.0-rc.5",
30
+ "jquery": "^3.5.1",
31
+ "js-cookie": "^2.2.0",
32
+ "jsplumb": "^2.12.14",
33
+ "lodash-es": "^4.17.15",
34
+ "moment": "^2.24.0",
35
+ "obs-upload": "latest",
36
+ "qrcode": "^1.4.4",
37
+ "qs": "^6.9.0",
38
+ "vue": "^2.6.10",
39
+ "vue-amap": "^0.5.10",
40
+ "vue-neditor-wrap": "^1.0.4",
41
+ "vue-quill-editor": "^3.0.6",
42
+ "vue-router": "^3.0.3",
43
+ "vuedraggable": "^2.24.3",
44
+ "vuex": "^3.0.1",
45
+ "zj-interceptors": "^1.0.3"
46
+ },
47
+ "devDependencies": {
48
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
49
+ "@commitlint/cli": "^11.0.0",
50
+ "@commitlint/config-conventional": "^11.0.0",
51
+ "@vue/cli-plugin-babel": "^4.5.12",
52
+ "@vue/cli-plugin-eslint": "^4.5.7",
53
+ "@vue/cli-plugin-unit-mocha": "^3.3.0",
54
+ "@vue/cli-service": "^3.3.0",
55
+ "@vue/eslint-config-standard": "^4.0.0",
56
+ "@vue/test-utils": "^1.0.0-beta.20",
57
+ "awe-dnd": "^0.3.4",
58
+ "babel-eslint": "^10.1.0",
59
+ "chai": "^4.1.2",
60
+ "compression-webpack-plugin": "^3.0.0",
61
+ "cross-env": "^7.0.2",
62
+ "eslint": "^7.11.0",
63
+ "eslint-plugin-vue": "^7.1.0",
64
+ "file-loader": "^6.2.0",
65
+ "husky": "^4.3.0",
66
+ "image-webpack-loader": "^5.1.0",
67
+ "increase-memory-limit": "^1.0.7",
68
+ "lint-staged": "^10.4.0",
69
+ "lodash.clonedeep": "^4.5.0",
70
+ "lodash.get": "^4.4.2",
71
+ "lodash.set": "^4.3.2",
72
+ "node-sass": "^4.14.1",
73
+ "npx": "^10.2.0",
74
+ "sass-loader": "^7.1.0",
75
+ "simple-progress-webpack-plugin": "^1.1.2",
76
+ "sortablejs": "^1.10.2",
77
+ "terser-webpack-plugin": "^3.0.3",
78
+ "uglifyjs-webpack-plugin": "^1.3.0",
79
+ "vue-ele-form": "0.8.30",
80
+ "vue-ele-form-image-uploader": "^0.1.4",
81
+ "vue-ele-form-json-editor": "^0.1.2",
82
+ "vue-ele-form-quill-editor": "^0.1.0",
83
+ "vue-ele-form-tree-select": "^0.1.1",
84
+ "vue-ele-form-upload-file": "0.0.5",
85
+ "vue-loader": "^15.9.3",
86
+ "vue-multipane": "^0.9.5",
87
+ "vue-style-loader": "^4.1.3",
88
+ "vue-svg-loader": "^0.16.0",
89
+ "vue-template-compiler": "^2.6.10"
90
+ },
91
+ "eslintConfig": {
92
+ "root": true,
93
+ "env": {
94
+ "node": true
95
+ },
96
+ "extends": [
97
+ "plugin:vue/essential",
98
+ "@vue/standard"
99
+ ],
100
+ "rules": {
101
+ "eslint-disable-next-line": false
102
+ },
103
+ "parserOptions": {
104
+ "parser": "babel-eslint"
105
+ }
106
+ },
107
+ "browserslist": [
108
+ "> 1%",
109
+ "last 2 versions",
110
+ "not ie <= 8"
111
+ ],
112
+ "directories": {
113
+ "test": "tests"
114
+ },
115
+ "husky": {
116
+ "hooks": {
117
+ "pre-commit": "lint-staged",
118
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
119
+ }
120
+ },
121
+ "license": "ISC",
122
+ "lint-staged": {
123
+ "src/**/*.{js,jsx,vue}": [
124
+ "eslint --fix",
125
+ "git add"
126
+ ]
127
+ },
128
+ "repository": {
129
+ "type": "git",
130
+ "url": "https://code.aliyun.com/qg/pc.git"
131
+ }
132
+ }