create-soybean 1.7.0-beta.1 → 1.7.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 +3 -3
- package/template-tsdown/package.json +11 -13
- package/template-vue/package.json +21 -21
- package/template-vue-tsdown/package.json +18 -20
- package/template-tsdown/pnpm-workspace.yaml +0 -17
- package/template-vue/pnpm-workspace.yaml +0 -28
- package/template-vue-tsdown/pnpm-workspace.yaml +0 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-soybean",
|
|
3
|
-
"version": "1.7.0
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "The official scaffolding tool by SoybeanJS for quickly creating different project templates.",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/create-soybean",
|
|
6
6
|
"bugs": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prompts": "^2.4.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@soybeanjs/cli": "^1.7.
|
|
46
|
+
"@soybeanjs/cli": "^1.7.1",
|
|
47
47
|
"@types/minimist": "^1.2.5",
|
|
48
48
|
"@types/node": "^25.5.0",
|
|
49
49
|
"@types/prompts": "^2.4.9",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"build": "tsdown",
|
|
67
67
|
"cleanup": "soy cleanup",
|
|
68
68
|
"commit": "soy git-commit",
|
|
69
|
-
"lint": "oxlint --fix
|
|
69
|
+
"lint": "oxlint --fix",
|
|
70
70
|
"fmt": "oxfmt",
|
|
71
71
|
"publish-pkg": "pnpm publish --access public",
|
|
72
72
|
"release": "soy release -e 'pnpm release-execute'",
|
|
@@ -29,21 +29,19 @@
|
|
|
29
29
|
"publish-pkg": "pnpm publish --access public",
|
|
30
30
|
"release": "soy release",
|
|
31
31
|
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
32
|
-
"upkg": "soy
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"consola": "catalog:prod"
|
|
32
|
+
"upkg": "soy ncu"
|
|
36
33
|
},
|
|
34
|
+
"dependencies": {},
|
|
37
35
|
"devDependencies": {
|
|
38
|
-
"@soybeanjs/cli": "
|
|
39
|
-
"@types/node": "
|
|
40
|
-
"lint-staged": "
|
|
41
|
-
"oxfmt": "
|
|
42
|
-
"oxlint": "
|
|
43
|
-
"simple-git-hooks": "
|
|
44
|
-
"tsdown": "
|
|
45
|
-
"tsx": "
|
|
46
|
-
"typescript": "
|
|
36
|
+
"@soybeanjs/cli": "^1.7.1",
|
|
37
|
+
"@types/node": "^25.5.0",
|
|
38
|
+
"lint-staged": "^16.4.0",
|
|
39
|
+
"oxfmt": "^0.41.0",
|
|
40
|
+
"oxlint": "^1.56.0",
|
|
41
|
+
"simple-git-hooks": "^2.13.1",
|
|
42
|
+
"tsdown": "^0.21.4",
|
|
43
|
+
"tsx": "^4.21.0",
|
|
44
|
+
"typescript": "^5.9.3"
|
|
47
45
|
},
|
|
48
46
|
"simple-git-hooks": {
|
|
49
47
|
"commit-msg": "pnpm soy git-commit-verify",
|
|
@@ -16,29 +16,29 @@
|
|
|
16
16
|
"upkg": "soy ncu"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@soybeanjs/ui": "
|
|
20
|
-
"@unocss/reset": "
|
|
21
|
-
"klona": "
|
|
22
|
-
"pinia": "
|
|
23
|
-
"vue": "
|
|
24
|
-
"vue-router": "
|
|
19
|
+
"@soybeanjs/ui": "^0.12.4",
|
|
20
|
+
"@unocss/reset": "^66.6.7",
|
|
21
|
+
"klona": "^2.0.6",
|
|
22
|
+
"pinia": "^3.0.4",
|
|
23
|
+
"vue": "^3.5.30",
|
|
24
|
+
"vue-router": "^5.0.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@soybeanjs/cli": "
|
|
28
|
-
"@soybeanjs/unocss-preset": "
|
|
29
|
-
"@types/node": "
|
|
30
|
-
"@vitejs/plugin-vue": "
|
|
31
|
-
"@vitejs/plugin-vue-jsx": "
|
|
32
|
-
"elegant-router": "
|
|
33
|
-
"lint-staged": "
|
|
34
|
-
"oxfmt": "
|
|
35
|
-
"oxlint": "
|
|
36
|
-
"simple-git-hooks": "
|
|
37
|
-
"typescript": "
|
|
38
|
-
"unocss": "
|
|
39
|
-
"unplugin-vue-components": "
|
|
40
|
-
"vite": "
|
|
41
|
-
"vue-tsc": "
|
|
27
|
+
"@soybeanjs/cli": "^1.7.1",
|
|
28
|
+
"@soybeanjs/unocss-preset": "^0.2.0",
|
|
29
|
+
"@types/node": "^25.5.0",
|
|
30
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
31
|
+
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
32
|
+
"elegant-router": "^1.3.0",
|
|
33
|
+
"lint-staged": "^16.4.0",
|
|
34
|
+
"oxfmt": "^0.41.0",
|
|
35
|
+
"oxlint": "^1.56.0",
|
|
36
|
+
"simple-git-hooks": "^2.13.1",
|
|
37
|
+
"typescript": "^5.9.3",
|
|
38
|
+
"unocss": "^66.6.7",
|
|
39
|
+
"unplugin-vue-components": "^31.0.0",
|
|
40
|
+
"vite": "^8.0.1",
|
|
41
|
+
"vue-tsc": "^3.2.6"
|
|
42
42
|
},
|
|
43
43
|
"simple-git-hooks": {
|
|
44
44
|
"commit-msg": "pnpm soy git-commit-verify",
|
|
@@ -32,28 +32,26 @@
|
|
|
32
32
|
"release": "soy release",
|
|
33
33
|
"test": "vitest",
|
|
34
34
|
"typecheck": "tsc --noEmit --skipLibCheck",
|
|
35
|
-
"upkg": "soy
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"consola": "catalog:prod"
|
|
35
|
+
"upkg": "soy ncu"
|
|
39
36
|
},
|
|
37
|
+
"dependencies": {},
|
|
40
38
|
"devDependencies": {
|
|
41
|
-
"@soybeanjs/cli": "
|
|
42
|
-
"@types/node": "
|
|
43
|
-
"@vue/test-utils": "
|
|
44
|
-
"happy-dom": "
|
|
45
|
-
"lint-staged": "
|
|
46
|
-
"oxfmt": "
|
|
47
|
-
"oxlint": "
|
|
48
|
-
"simple-git-hooks": "
|
|
49
|
-
"tsdown": "
|
|
50
|
-
"tsx": "
|
|
51
|
-
"typescript": "
|
|
52
|
-
"unplugin-vue": "
|
|
53
|
-
"unplugin-vue-jsx": "
|
|
54
|
-
"vite": "
|
|
55
|
-
"vue": "
|
|
56
|
-
"vue-tsc": "
|
|
39
|
+
"@soybeanjs/cli": "^1.7.1",
|
|
40
|
+
"@types/node": "^25.5.0",
|
|
41
|
+
"@vue/test-utils": "^2.4.6",
|
|
42
|
+
"happy-dom": "^20.8.4",
|
|
43
|
+
"lint-staged": "^16.4.0",
|
|
44
|
+
"oxfmt": "^0.41.0",
|
|
45
|
+
"oxlint": "^1.56.0",
|
|
46
|
+
"simple-git-hooks": "^2.13.1",
|
|
47
|
+
"tsdown": "^0.21.4",
|
|
48
|
+
"tsx": "^4.21.0",
|
|
49
|
+
"typescript": "^5.9.3",
|
|
50
|
+
"unplugin-vue": "^7.1.1",
|
|
51
|
+
"unplugin-vue-jsx": "^0.8.1",
|
|
52
|
+
"vite": "^8.0.1",
|
|
53
|
+
"vue": "^3.5.30",
|
|
54
|
+
"vue-tsc": "^3.2.6"
|
|
57
55
|
},
|
|
58
56
|
"simple-git-hooks": {
|
|
59
57
|
"commit-msg": "pnpm soy git-commit-verify",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
catalogMode: prefer
|
|
2
|
-
ignoreWorkspaceRootCheck: true
|
|
3
|
-
shamefullyHoist: true
|
|
4
|
-
|
|
5
|
-
catalogs:
|
|
6
|
-
dev:
|
|
7
|
-
'@soybeanjs/cli': ^1.6.1
|
|
8
|
-
'@types/node': ^25.5.0
|
|
9
|
-
'lint-staged': ^16.4.0
|
|
10
|
-
'oxfmt': ^0.41.0
|
|
11
|
-
'oxlint': ^1.56.0
|
|
12
|
-
'simple-git-hooks': ^2.13.1
|
|
13
|
-
'tsdown': ^0.21.4
|
|
14
|
-
'tsx': ^4.21.0
|
|
15
|
-
'typescript': ^5.9.3
|
|
16
|
-
prod:
|
|
17
|
-
'consola': ^3.4.2
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
catalogMode: prefer
|
|
2
|
-
ignoreWorkspaceRootCheck: true
|
|
3
|
-
shamefullyHoist: true
|
|
4
|
-
|
|
5
|
-
catalogs:
|
|
6
|
-
dev:
|
|
7
|
-
'@soybeanjs/cli': '^1.6.1'
|
|
8
|
-
'@soybeanjs/unocss-preset': '^0.2.0'
|
|
9
|
-
'@types/node': '^25.3.3'
|
|
10
|
-
'@vitejs/plugin-vue': '^6.0.4'
|
|
11
|
-
'@vitejs/plugin-vue-jsx': '^5.1.4'
|
|
12
|
-
'elegant-router': '^1.3.0'
|
|
13
|
-
'lint-staged': '^16.3.2'
|
|
14
|
-
'oxfmt': '^^0.36.0'
|
|
15
|
-
'oxlint': '^^1.51.0'
|
|
16
|
-
'simple-git-hooks': '^2.13.1'
|
|
17
|
-
'typescript': '^5.9.3'
|
|
18
|
-
'unocss': '^66.6.5'
|
|
19
|
-
'unplugin-vue-components': '^31.0.0'
|
|
20
|
-
'vite': '^7.3.1'
|
|
21
|
-
'vue-tsc': '^3.2.5'
|
|
22
|
-
prod:
|
|
23
|
-
'@soybeanjs/ui': '^0.9.3'
|
|
24
|
-
'@unocss/reset': '^66.6.5'
|
|
25
|
-
'klona': '^2.0.6'
|
|
26
|
-
'pinia': '^3.0.4'
|
|
27
|
-
'vue': '^3.5.29'
|
|
28
|
-
'vue-router': '^5.0.3'
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
catalogMode: prefer
|
|
2
|
-
ignoreWorkspaceRootCheck: true
|
|
3
|
-
shamefullyHoist: true
|
|
4
|
-
|
|
5
|
-
catalogs:
|
|
6
|
-
dev:
|
|
7
|
-
'@soybeanjs/cli': '1.6.1'
|
|
8
|
-
'@types/node': '25.3.3'
|
|
9
|
-
'@vue/test-utils': '2.4.6'
|
|
10
|
-
'happy-dom': '20.8.3'
|
|
11
|
-
'lint-staged': '16.3.2'
|
|
12
|
-
'oxfmt': '^0.36.0'
|
|
13
|
-
'oxlint': '^1.51.0'
|
|
14
|
-
'simple-git-hooks': '2.13.1'
|
|
15
|
-
'tsdown': '0.21.0'
|
|
16
|
-
'tsx': '4.21.0'
|
|
17
|
-
'typescript': '5.9.3'
|
|
18
|
-
'unplugin-vue': '7.1.1'
|
|
19
|
-
'unplugin-vue-jsx': '0.8.1'
|
|
20
|
-
'vite': '7.3.1'
|
|
21
|
-
'vue': '3.5.29'
|
|
22
|
-
'vue-tsc': '3.2.5'
|
|
23
|
-
prod:
|
|
24
|
-
'consola': ^3.4.2
|