@vtx/modals2 2.13.13 → 2.13.14

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.
Files changed (1) hide show
  1. package/package.json +121 -121
package/package.json CHANGED
@@ -1,121 +1,121 @@
1
- {
2
- "name": "@vtx/modals2",
3
- "version": "2.13.13",
4
- "description": "业务弹窗库",
5
- "keywords": [
6
- "react",
7
- "business-component"
8
- ],
9
- "types": "lib/typings.d.ts",
10
- "main": "lib/index.js",
11
- "files": [
12
- "lib"
13
- ],
14
- "scripts": {
15
- "start": "dumi dev",
16
- "build": "dumi build",
17
- "compile": "gulp compile",
18
- "lint": "npm run lint:script && npm run lint:style",
19
- "lint:script": "eslint components --ext .js,.jsx",
20
- "lint:style": "stylelint components/**/*.less --syntax less",
21
- "style:fix": "stylelint components/**/*.less --syntax less --fix",
22
- "prettier": "prettier -c --write **/*",
23
- "pretty-quick": "pretty-quick",
24
- "pub": "npm publish --access=public",
25
- "bump": "gulp bump --prerelease",
26
- "release": "release-it --no-npm.publish",
27
- "version": "npm run changelog && git add CHANGELOG.md",
28
- "changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0"
29
- },
30
- "repository": {
31
- "type": "git",
32
- "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git"
33
- },
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts/-/issues"
37
- },
38
- "homepage": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git",
39
- "changelog": {
40
- "emojis": true,
41
- "authorName": true
42
- },
43
- "dependencies": {
44
- "@ant-design/icons": "4.7.0",
45
- "@vtx/components": "3.1.31",
46
- "@vtx/map": "latest",
47
- "@vtx/player": "^1.7.10",
48
- "@vtx/utils": "latest",
49
- "ahooks": "^2.9.6",
50
- "antd": "4.24.4",
51
- "axios": "^0.21.1",
52
- "classnames": "^2.2.6",
53
- "echarts": "^5.3.2",
54
- "echarts-for-react": "3.0.2",
55
- "echarts-liquidfill": "^3.1.0",
56
- "jquery": "^3.6.0",
57
- "lodash": "^4.17.21",
58
- "moment": "^2.29.4",
59
- "react": "^16.12.0",
60
- "react-photo-view": "^1.1.2",
61
- "react-slick": "^0.29.0",
62
- "zrender": "^5.4.1"
63
- },
64
- "peerDependencies": {
65
- "react": ">=16.12.0",
66
- "react-dom": ">=16.12.0"
67
- },
68
- "devDependencies": {
69
- "@babel/cli": "^7.6.4",
70
- "@babel/core": "^7.6.4",
71
- "@babel/plugin-proposal-class-properties": "^7.5.5",
72
- "@babel/plugin-transform-runtime": "^7.6.2",
73
- "@babel/preset-env": "^7.6.3",
74
- "@babel/preset-react": "^7.6.3",
75
- "@babel/preset-typescript": "^7.18.6",
76
- "@babel/runtime": "^7.6.3",
77
- "@commitlint/cli": "^8.3.4",
78
- "@commitlint/config-conventional": "^8.3.4",
79
- "@types/echarts": "^4.9.16",
80
- "@types/jquery": "^3.5.14",
81
- "@types/lodash": "^4.14.191",
82
- "@umijs/plugin-locale": "^0.10.8",
83
- "antd-dayjs-webpack-plugin": "^1.0.6",
84
- "babel-eslint": "^10.1.0",
85
- "babel-plugin-import": "^1.13.3",
86
- "conventional-changelog-cli": "^2.1.1",
87
- "conventional-changelog-custom-config": "^0.3.1",
88
- "dumi": "^1.0.10",
89
- "eslint": "^6.6.0",
90
- "eslint-plugin-react": "^7.21.5",
91
- "gulp": "^4.0.2",
92
- "gulp-babel": "^8.0.0",
93
- "gulp-bump": "^3.1.3",
94
- "gulp-clean": "^0.4.0",
95
- "gulp-imagemin": "7.1.0",
96
- "gulp-less": "^4.0.1",
97
- "gulp-sourcemaps": "^2.6.5",
98
- "gulp-typescript": "^6.0.0-alpha.1",
99
- "husky": "^4.0.7",
100
- "imagemin-gifsicle": "^5.1.0",
101
- "less": "^3.10.3",
102
- "less-plugin-autoprefix": "^2.0.0",
103
- "less-plugin-npm-import": "^2.1.0",
104
- "merge2": "^1.3.0",
105
- "prettier": "^1.18.2",
106
- "pretty-quick": "^2.0.0",
107
- "release-it": "^14.6.1",
108
- "rimraf": "^3.0.0",
109
- "stylelint": "11.0.0",
110
- "stylelint-config-prettier": "^6.0.0",
111
- "stylelint-config-rational-order": "^0.1.2",
112
- "stylelint-config-standard": "^19.0.0",
113
- "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
114
- "stylelint-order": "^3.0.0",
115
- "through2": "^3.0.1",
116
- "typescript": "4.8.4"
117
- },
118
- "publishConfig": {
119
- "registry": "https://registry.npmjs.org/"
120
- }
121
- }
1
+ {
2
+ "name": "@vtx/modals2",
3
+ "version": "2.13.14",
4
+ "description": "业务弹窗库",
5
+ "keywords": [
6
+ "react",
7
+ "business-component"
8
+ ],
9
+ "types": "lib/typings.d.ts",
10
+ "main": "lib/index.js",
11
+ "files": [
12
+ "lib"
13
+ ],
14
+ "scripts": {
15
+ "start": "dumi dev",
16
+ "build": "dumi build",
17
+ "compile": "gulp compile",
18
+ "lint": "npm run lint:script && npm run lint:style",
19
+ "lint:script": "eslint components --ext .js,.jsx",
20
+ "lint:style": "stylelint components/**/*.less --syntax less",
21
+ "style:fix": "stylelint components/**/*.less --syntax less --fix",
22
+ "prettier": "prettier -c --write **/*",
23
+ "pretty-quick": "pretty-quick",
24
+ "pub": "npm publish --access=public",
25
+ "bump": "gulp bump --prerelease",
26
+ "release": "release-it --no-npm.publish",
27
+ "version": "npm run changelog && git add CHANGELOG.md",
28
+ "changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0"
29
+ },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git"
33
+ },
34
+ "license": "ISC",
35
+ "bugs": {
36
+ "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts/-/issues"
37
+ },
38
+ "homepage": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git",
39
+ "changelog": {
40
+ "emojis": true,
41
+ "authorName": true
42
+ },
43
+ "dependencies": {
44
+ "@ant-design/icons": "4.7.0",
45
+ "@vtx/components": "^3.1.31",
46
+ "@vtx/map": "latest",
47
+ "@vtx/player": "^1.7.10",
48
+ "@vtx/utils": "latest",
49
+ "ahooks": "^2.9.6",
50
+ "antd": "4.24.4",
51
+ "axios": "^0.21.1",
52
+ "classnames": "^2.2.6",
53
+ "echarts": "^5.3.2",
54
+ "echarts-for-react": "3.0.2",
55
+ "echarts-liquidfill": "^3.1.0",
56
+ "jquery": "^3.6.0",
57
+ "lodash": "^4.17.21",
58
+ "moment": "^2.29.4",
59
+ "react": "^16.12.0",
60
+ "react-photo-view": "^1.1.2",
61
+ "react-slick": "^0.29.0",
62
+ "zrender": "^5.4.1"
63
+ },
64
+ "peerDependencies": {
65
+ "react": ">=16.12.0",
66
+ "react-dom": ">=16.12.0"
67
+ },
68
+ "devDependencies": {
69
+ "@babel/cli": "^7.6.4",
70
+ "@babel/core": "^7.6.4",
71
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
72
+ "@babel/plugin-transform-runtime": "^7.6.2",
73
+ "@babel/preset-env": "^7.6.3",
74
+ "@babel/preset-react": "^7.6.3",
75
+ "@babel/preset-typescript": "^7.18.6",
76
+ "@babel/runtime": "^7.6.3",
77
+ "@commitlint/cli": "^8.3.4",
78
+ "@commitlint/config-conventional": "^8.3.4",
79
+ "@types/echarts": "^4.9.16",
80
+ "@types/jquery": "^3.5.14",
81
+ "@types/lodash": "^4.14.191",
82
+ "@umijs/plugin-locale": "^0.10.8",
83
+ "antd-dayjs-webpack-plugin": "^1.0.6",
84
+ "babel-eslint": "^10.1.0",
85
+ "babel-plugin-import": "^1.13.3",
86
+ "conventional-changelog-cli": "^2.1.1",
87
+ "conventional-changelog-custom-config": "^0.3.1",
88
+ "dumi": "^1.0.10",
89
+ "eslint": "^6.6.0",
90
+ "eslint-plugin-react": "^7.21.5",
91
+ "gulp": "^4.0.2",
92
+ "gulp-babel": "^8.0.0",
93
+ "gulp-bump": "^3.1.3",
94
+ "gulp-clean": "^0.4.0",
95
+ "gulp-imagemin": "7.1.0",
96
+ "gulp-less": "^4.0.1",
97
+ "gulp-sourcemaps": "^2.6.5",
98
+ "gulp-typescript": "^6.0.0-alpha.1",
99
+ "husky": "^4.0.7",
100
+ "imagemin-gifsicle": "^5.1.0",
101
+ "less": "^3.10.3",
102
+ "less-plugin-autoprefix": "^2.0.0",
103
+ "less-plugin-npm-import": "^2.1.0",
104
+ "merge2": "^1.3.0",
105
+ "prettier": "^1.18.2",
106
+ "pretty-quick": "^2.0.0",
107
+ "release-it": "^14.6.1",
108
+ "rimraf": "^3.0.0",
109
+ "stylelint": "11.0.0",
110
+ "stylelint-config-prettier": "^6.0.0",
111
+ "stylelint-config-rational-order": "^0.1.2",
112
+ "stylelint-config-standard": "^19.0.0",
113
+ "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
114
+ "stylelint-order": "^3.0.0",
115
+ "through2": "^3.0.1",
116
+ "typescript": "4.8.4"
117
+ },
118
+ "publishConfig": {
119
+ "registry": "https://registry.npmjs.org/"
120
+ }
121
+ }