wafer-map 4.0.53 → 4.0.55
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 +201 -201
- package/README.md +180 -180
- package/README.zh-CN.md +214 -214
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +70 -70
- package/CHANGELOG.md +0 -1353
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "wafer-map",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"author": "Qiao Libo",
|
|
6
|
-
"email": "qiaolibo@126.com",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"main": "index.js",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist",
|
|
11
|
-
"js"
|
|
12
|
-
],
|
|
13
|
-
"keywords": [
|
|
14
|
-
"react",
|
|
15
|
-
"wafer-map"
|
|
16
|
-
],
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"antd": "^4.3.3",
|
|
19
|
-
"axios": "^0.19.0",
|
|
20
|
-
"prop-types": "^15.6.1",
|
|
21
|
-
"react": "^16.8.6",
|
|
22
|
-
"react-dom": "^16.8.6",
|
|
23
|
-
"react-svg-pan-zoom": "^3.8.0",
|
|
24
|
-
"virsical-sign": "^3.0.3"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@babel/core": "^7.5.5",
|
|
28
|
-
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
29
|
-
"@babel/preset-env": "^7.5.5",
|
|
30
|
-
"@babel/preset-react": "^7.0.0",
|
|
31
|
-
"@storybook/addon-actions": "^5.2.4",
|
|
32
|
-
"@storybook/addon-knobs": "^5.2.4",
|
|
33
|
-
"@storybook/addon-links": "^5.2.4",
|
|
34
|
-
"@storybook/addons": "^5.2.4",
|
|
35
|
-
"@storybook/react": "^5.2.4",
|
|
36
|
-
"@storybook/theming": "^5.2.4",
|
|
37
|
-
"babel-loader": "8.0.5",
|
|
38
|
-
"copyfiles": "^2.1.1",
|
|
39
|
-
"cross-env": "^6.0.3",
|
|
40
|
-
"css-loader": "^3.1.0",
|
|
41
|
-
"del-cli": "^3.0.0",
|
|
42
|
-
"npm-run-all": "^4.1.5",
|
|
43
|
-
"react-scripts": "^3.0.1",
|
|
44
|
-
"rimraf": "^2.6.3",
|
|
45
|
-
"style-loader": "^0.23.1",
|
|
46
|
-
"url-loader": "^4.1.1",
|
|
47
|
-
"webpack-cli": "^3.3.6"
|
|
48
|
-
},
|
|
49
|
-
"scripts": {
|
|
50
|
-
"start": "react-scripts start",
|
|
51
|
-
"build": "cross-env webpack --env.minimize",
|
|
52
|
-
"clean": "del build-*"
|
|
53
|
-
},
|
|
54
|
-
"publishConfig": {
|
|
55
|
-
"registry": "https://registry.npmjs.org"
|
|
56
|
-
},
|
|
57
|
-
"proxy": "https://basedev.rd.virsical.cn/",
|
|
58
|
-
"browserslist": {
|
|
59
|
-
"production": [
|
|
60
|
-
">0.2%",
|
|
61
|
-
"not dead",
|
|
62
|
-
"not op_mini all"
|
|
63
|
-
],
|
|
64
|
-
"development": [
|
|
65
|
-
"last 1 chrome version",
|
|
66
|
-
"last 1 firefox version",
|
|
67
|
-
"last 1 safari version"
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "wafer-map",
|
|
3
|
+
"version": "4.0.55",
|
|
4
|
+
"private": false,
|
|
5
|
+
"author": "Qiao Libo",
|
|
6
|
+
"email": "qiaolibo@126.com",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"js"
|
|
12
|
+
],
|
|
13
|
+
"keywords": [
|
|
14
|
+
"react",
|
|
15
|
+
"wafer-map"
|
|
16
|
+
],
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"antd": "^4.3.3",
|
|
19
|
+
"axios": "^0.19.0",
|
|
20
|
+
"prop-types": "^15.6.1",
|
|
21
|
+
"react": "^16.8.6",
|
|
22
|
+
"react-dom": "^16.8.6",
|
|
23
|
+
"react-svg-pan-zoom": "^3.8.0",
|
|
24
|
+
"virsical-sign": "^3.0.3"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@babel/core": "^7.5.5",
|
|
28
|
+
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
29
|
+
"@babel/preset-env": "^7.5.5",
|
|
30
|
+
"@babel/preset-react": "^7.0.0",
|
|
31
|
+
"@storybook/addon-actions": "^5.2.4",
|
|
32
|
+
"@storybook/addon-knobs": "^5.2.4",
|
|
33
|
+
"@storybook/addon-links": "^5.2.4",
|
|
34
|
+
"@storybook/addons": "^5.2.4",
|
|
35
|
+
"@storybook/react": "^5.2.4",
|
|
36
|
+
"@storybook/theming": "^5.2.4",
|
|
37
|
+
"babel-loader": "8.0.5",
|
|
38
|
+
"copyfiles": "^2.1.1",
|
|
39
|
+
"cross-env": "^6.0.3",
|
|
40
|
+
"css-loader": "^3.1.0",
|
|
41
|
+
"del-cli": "^3.0.0",
|
|
42
|
+
"npm-run-all": "^4.1.5",
|
|
43
|
+
"react-scripts": "^3.0.1",
|
|
44
|
+
"rimraf": "^2.6.3",
|
|
45
|
+
"style-loader": "^0.23.1",
|
|
46
|
+
"url-loader": "^4.1.1",
|
|
47
|
+
"webpack-cli": "^3.3.6"
|
|
48
|
+
},
|
|
49
|
+
"scripts": {
|
|
50
|
+
"start": "react-scripts start",
|
|
51
|
+
"build": "cross-env webpack --env.minimize",
|
|
52
|
+
"clean": "del build-*"
|
|
53
|
+
},
|
|
54
|
+
"publishConfig": {
|
|
55
|
+
"registry": "https://registry.npmjs.org"
|
|
56
|
+
},
|
|
57
|
+
"proxy": "https://basedev.rd.virsical.cn/",
|
|
58
|
+
"browserslist": {
|
|
59
|
+
"production": [
|
|
60
|
+
">0.2%",
|
|
61
|
+
"not dead",
|
|
62
|
+
"not op_mini all"
|
|
63
|
+
],
|
|
64
|
+
"development": [
|
|
65
|
+
"last 1 chrome version",
|
|
66
|
+
"last 1 firefox version",
|
|
67
|
+
"last 1 safari version"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
}
|