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