oss-web-common 0.2.40-alpha.1 → 0.2.40-alpha.2

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 (6) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +56 -56
  3. package/build/index.cjs.js +40115 -29866
  4. package/build/index.esm.js +10528 -6365
  5. package/build/index.js +48528 -36782
  6. package/package.json +148 -149
package/package.json CHANGED
@@ -1,149 +1,148 @@
1
- {
2
- "name": "oss-web-common",
3
- "version": "0.2.40-alpha.1",
4
- "description": "<product>oss-web 公共功能</product> <module>oss-web 公共功能</module> <province>无</province> <operator>无</operator> <ztproduct>无</ztproduct> <ztproductid>无</ztproductid> <ztprojectid>无</ztprojectid>",
5
- "main": "build/index.cjs.js",
6
- "module": "build/index.esm.js",
7
- "browser": "build/index.js",
8
- "style": "build/index.css",
9
- "files": [
10
- "build"
11
- ],
12
- "scripts": {
13
- "build": "npx rollup -c",
14
- "codecov": "npx codecov",
15
- "commitmsg": "npx commitlint -e $GIT_PARAMS",
16
- "deploy-storybook-ci": "npx storybook-to-ghpages --ci",
17
- "gc": "commit",
18
- "lint": "npx eslint --ext .js,.jsx .",
19
- "prepare": "npm run build",
20
- "semantic-release": "npx semantic-release",
21
- "start": "npm run build -- -w",
22
- "storybook": "npx start-storybook -p 4006",
23
- "travis-deploy-once": "npx travis-deploy-once",
24
- "is-build-es5": "npx es-check es5 './build/**/*.!(esm).js'"
25
- },
26
- "repository": {
27
- "type": "git",
28
- "url": "https://10.10.4.101:8443/frame/oss-web-common.git"
29
- },
30
- "publishConfig": {
31
- "access": "public"
32
- },
33
- "keywords": [
34
- "rollup",
35
- "react",
36
- "react component",
37
- "rollup react",
38
- "component",
39
- "template react component",
40
- "template rollup react component"
41
- ],
42
- "author": "jinbo@boco.com.cn",
43
- "license": "MIT",
44
- "bugs": {
45
- "url": "https://10.10.4.101:8443/frame/oss-web-common.git"
46
- },
47
- "homepage": "https://10.10.4.101:8443/frame/oss-web-common.git",
48
- "devDependencies": {
49
- "@babel/cli": "^7.12.1",
50
- "@babel/core": "^7.12.3",
51
- "@babel/plugin-proposal-class-properties": "^7.12.1",
52
- "@babel/plugin-transform-runtime": "^7.12.1",
53
- "@babel/preset-env": "^7.12.1",
54
- "@babel/preset-react": "^7.12.5",
55
- "@babel/runtime": "^7.12.5",
56
- "@commitlint/cli": "^11.0.0",
57
- "@commitlint/config-angular": "^11.0.0",
58
- "@commitlint/prompt": "^9.0.1",
59
- "@commitlint/prompt-cli": "^9.0.1",
60
- "@rollup/plugin-babel": "^5.0.2",
61
- "@rollup/plugin-commonjs": "^12.0.0",
62
- "@rollup/plugin-image": "^2.0.5",
63
- "@rollup/plugin-node-resolve": "^8.0.0",
64
- "@storybook/addon-a11y": "^6.0.28",
65
- "@storybook/addon-actions": "^6.0.28",
66
- "@storybook/addon-centered": "^5.3.21",
67
- "@storybook/addon-console": "^1.2.2",
68
- "@storybook/addon-essentials": "^6.0.28",
69
- "@storybook/addon-info": "^5.3.21",
70
- "@storybook/addon-notes": "^5.3.21",
71
- "@storybook/addon-options": "^5.3.21",
72
- "@storybook/addons": "^6.0.28",
73
- "@storybook/channels": "^6.0.28",
74
- "@storybook/cli": "^6.0.28",
75
- "@storybook/react": "^6.0.28",
76
- "@storybook/storybook-deployer": "^2.8.7",
77
- "acorn": "^7.2.0",
78
- "autoprefixer": "^9.8.0",
79
- "babel-eslint": "^10.1.0",
80
- "babel-jest": "^26.0.1",
81
- "babel-loader": "^8.1.0",
82
- "babel-plugin-import": "^1.13.3",
83
- "babel-preset-minify": "^0.6.0-alpha.9",
84
- "bufferutil": "^4.0.2",
85
- "codecov": "^3.7.0",
86
- "css-loader": "^3.5.3",
87
- "enzyme": "^3.11.0",
88
- "enzyme-adapter-react-16": "^1.15.2",
89
- "es-check": "^5.1.2",
90
- "eslint": "^6.8.0",
91
- "eslint-config-airbnb": "^18.1.0",
92
- "eslint-plugin-babel": "^5.3.1",
93
- "eslint-plugin-import": "^2.20.2",
94
- "eslint-plugin-jsx-a11y": "^6.2.3",
95
- "eslint-plugin-react": "^7.20.0",
96
- "eslint-plugin-react-hooks": "^2.5.1",
97
- "husky": "^4.2.5",
98
- "install-peers-cli": "^2.2.0",
99
- "jest": "^26.0.1",
100
- "jest-transform-css": "^2.0.0",
101
- "less": "^3.12.2",
102
- "less-plugin-npm-import": "^2.1.0",
103
- "marked": "^1.1.0",
104
- "postcss": "^7.0.32",
105
- "react-test-renderer": "^16.13.1",
106
- "rollup": "^2.13.1",
107
- "rollup-plugin-filesize": "^9.0.0",
108
- "rollup-plugin-node-builtins": "^2.1.2",
109
- "rollup-plugin-peer-deps-external": "^2.2.4",
110
- "rollup-plugin-postcss": "^3.1.2",
111
- "rollup-plugin-typescript2": "^0.29.0",
112
- "semantic-release": "^17.0.8",
113
- "source-map-loader": "^1.0.0",
114
- "style-loader": "^1.2.1",
115
- "travis-deploy-once": "^5.0.11",
116
- "typescript": "^3.9.3",
117
- "utf-8-validate": "^5.0.3",
118
- "webpack": "^4.43.0",
119
- "webpack-build-notifier": "^2.0.1",
120
- "webpack-cli": "^3.3.11",
121
- "webpack-dev-server": "^3.11.0"
122
- },
123
- "peerDependencies": {
124
- "react": ">=16.9.0",
125
- "react-dom": ">=16.9.0",
126
- "react-router": "5.2.0",
127
- "react-router-dom": "5.2.0"
128
- },
129
- "dependencies": {
130
- "@umijs/hooks": "^1.9.3",
131
- "classnames": "^2.2.6",
132
- "immer": "^8.0.0",
133
- "immutable": "^4.0.0-rc.12",
134
- "oss-ui": "^0.1.86",
135
- "oss-web-toolkits": "^0.1.4",
136
- "prop-types": "^15.7.2",
137
- "qs": "^6.10.1",
138
- "react-beautiful-dnd": "^13.1.0",
139
- "react-drag-listview": "^0.1.7",
140
- "react-intl-universal": "^2.4.2",
141
- "react-resizable": "^1.11.0",
142
- "rollup-plugin-terser": "^7.0.2",
143
- "umi-request": "^1.3.5"
144
- },
145
- "storybook-deployer": {
146
- "gitUsername": "jinbo",
147
- "gitEmail": "jinbo@boco.com.cn"
148
- }
149
- }
1
+ {
2
+ "name": "oss-web-common",
3
+ "version": "0.2.40-alpha.2",
4
+ "description": "<product>oss-web 公共功能</product> <module>oss-web 公共功能</module> <province>无</province> <operator>无</operator> <ztproduct>无</ztproduct> <ztproductid>无</ztproductid> <ztprojectid>无</ztprojectid>",
5
+ "main": "build/index.cjs.js",
6
+ "module": "build/index.esm.js",
7
+ "browser": "build/index.js",
8
+ "style": "build/index.css",
9
+ "files": [
10
+ "build"
11
+ ],
12
+ "scripts": {
13
+ "build": "npx rollup -c",
14
+ "codecov": "npx codecov",
15
+ "commitmsg": "npx commitlint -e $GIT_PARAMS",
16
+ "deploy-storybook-ci": "npx storybook-to-ghpages --ci",
17
+ "gc": "commit",
18
+ "lint": "npx eslint --ext .js,.jsx .",
19
+ "semantic-release": "npx semantic-release",
20
+ "start": "npm run build -- -w",
21
+ "storybook": "npx start-storybook -p 4006",
22
+ "travis-deploy-once": "npx travis-deploy-once",
23
+ "is-build-es5": "npx es-check es5 './build/**/*.!(esm).js'"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://10.10.4.101:8443/frame/oss-web-common.git"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "keywords": [
33
+ "rollup",
34
+ "react",
35
+ "react component",
36
+ "rollup react",
37
+ "component",
38
+ "template react component",
39
+ "template rollup react component"
40
+ ],
41
+ "author": "jinbo@boco.com.cn",
42
+ "license": "MIT",
43
+ "bugs": {
44
+ "url": "https://10.10.4.101:8443/frame/oss-web-common.git"
45
+ },
46
+ "homepage": "https://10.10.4.101:8443/frame/oss-web-common.git",
47
+ "devDependencies": {
48
+ "@babel/cli": "^7.12.1",
49
+ "@babel/core": "^7.12.3",
50
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
51
+ "@babel/plugin-transform-runtime": "^7.12.1",
52
+ "@babel/preset-env": "^7.12.1",
53
+ "@babel/preset-react": "^7.12.5",
54
+ "@babel/runtime": "^7.12.5",
55
+ "@commitlint/cli": "^11.0.0",
56
+ "@commitlint/config-angular": "^11.0.0",
57
+ "@commitlint/prompt": "^9.0.1",
58
+ "@commitlint/prompt-cli": "^9.0.1",
59
+ "@rollup/plugin-babel": "^5.0.2",
60
+ "@rollup/plugin-commonjs": "^12.0.0",
61
+ "@rollup/plugin-image": "^2.0.5",
62
+ "@rollup/plugin-node-resolve": "^8.0.0",
63
+ "@storybook/addon-a11y": "^6.0.28",
64
+ "@storybook/addon-actions": "^6.0.28",
65
+ "@storybook/addon-centered": "^5.3.21",
66
+ "@storybook/addon-console": "^1.2.2",
67
+ "@storybook/addon-essentials": "^6.0.28",
68
+ "@storybook/addon-info": "^5.3.21",
69
+ "@storybook/addon-notes": "^5.3.21",
70
+ "@storybook/addon-options": "^5.3.21",
71
+ "@storybook/addons": "^6.0.28",
72
+ "@storybook/channels": "^6.0.28",
73
+ "@storybook/cli": "^6.0.28",
74
+ "@storybook/react": "^6.0.28",
75
+ "@storybook/storybook-deployer": "^2.8.7",
76
+ "acorn": "^7.2.0",
77
+ "autoprefixer": "^9.8.0",
78
+ "babel-eslint": "^10.1.0",
79
+ "babel-jest": "^26.0.1",
80
+ "babel-loader": "^8.1.0",
81
+ "babel-plugin-import": "^1.13.3",
82
+ "babel-preset-minify": "^0.6.0-alpha.9",
83
+ "bufferutil": "^4.0.2",
84
+ "codecov": "^3.7.0",
85
+ "css-loader": "^3.5.3",
86
+ "enzyme": "^3.11.0",
87
+ "enzyme-adapter-react-16": "^1.15.2",
88
+ "es-check": "^5.1.2",
89
+ "eslint": "^6.8.0",
90
+ "eslint-config-airbnb": "^18.1.0",
91
+ "eslint-plugin-babel": "^5.3.1",
92
+ "eslint-plugin-import": "^2.20.2",
93
+ "eslint-plugin-jsx-a11y": "^6.2.3",
94
+ "eslint-plugin-react": "^7.20.0",
95
+ "eslint-plugin-react-hooks": "^2.5.1",
96
+ "fibers": "^5.0.0",
97
+ "husky": "^4.2.5",
98
+ "install-peers-cli": "^2.2.0",
99
+ "jest": "^26.0.1",
100
+ "jest-transform-css": "^2.0.0",
101
+ "less": "^3.12.2",
102
+ "less-plugin-npm-import": "^2.1.0",
103
+ "marked": "^1.1.0",
104
+ "postcss": "^7.0.32",
105
+ "react-test-renderer": "^16.13.1",
106
+ "rollup": "^2.13.1",
107
+ "rollup-plugin-filesize": "^9.0.0",
108
+ "rollup-plugin-node-builtins": "^2.1.2",
109
+ "rollup-plugin-peer-deps-external": "^2.2.4",
110
+ "rollup-plugin-postcss": "^3.1.2",
111
+ "rollup-plugin-typescript2": "^0.29.0",
112
+ "semantic-release": "^17.0.8",
113
+ "source-map-loader": "^1.0.0",
114
+ "style-loader": "^1.2.1",
115
+ "travis-deploy-once": "^5.0.11",
116
+ "typescript": "^3.9.3",
117
+ "utf-8-validate": "^5.0.3",
118
+ "webpack": "^4.43.0",
119
+ "webpack-build-notifier": "^2.0.1",
120
+ "webpack-cli": "^3.3.11",
121
+ "webpack-dev-server": "^3.11.0"
122
+ },
123
+ "peerDependencies": {
124
+ "react": ">=16.9.0",
125
+ "react-dom": ">=16.9.0",
126
+ "react-router": "5.2.0",
127
+ "react-router-dom": "5.2.0"
128
+ },
129
+ "dependencies": {
130
+ "@umijs/hooks": "^1.9.3",
131
+ "classnames": "^2.2.6",
132
+ "immer": "^8.0.0",
133
+ "immutable": "^4.0.0-rc.12",
134
+ "oss-web-toolkits": "^0.1.4",
135
+ "prop-types": "^15.7.2",
136
+ "qs": "^6.10.1",
137
+ "react-beautiful-dnd": "^13.1.0",
138
+ "react-drag-listview": "^0.1.7",
139
+ "react-intl-universal": "^2.4.2",
140
+ "react-resizable": "^1.11.0",
141
+ "rollup-plugin-terser": "^7.0.2",
142
+ "umi-request": "^1.3.5"
143
+ },
144
+ "storybook-deployer": {
145
+ "gitUsername": "jinbo",
146
+ "gitEmail": "jinbo@boco.com.cn"
147
+ }
148
+ }