oss-web-common 0.2.39 → 0.2.40-alpha.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/LICENSE +20 -20
- package/README.md +56 -56
- package/build/index.cjs.js +5019 -9184
- package/build/index.esm.js +4956 -9118
- package/build/index.js +5610 -10356
- package/package.json +149 -150
package/package.json
CHANGED
|
@@ -1,150 +1,149 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
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
|
+
}
|