oss-web-common 0.2.39

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 ADDED
@@ -0,0 +1,150 @@
1
+ {
2
+ "name": "oss-web-common",
3
+ "version": "0.2.39",
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
+ "fibers": "^5.0.0",
98
+ "husky": "^4.2.5",
99
+ "install-peers-cli": "^2.2.0",
100
+ "jest": "^26.0.1",
101
+ "jest-transform-css": "^2.0.0",
102
+ "less": "^3.12.2",
103
+ "less-plugin-npm-import": "^2.1.0",
104
+ "marked": "^1.1.0",
105
+ "postcss": "^7.0.32",
106
+ "react-test-renderer": "^16.13.1",
107
+ "rollup": "^2.13.1",
108
+ "rollup-plugin-filesize": "^9.0.0",
109
+ "rollup-plugin-node-builtins": "^2.1.2",
110
+ "rollup-plugin-peer-deps-external": "^2.2.4",
111
+ "rollup-plugin-postcss": "^3.1.2",
112
+ "rollup-plugin-typescript2": "^0.29.0",
113
+ "semantic-release": "^17.0.8",
114
+ "source-map-loader": "^1.0.0",
115
+ "style-loader": "^1.2.1",
116
+ "travis-deploy-once": "^5.0.11",
117
+ "typescript": "^3.9.3",
118
+ "utf-8-validate": "^5.0.3",
119
+ "webpack": "^4.43.0",
120
+ "webpack-build-notifier": "^2.0.1",
121
+ "webpack-cli": "^3.3.11",
122
+ "webpack-dev-server": "^3.11.0"
123
+ },
124
+ "peerDependencies": {
125
+ "react": ">=16.9.0",
126
+ "react-dom": ">=16.9.0",
127
+ "react-router": "5.2.0",
128
+ "react-router-dom": "5.2.0"
129
+ },
130
+ "dependencies": {
131
+ "@umijs/hooks": "^1.9.3",
132
+ "classnames": "^2.2.6",
133
+ "immer": "^8.0.0",
134
+ "immutable": "^4.0.0-rc.12",
135
+ "oss-ui": "^0.1.86",
136
+ "oss-web-toolkits": "^0.1.4",
137
+ "prop-types": "^15.7.2",
138
+ "qs": "^6.10.1",
139
+ "react-beautiful-dnd": "^13.1.0",
140
+ "react-drag-listview": "^0.1.7",
141
+ "react-intl-universal": "^2.4.2",
142
+ "react-resizable": "^1.11.0",
143
+ "rollup-plugin-terser": "^7.0.2",
144
+ "umi-request": "^1.3.5"
145
+ },
146
+ "storybook-deployer": {
147
+ "gitUsername": "jinbo",
148
+ "gitEmail": "jinbo@boco.com.cn"
149
+ }
150
+ }