@maxelms/create-plugin-cli 1.1.10 → 1.1.15
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/bin/index.js +1 -1
- package/lib/index.js +2 -1
- package/package.json +1 -5
- package/templates/jQuery-micro-app/package.json.tpl +1 -1
- package/templates/maxelms-navigation/package.json +1 -1
- package/templates/react-micro-app/package.json.tpl +1 -1
- package/templates/react-micro-app-umi/package.json.tpl +1 -1
- package/templates/react-micro-button/package.json.tpl +1 -1
- package/templates/react-micro-field/package.json.tpl +1 -1
- package/templates/react-micro-field-umi/package.json.tpl +1 -1
- package/templates/react-micro-plugin/package.json.tpl +1 -1
- package/templates/react-micro-plugin-umi/package.json.tpl +1 -1
- package/templates/vue-micro-app/package.json.tpl +1 -1
- package/templates/vue-micro-button/package.json.tpl +1 -1
- package/templates/vue-micro-field/package.json.tpl +1 -1
- package/templates/vue-micro-plugin/package.json.tpl +1 -1
- package/templates/vue3-micro-app/package.json.tpl +1 -1
- package/templates/vue3-micro-plugin/package.json.tpl +1 -1
- package/templates/vue3vite-micro-app/package.json.tpl +4 -2
package/bin/index.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -48,7 +48,8 @@ var uuid_1 = require("uuid");
|
|
|
48
48
|
var utils_1 = require("./utils");
|
|
49
49
|
var pkg = require('../package.json');
|
|
50
50
|
var cliVersion = pkg.version;
|
|
51
|
-
|
|
51
|
+
// const frameworks = ['react', 'vue', 'vue3', 'vue3vite'];
|
|
52
|
+
var frameworks = ['react', 'vue', 'vue3vite'];
|
|
52
53
|
var jQuery = 'jQuery';
|
|
53
54
|
var templates = ['umi'];
|
|
54
55
|
/** 项目类型 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxelms/create-plugin-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"main": "./bin/index.js",
|
|
5
5
|
"author": "jackc_001",
|
|
6
6
|
"bin": {
|
|
@@ -19,10 +19,6 @@
|
|
|
19
19
|
"watch": "tsc -w",
|
|
20
20
|
"prepublishOnly": "npm run build"
|
|
21
21
|
},
|
|
22
|
-
"publishConfig": {
|
|
23
|
-
"access": "public",
|
|
24
|
-
"registry": "https://registry.npmjs.org/"
|
|
25
|
-
},
|
|
26
22
|
"dependencies": {
|
|
27
23
|
"archiver": "5.3.1",
|
|
28
24
|
"chalk": "4.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
19
19
|
"@babel/core": "7.15.8",
|
|
20
20
|
"@babel/preset-react": "7.14.5",
|
|
21
|
-
"@maxelms/create-plugin-cli": "
|
|
21
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
22
22
|
"@squoosh/lib": "0.5.3",
|
|
23
23
|
"@types/react": "16.14.07",
|
|
24
24
|
"@types/react-dom": "16.9.24",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
14
14
|
"@babel/core": "7.15.8",
|
|
15
15
|
"@babel/preset-react": "7.14.5",
|
|
16
|
-
"@maxelms/create-plugin-cli": "
|
|
16
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
17
17
|
"@squoosh/lib": "0.5.3",
|
|
18
18
|
"@types/react": "17.0.33",
|
|
19
19
|
"@types/react-dom": "17.0.10",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
15
15
|
"@babel/core": "7.15.8",
|
|
16
16
|
"@babel/preset-react": "7.14.5",
|
|
17
|
-
"@maxelms/create-plugin-cli": "
|
|
17
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
18
18
|
"@squoosh/lib": "0.5.3",
|
|
19
19
|
"@types/react": "17.0.33",
|
|
20
20
|
"@types/react-dom": "17.0.10",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"moment-locales-webpack-plugin": "1.2.0",
|
|
15
15
|
"@babel/core": "7.15.8",
|
|
16
16
|
"@babel/preset-react": "7.14.5",
|
|
17
|
-
"@maxelms/create-plugin-cli": "
|
|
17
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
18
18
|
"@squoosh/lib": "0.5.3",
|
|
19
19
|
"@types/react": "17.0.33",
|
|
20
20
|
"@types/react-dom": "17.0.10",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
20
|
-
"@maxelms/create-plugin-cli": "
|
|
20
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
21
21
|
"@vue/cli-plugin-babel": "4.5.0",
|
|
22
22
|
"@vue/cli-plugin-eslint": "4.5.0",
|
|
23
23
|
"@vue/cli-service": "4.5.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
|
21
|
-
"@maxelms/create-plugin-cli": "
|
|
21
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
22
22
|
"@vue/cli-plugin-babel": "4.5.0",
|
|
23
23
|
"@vue/cli-plugin-eslint": "4.5.0",
|
|
24
24
|
"@vue/cli-service": "4.5.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"vue-router": "4.4.5"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@maxelms/create-plugin-cli": "
|
|
25
|
+
"@maxelms/create-plugin-cli": "^1.0.0",
|
|
26
26
|
"@tsconfig/node22": "22.0.0",
|
|
27
27
|
"@types/jsdom": "21.1.7",
|
|
28
28
|
"@types/node": "22.9.3",
|
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
"vue-tsc": "2.1.10"
|
|
49
49
|
},
|
|
50
50
|
"resolutions": {
|
|
51
|
-
"magic-string": "0.30.15"
|
|
51
|
+
"magic-string": "0.30.15",
|
|
52
|
+
"@esbuild/darwin-arm64": "0.24.0",
|
|
53
|
+
"esbuild": "0.24.0"
|
|
52
54
|
}
|
|
53
55
|
}
|