@gct-paas/build 0.1.2 → 0.1.4-dev.0
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 +40 -40
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/build",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4-dev.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台核心包",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -40,64 +40,64 @@
|
|
|
40
40
|
"publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@babel/core": "^7.
|
|
44
|
-
"@babel/preset-env": "^7.
|
|
45
|
-
"@commitlint/cli": "^19.8.
|
|
46
|
-
"@commitlint/config-conventional": "^19.8.
|
|
47
|
-
"@eslint/js": "^9.
|
|
48
|
-
"@gct-paas/scss": "^0.1.
|
|
49
|
-
"@inquirer/prompts": "^7.
|
|
43
|
+
"@babel/core": "^7.28.0",
|
|
44
|
+
"@babel/preset-env": "^7.28.0",
|
|
45
|
+
"@commitlint/cli": "^19.8.1",
|
|
46
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
47
|
+
"@eslint/js": "^9.33.0",
|
|
48
|
+
"@gct-paas/scss": "^0.1.4-dev.0",
|
|
49
|
+
"@inquirer/prompts": "^7.8.1",
|
|
50
50
|
"@rollup/plugin-babel": "^6.0.4",
|
|
51
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
51
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
52
52
|
"@rollup/plugin-eslint": "^9.0.5",
|
|
53
53
|
"@rollup/plugin-json": "^6.1.0",
|
|
54
54
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
55
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
56
|
-
"@vitejs/plugin-vue": "^
|
|
57
|
-
"@vitejs/plugin-vue-jsx": "^
|
|
58
|
-
"@vue/compiler-sfc": "^3.5.
|
|
55
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
56
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
57
|
+
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
|
58
|
+
"@vue/compiler-sfc": "^3.5.18",
|
|
59
59
|
"chokidar": "^4.0.3",
|
|
60
|
-
"commander": "^
|
|
60
|
+
"commander": "^14.0.0",
|
|
61
61
|
"consola": "^3.4.2",
|
|
62
|
-
"copy-file": "^11.
|
|
63
|
-
"core-js": "^3.
|
|
64
|
-
"cpy": "^
|
|
62
|
+
"copy-file": "^11.1.0",
|
|
63
|
+
"core-js": "^3.45.0",
|
|
64
|
+
"cpy": "^12.0.0",
|
|
65
65
|
"crypto": "^1.0.1",
|
|
66
|
-
"esbuild": "^0.25.
|
|
67
|
-
"eslint": "^9.
|
|
68
|
-
"eslint-config-prettier": "^10.1.
|
|
69
|
-
"eslint-plugin-import": "^2.
|
|
70
|
-
"eslint-plugin-prettier": "^5.
|
|
66
|
+
"esbuild": "^0.25.9",
|
|
67
|
+
"eslint": "^9.33.0",
|
|
68
|
+
"eslint-config-prettier": "^10.1.8",
|
|
69
|
+
"eslint-plugin-import": "^2.32.0",
|
|
70
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
71
71
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
72
|
-
"eslint-plugin-vue": "^10.
|
|
72
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
73
73
|
"fast-glob": "^3.3.3",
|
|
74
|
-
"fs-extra": "^11.3.
|
|
75
|
-
"globals": "^16.
|
|
74
|
+
"fs-extra": "^11.3.1",
|
|
75
|
+
"globals": "^16.3.0",
|
|
76
76
|
"lodash-es": "^4.17.21",
|
|
77
77
|
"ora": "^8.2.0",
|
|
78
78
|
"picocolors": "^1.1.1",
|
|
79
|
-
"prettier": "^3.
|
|
79
|
+
"prettier": "^3.6.2",
|
|
80
80
|
"rimraf": "^6.0.1",
|
|
81
|
-
"rollup": "^4.
|
|
81
|
+
"rollup": "^4.46.2",
|
|
82
82
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
83
|
-
"stylelint": "^16.
|
|
84
|
-
"stylelint-config-standard": "^
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"vite": "^
|
|
88
|
-
"
|
|
89
|
-
"vue-
|
|
90
|
-
"vue-tsc": "^2.2.8"
|
|
83
|
+
"stylelint": "^16.23.1",
|
|
84
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
85
|
+
"typescript-eslint": "^8.39.1",
|
|
86
|
+
"vite": "^7.1.2",
|
|
87
|
+
"vite-plugin-dts": "^4.5.4",
|
|
88
|
+
"vue-eslint-parser": "^10.2.0",
|
|
89
|
+
"vue-tsc": "^3.0.5"
|
|
91
90
|
},
|
|
92
91
|
"devDependencies": {
|
|
93
|
-
"@commitlint/types": "^19.8.
|
|
92
|
+
"@commitlint/types": "^19.8.1",
|
|
94
93
|
"@types/babel__core": "^7.20.5",
|
|
95
94
|
"@types/babel__preset-env": "^7.10.0",
|
|
96
95
|
"@types/fs-extra": "^11.0.4",
|
|
97
96
|
"@types/lodash-es": "^4.17.12",
|
|
98
|
-
"@types/node": "^
|
|
99
|
-
"
|
|
100
|
-
"
|
|
97
|
+
"@types/node": "^24.2.1",
|
|
98
|
+
"tsx": "^4.20.4",
|
|
99
|
+
"typescript": "^5.9.2",
|
|
100
|
+
"unbuild": "^3.6.0"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "c9621d762856690ccbe36c93a3cf50dd1060602a"
|
|
103
103
|
}
|