cnhis-design-vue 3.1.14-beta.11.2 → 3.1.14-beta.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,155 +1,155 @@
1
1
  {
2
- "name": "cnhis-design-vue",
3
- "private": false,
4
- "version": "3.1.14-beta.11.2",
5
- "license": "ISC",
6
- "module": "es/packages/index.js",
7
- "main": "es/packages/index.js",
8
- "types": "es/packages/index.d.ts",
9
- "sideEffects": [
10
- "es/packages/**/style/*",
11
- "es/packages/*(.css,.less)"
12
- ],
13
- "scripts": {
14
- "dev": "vite --host --port 3200",
15
- "start": "gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts",
16
- "build": "npm run start",
17
- "build:doc": "cross-env CUI_DOCS=true vite build",
18
- "build:doc-local": "vite build",
19
- "test": "vitest spec",
20
- "test:resnap": "vitest spec -u",
21
- "test:coverage": "vitest run --coverage",
22
- "preview": "vite preview",
23
- "release": "standard-version",
24
- "deploy": "sh sync.sh",
25
- "deploy-w": "sh sync-w.sh",
26
- "prepare": "husky install",
27
- "prettier": "prettier --write ./packages ./examples ./build ./plugins ./src"
28
- },
29
- "peerDependencies": {
30
- "naive-ui": "^2.29.0",
31
- "vue": "^3.2.0"
32
- },
33
- "dependencies": {
34
- "@formily/core": "^2.1.9",
35
- "@formily/vue": "^2.1.9",
36
- "@highlightjs/vue-plugin": "^2.1.0",
37
- "@vicons/ionicons5": "^0.12.0",
38
- "@vueuse/core": "^8.6.0",
39
- "@vueuse/shared": "^8.6.0",
40
- "@wangeditor/editor": "^5.1.1",
41
- "@wangeditor/editor-for-vue": "^5.1.11",
42
- "axios": "^0.27.2",
43
- "babel-preset-typescript": "7.0.0-alpha.19",
44
- "bpmn-js": "^9.2.2",
45
- "crypto-js": "^4.1.1",
46
- "highlight.js": "^11.5.1",
47
- "lodash": "^4.17.21",
48
- "lodash-es": "^4.17.21",
49
- "lodash-unified": "^1.0.2",
50
- "moment": "^2.29.1",
51
- "naive-ui": "^2.29.0",
52
- "rimraf": "^3.0.2",
53
- "spark-md5": "^3.0.2",
54
- "type-fest": "^2.13.0",
55
- "v-viewer": "^3.0.10",
56
- "video.js": "^7.19.2",
57
- "videojs-contrib-hls": "^5.15.0",
58
- "viewerjs": "^1.10.5",
59
- "vue": "^3.2.0",
60
- "vue-simple-uploader": "^1.0.0-beta.5",
61
- "vuedraggable": "4.1.0",
62
- "vxe-table": "4.2.5",
63
- "xe-utils": "^3.5.4"
64
- },
65
- "devDependencies": {
66
- "@babel/cli": "^7.17.10",
67
- "@babel/core": "^7.18.2",
68
- "@babel/preset-env": "^7.18.2",
69
- "@babel/preset-typescript": "^7.17.12",
70
- "@commitlint/cli": "^16.1.0",
71
- "@commitlint/config-conventional": "^16.2.4",
72
- "@esbuild-kit/cjs-loader": "^2.0.0",
73
- "@rollup/plugin-alias": "^3.1.9",
74
- "@rollup/plugin-commonjs": "^22.0.0",
75
- "@rollup/plugin-image": "^2.1.1",
76
- "@rollup/plugin-node-resolve": "^13.3.0",
77
- "@types/babel__core": "^7.1.19",
78
- "@types/fs-extra": "^9.0.13",
79
- "@types/gulp": "^4.0.9",
80
- "@types/gulp-less": "^0.0.32",
81
- "@types/lodash-es": "^4.17.6",
82
- "@types/markdown-it": "^12.2.3",
83
- "@types/node": "^17.0.38",
84
- "@types/replacestream": "^4.0.1",
85
- "@types/vue-router": "^2.0.0",
86
- "@typescript-eslint/eslint-plugin": "^5.30.7",
87
- "@typescript-eslint/parser": "^5.30.7",
88
- "@vitejs/plugin-vue": "^2.3.3",
89
- "@vitejs/plugin-vue-jsx": "^1.3.10",
90
- "@vue/babel-preset-jsx": "^1.2.4",
91
- "@vue/compiler-sfc": "^3.2.33",
92
- "@vue/shared": "^3.2.36",
93
- "autoprefixer": "^10.4.7",
94
- "axios": "^0.27.2",
95
- "bpmn-js": "^9.2.2",
96
- "chalk": "^5.0.1",
97
- "codesandbox": "^2.2.3",
98
- "commitlint": "^17.0.3",
99
- "consola": "^2.15.3",
100
- "cross-env": "^7.0.3",
101
- "cssnano": "^5.1.7",
102
- "esbuild": "^0.14.42",
103
- "eslint": "^8.7.0",
104
- "eslint-config-prettier": "^8.3.0",
105
- "eslint-plugin-prettier": "^4.0.0",
106
- "eslint-plugin-vue": "^8.3.0",
107
- "gulp": "^4.0.2",
108
- "gulp-cssimport": "^7.0.0",
109
- "gulp-less": "^5.0.0",
110
- "gulp-rename": "^2.0.0",
111
- "gulp-replace": "^1.1.3",
112
- "gulp-util": "^3.0.8",
113
- "heapdump": "^0.3.15",
114
- "husky": "^7.0.4",
115
- "less": "^4.1.2",
116
- "lint-staged": "^13.0.3",
117
- "markdown-it": "^13.0.1",
118
- "postcss": "^8.4.14",
119
- "prettier": "^2.7.1",
120
- "replacestream": "^4.0.3",
121
- "rollup": "^2.75.5",
122
- "rollup-plugin-delete": "^2.0.0",
123
- "rollup-plugin-esbuild": "^4.9.1",
124
- "rollup-plugin-external-globals": "^0.6.1",
125
- "rollup-plugin-postcss": "^4.0.2",
126
- "rollup-plugin-terser": "^7.0.2",
127
- "rollup-plugin-typescript2": "^0.32.0",
128
- "rollup-plugin-vue": "^6.0.0",
129
- "standard-version": "^9.3.2",
130
- "ts-morph": "^15.1.0",
131
- "typescript": "4.6.4",
132
- "vite": "3.0.4",
133
- "vitest": "^0.16.0",
134
- "vue-tsc": "^0.29.8"
135
- },
136
- "husky": {
137
- "hooks": {
138
- "pre-commit": "lint-staged"
139
- }
140
- },
141
- "lint-staged": {
142
- "*.{js,jsx,vue,ts,tsx}": [
143
- "prettier --write",
144
- "git add"
145
- ]
146
- },
147
- "browserslist": [
148
- "defaults",
149
- "not ie < 8",
150
- "last 2 versions",
151
- "> 1%",
152
- "iOS 7",
153
- "last 3 iOS versions"
154
- ]
2
+ "name": "cnhis-design-vue",
3
+ "private": false,
4
+ "version": "3.1.14-beta.12",
5
+ "license": "ISC",
6
+ "module": "es/packages/index.js",
7
+ "main": "es/packages/index.js",
8
+ "types": "es/packages/index.d.ts",
9
+ "sideEffects": [
10
+ "es/packages/**/style/*",
11
+ "es/packages/*(.css,.less)"
12
+ ],
13
+ "scripts": {
14
+ "dev": "vite --host --port 3200",
15
+ "start": "gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts",
16
+ "build": "npm run start",
17
+ "build:doc": "cross-env CUI_DOCS=true vite build",
18
+ "build:doc-local": "vite build",
19
+ "test": "vitest spec",
20
+ "test:resnap": "vitest spec -u",
21
+ "test:coverage": "vitest run --coverage",
22
+ "preview": "vite preview",
23
+ "release": "standard-version",
24
+ "deploy": "sh sync.sh",
25
+ "deploy-w": "sh sync-w.sh",
26
+ "prepare": "husky install",
27
+ "prettier": "prettier --write ./packages ./examples ./build ./plugins ./src"
28
+ },
29
+ "peerDependencies": {
30
+ "naive-ui": "^2.29.0",
31
+ "vue": "^3.2.0"
32
+ },
33
+ "dependencies": {
34
+ "@formily/core": "^2.1.9",
35
+ "@formily/vue": "^2.1.9",
36
+ "@highlightjs/vue-plugin": "^2.1.0",
37
+ "@vicons/ionicons5": "^0.12.0",
38
+ "@vueuse/core": "^8.6.0",
39
+ "@vueuse/shared": "^8.6.0",
40
+ "@wangeditor/editor": "^5.1.1",
41
+ "@wangeditor/editor-for-vue": "^5.1.11",
42
+ "axios": "^0.27.2",
43
+ "babel-preset-typescript": "7.0.0-alpha.19",
44
+ "bpmn-js": "^9.2.2",
45
+ "crypto-js": "^4.1.1",
46
+ "highlight.js": "^11.5.1",
47
+ "lodash": "^4.17.21",
48
+ "lodash-es": "^4.17.21",
49
+ "lodash-unified": "^1.0.2",
50
+ "moment": "^2.29.1",
51
+ "naive-ui": "^2.29.0",
52
+ "rimraf": "^3.0.2",
53
+ "spark-md5": "^3.0.2",
54
+ "type-fest": "^2.13.0",
55
+ "v-viewer": "^3.0.10",
56
+ "video.js": "^7.19.2",
57
+ "videojs-contrib-hls": "^5.15.0",
58
+ "viewerjs": "^1.10.5",
59
+ "vue": "^3.2.0",
60
+ "vue-simple-uploader": "^1.0.0-beta.5",
61
+ "vuedraggable": "4.1.0",
62
+ "vxe-table": "4.2.5",
63
+ "xe-utils": "^3.5.4"
64
+ },
65
+ "devDependencies": {
66
+ "@babel/cli": "^7.17.10",
67
+ "@babel/core": "^7.18.2",
68
+ "@babel/preset-env": "^7.18.2",
69
+ "@babel/preset-typescript": "^7.17.12",
70
+ "@commitlint/cli": "^16.1.0",
71
+ "@commitlint/config-conventional": "^16.2.4",
72
+ "@esbuild-kit/cjs-loader": "^2.0.0",
73
+ "@rollup/plugin-alias": "^3.1.9",
74
+ "@rollup/plugin-commonjs": "^22.0.0",
75
+ "@rollup/plugin-image": "^2.1.1",
76
+ "@rollup/plugin-node-resolve": "^13.3.0",
77
+ "@types/babel__core": "^7.1.19",
78
+ "@types/fs-extra": "^9.0.13",
79
+ "@types/gulp": "^4.0.9",
80
+ "@types/gulp-less": "^0.0.32",
81
+ "@types/lodash-es": "^4.17.6",
82
+ "@types/markdown-it": "^12.2.3",
83
+ "@types/node": "^17.0.38",
84
+ "@types/replacestream": "^4.0.1",
85
+ "@types/vue-router": "^2.0.0",
86
+ "@typescript-eslint/eslint-plugin": "^5.30.7",
87
+ "@typescript-eslint/parser": "^5.30.7",
88
+ "@vitejs/plugin-vue": "^2.3.3",
89
+ "@vitejs/plugin-vue-jsx": "^1.3.10",
90
+ "@vue/babel-preset-jsx": "^1.2.4",
91
+ "@vue/compiler-sfc": "^3.2.33",
92
+ "@vue/shared": "^3.2.36",
93
+ "autoprefixer": "^10.4.7",
94
+ "axios": "^0.27.2",
95
+ "bpmn-js": "^9.2.2",
96
+ "chalk": "^5.0.1",
97
+ "codesandbox": "^2.2.3",
98
+ "commitlint": "^17.0.3",
99
+ "consola": "^2.15.3",
100
+ "cross-env": "^7.0.3",
101
+ "cssnano": "^5.1.7",
102
+ "esbuild": "^0.14.42",
103
+ "eslint": "^8.7.0",
104
+ "eslint-config-prettier": "^8.3.0",
105
+ "eslint-plugin-prettier": "^4.0.0",
106
+ "eslint-plugin-vue": "^8.3.0",
107
+ "gulp": "^4.0.2",
108
+ "gulp-cssimport": "^7.0.0",
109
+ "gulp-less": "^5.0.0",
110
+ "gulp-rename": "^2.0.0",
111
+ "gulp-replace": "^1.1.3",
112
+ "gulp-util": "^3.0.8",
113
+ "heapdump": "^0.3.15",
114
+ "husky": "^7.0.4",
115
+ "less": "^4.1.2",
116
+ "lint-staged": "^13.0.3",
117
+ "markdown-it": "^13.0.1",
118
+ "postcss": "^8.4.14",
119
+ "prettier": "^2.7.1",
120
+ "replacestream": "^4.0.3",
121
+ "rollup": "^2.75.5",
122
+ "rollup-plugin-delete": "^2.0.0",
123
+ "rollup-plugin-esbuild": "^4.9.1",
124
+ "rollup-plugin-external-globals": "^0.6.1",
125
+ "rollup-plugin-postcss": "^4.0.2",
126
+ "rollup-plugin-terser": "^7.0.2",
127
+ "rollup-plugin-typescript2": "^0.32.0",
128
+ "rollup-plugin-vue": "^6.0.0",
129
+ "standard-version": "^9.3.2",
130
+ "ts-morph": "^15.1.0",
131
+ "typescript": "4.6.4",
132
+ "vite": "3.0.4",
133
+ "vitest": "^0.16.0",
134
+ "vue-tsc": "^0.29.8"
135
+ },
136
+ "husky": {
137
+ "hooks": {
138
+ "pre-commit": "lint-staged"
139
+ }
140
+ },
141
+ "lint-staged": {
142
+ "*.{js,jsx,vue,ts,tsx}": [
143
+ "prettier --write",
144
+ "git add"
145
+ ]
146
+ },
147
+ "browserslist": [
148
+ "defaults",
149
+ "not ie < 8",
150
+ "last 2 versions",
151
+ "> 1%",
152
+ "iOS 7",
153
+ "last 3 iOS versions"
154
+ ]
155
155
  }