@ecoding/base.build 0.2.18-alpha.0 → 0.2.18
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 +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecoding/base.build",
|
|
3
|
-
"version": "0.2.18
|
|
3
|
+
"version": "0.2.18",
|
|
4
4
|
"description": "tpl building",
|
|
5
5
|
"author": "cxc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,46 +14,46 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "c79142fceedc923d48124f82856792bc0c23f223",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@babel/core": "7.
|
|
20
|
-
"@babel/plugin-proposal-class-properties": "7.
|
|
21
|
-
"@babel/plugin-proposal-decorators": "7.
|
|
22
|
-
"@babel/plugin-proposal-private-methods": "7.
|
|
23
|
-
"@babel/plugin-proposal-private-property-in-object": "7.
|
|
24
|
-
"@babel/plugin-transform-runtime": "7.
|
|
25
|
-
"@babel/preset-env": "7.
|
|
26
|
-
"@babel/preset-react": "7.
|
|
27
|
-
"@babel/preset-typescript": "7.
|
|
28
|
-
"@ecoding/base.mock": "
|
|
29
|
-
"@ecoding/base.spec": "
|
|
30
|
-
"add-asset-html-webpack-plugin": "
|
|
31
|
-
"autoprefixer": "10.4.
|
|
32
|
-
"babel-loader": "
|
|
33
|
-
"clean-webpack-plugin": "
|
|
34
|
-
"concurrently": "
|
|
19
|
+
"@babel/core": "7.22.5",
|
|
20
|
+
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
21
|
+
"@babel/plugin-proposal-decorators": "7.22.5",
|
|
22
|
+
"@babel/plugin-proposal-private-methods": "7.18.6",
|
|
23
|
+
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
|
24
|
+
"@babel/plugin-transform-runtime": "7.22.5",
|
|
25
|
+
"@babel/preset-env": "7.22.5",
|
|
26
|
+
"@babel/preset-react": "7.22.5",
|
|
27
|
+
"@babel/preset-typescript": "7.22.5",
|
|
28
|
+
"@ecoding/base.mock": "0.*",
|
|
29
|
+
"@ecoding/base.spec": "0.*",
|
|
30
|
+
"add-asset-html-webpack-plugin": "6.0.0",
|
|
31
|
+
"autoprefixer": "10.4.14",
|
|
32
|
+
"babel-loader": "9.1.2",
|
|
33
|
+
"clean-webpack-plugin": "4.0.0",
|
|
34
|
+
"concurrently": "8.2.0",
|
|
35
35
|
"core-js": "^3.31.0",
|
|
36
|
-
"cross-env": "7.0.3",
|
|
37
|
-
"css-loader": "6.
|
|
38
|
-
"css-minimizer-webpack-plugin": "
|
|
39
|
-
"eslint": "8.
|
|
36
|
+
"cross-env": "^7.0.3",
|
|
37
|
+
"css-loader": "6.8.1",
|
|
38
|
+
"css-minimizer-webpack-plugin": "5.0.0",
|
|
39
|
+
"eslint": "^8.42.0",
|
|
40
40
|
"globby": "^11.0.2",
|
|
41
|
-
"html-webpack-plugin": "5.5.
|
|
41
|
+
"html-webpack-plugin": "5.5.3",
|
|
42
42
|
"inline-chunk-html-plugin": "1.1.1",
|
|
43
43
|
"less": "4.1.3",
|
|
44
|
-
"less-loader": "11.
|
|
45
|
-
"mini-css-extract-plugin": "2.6
|
|
46
|
-
"postcss-loader": "7.
|
|
47
|
-
"rimraf": "
|
|
48
|
-
"style-loader": "3.3.
|
|
44
|
+
"less-loader": "11.1.3",
|
|
45
|
+
"mini-css-extract-plugin": "2.7.6",
|
|
46
|
+
"postcss-loader": "7.3.3",
|
|
47
|
+
"rimraf": "5.0.1",
|
|
48
|
+
"style-loader": "3.3.3",
|
|
49
49
|
"svg-sprite-loader": "6.0.11",
|
|
50
|
-
"terser-webpack-plugin": "5.3.
|
|
51
|
-
"typescript": "
|
|
52
|
-
"webpack": "5.
|
|
53
|
-
"webpack-cli": "
|
|
54
|
-
"webpack-dev-server": "4.
|
|
55
|
-
"webpack-merge": "5.
|
|
56
|
-
"webpack-node-externals": "
|
|
50
|
+
"terser-webpack-plugin": "5.3.9",
|
|
51
|
+
"typescript": "4.8.4",
|
|
52
|
+
"webpack": "5.86.0",
|
|
53
|
+
"webpack-cli": "5.1.4",
|
|
54
|
+
"webpack-dev-server": "4.15.1",
|
|
55
|
+
"webpack-merge": "5.9.0",
|
|
56
|
+
"webpack-node-externals": "3.0.0",
|
|
57
57
|
"webpackbar": "5.0.2"
|
|
58
58
|
}
|
|
59
59
|
}
|