beaver-build 1.0.5 → 1.0.6
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/README.md +4 -4
- package/dist/index.js +6 -6
- package/package.json +52 -52
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ Validated to allow only letters, numbers, hyphens, and underscores (`[a-zA-Z0-9_
|
|
|
120
120
|
|---|---|---|
|
|
121
121
|
| Not Using | — | — |
|
|
122
122
|
| Biome | v1.9.4 | All-in-one lint + format |
|
|
123
|
-
| ESLint | v9.
|
|
123
|
+
| ESLint | v9.39.4 | Flat config + typescript-eslint |
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
@@ -152,7 +152,7 @@ The format follows GitHub's [path-specific custom instructions](https://docs.git
|
|
|
152
152
|
|---|---|
|
|
153
153
|
| react | 19.1.0 |
|
|
154
154
|
| react-dom | 19.1.0 |
|
|
155
|
-
| vite | 6.3
|
|
155
|
+
| vite | 6.4.3 |
|
|
156
156
|
| @vitejs/plugin-react | 4.4.1 |
|
|
157
157
|
| typescript | 5.8.3 |
|
|
158
158
|
| @types/react | 19.1.1 |
|
|
@@ -164,8 +164,8 @@ The format follows GitHub's [path-specific custom instructions](https://docs.git
|
|
|
164
164
|
| @tanstack/react-query | 5.74.4 |
|
|
165
165
|
| @tanstack/react-query-devtools | 5.74.4 |
|
|
166
166
|
| @biomejs/biome | 1.9.4 |
|
|
167
|
-
| eslint | 9.
|
|
168
|
-
| @eslint/js | 9.
|
|
167
|
+
| eslint | 9.39.4 |
|
|
168
|
+
| @eslint/js | 9.39.4 |
|
|
169
169
|
| typescript-eslint | 8.26.0 |
|
|
170
170
|
| eslint-plugin-react-hooks | 5.2.0 |
|
|
171
171
|
| eslint-plugin-react-refresh | 0.4.19 |
|
package/dist/index.js
CHANGED
|
@@ -205,7 +205,7 @@ var init_package_json = __esm({
|
|
|
205
205
|
"@types/react-dom": "19.1.1",
|
|
206
206
|
"@vitejs/plugin-react": "4.4.1",
|
|
207
207
|
typescript: "5.8.3",
|
|
208
|
-
vite: "6.3
|
|
208
|
+
vite: "6.4.3"
|
|
209
209
|
};
|
|
210
210
|
if (cart.router === "TANSTACK_ROUTER") {
|
|
211
211
|
devDeps["@tanstack/router-devtools"] = "1.144.0";
|
|
@@ -218,8 +218,8 @@ var init_package_json = __esm({
|
|
|
218
218
|
if (cart.linter === "BIOME") {
|
|
219
219
|
devDeps["@biomejs/biome"] = "1.9.4";
|
|
220
220
|
} else if (cart.linter === "ESLINT") {
|
|
221
|
-
devDeps["@eslint/js"] = "9.
|
|
222
|
-
devDeps["eslint"] = "9.
|
|
221
|
+
devDeps["@eslint/js"] = "9.39.4";
|
|
222
|
+
devDeps["eslint"] = "9.39.4";
|
|
223
223
|
devDeps["eslint-plugin-react-hooks"] = "5.2.0";
|
|
224
224
|
devDeps["eslint-plugin-react-refresh"] = "0.4.19";
|
|
225
225
|
devDeps["globals"] = "15.15.0";
|
|
@@ -1920,7 +1920,7 @@ var init_package_json2 = __esm({
|
|
|
1920
1920
|
"@types/react-dom": "19.1.1",
|
|
1921
1921
|
"@vitejs/plugin-react": "4.4.1",
|
|
1922
1922
|
typescript: "5.8.3",
|
|
1923
|
-
vite: "6.3
|
|
1923
|
+
vite: "6.4.3"
|
|
1924
1924
|
};
|
|
1925
1925
|
if (cart.css === "TAILWIND") {
|
|
1926
1926
|
devDeps["@tailwindcss/vite"] = "4.1.3";
|
|
@@ -1929,8 +1929,8 @@ var init_package_json2 = __esm({
|
|
|
1929
1929
|
if (cart.linter === "BIOME") {
|
|
1930
1930
|
devDeps["@biomejs/biome"] = "1.9.4";
|
|
1931
1931
|
} else if (cart.linter === "ESLINT") {
|
|
1932
|
-
devDeps["@eslint/js"] = "9.
|
|
1933
|
-
devDeps["eslint"] = "9.
|
|
1932
|
+
devDeps["@eslint/js"] = "9.39.4";
|
|
1933
|
+
devDeps["eslint"] = "9.39.4";
|
|
1934
1934
|
devDeps["eslint-plugin-react-hooks"] = "5.2.0";
|
|
1935
1935
|
devDeps["eslint-plugin-react-refresh"] = "0.4.19";
|
|
1936
1936
|
devDeps["globals"] = "15.15.0";
|
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "beaver-build",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Interactive CLI tool for scaffolding modern web projects with production-ready configurations",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"bin": {
|
|
8
|
-
"beaver": "dist/index.js"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"dev": "tsx src/index.ts",
|
|
15
|
-
"dev:build": "tsup && node ./dist/index.js",
|
|
16
|
-
"build": "tsup",
|
|
17
|
-
"prepublishOnly": "npm run build"
|
|
18
|
-
},
|
|
19
|
-
"keywords": [
|
|
20
|
-
"cli",
|
|
21
|
-
"scaffolding",
|
|
22
|
-
"project-generator",
|
|
23
|
-
"react",
|
|
24
|
-
"vite",
|
|
25
|
-
"typescript",
|
|
26
|
-
"tailwind",
|
|
27
|
-
"web-development"
|
|
28
|
-
],
|
|
29
|
-
"author": "daihoang",
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"repository": {
|
|
32
|
-
"type": "git",
|
|
33
|
-
"url": "https://github.com/hd1008-lang/beaver.git"
|
|
34
|
-
},
|
|
35
|
-
"homepage": "https://github.com/hd1008-lang/beaver",
|
|
36
|
-
"bugs": {
|
|
37
|
-
"url": "https://github.com/hd1008-lang/beaver/issues"
|
|
38
|
-
},
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"@inquirer/prompts": "^8.1.0",
|
|
41
|
-
"chalk": "^5.6.2",
|
|
42
|
-
"nanospinner": "^1.2.2"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@types/chalk-animation": "^1.6.3",
|
|
46
|
-
"@types/node": "^25.6.0",
|
|
47
|
-
"tsc-alias": "^1.8.16",
|
|
48
|
-
"tsup": "^8.5.1",
|
|
49
|
-
"tsx": "^4.21.0",
|
|
50
|
-
"typescript": "^5.9.3"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "beaver-build",
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "Interactive CLI tool for scaffolding modern web projects with production-ready configurations",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": {
|
|
8
|
+
"beaver": "dist/index.js"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "tsx src/index.ts",
|
|
15
|
+
"dev:build": "tsup && node ./dist/index.js",
|
|
16
|
+
"build": "tsup",
|
|
17
|
+
"prepublishOnly": "npm run build"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"cli",
|
|
21
|
+
"scaffolding",
|
|
22
|
+
"project-generator",
|
|
23
|
+
"react",
|
|
24
|
+
"vite",
|
|
25
|
+
"typescript",
|
|
26
|
+
"tailwind",
|
|
27
|
+
"web-development"
|
|
28
|
+
],
|
|
29
|
+
"author": "daihoang",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "https://github.com/hd1008-lang/beaver.git"
|
|
34
|
+
},
|
|
35
|
+
"homepage": "https://github.com/hd1008-lang/beaver",
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/hd1008-lang/beaver/issues"
|
|
38
|
+
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@inquirer/prompts": "^8.1.0",
|
|
41
|
+
"chalk": "^5.6.2",
|
|
42
|
+
"nanospinner": "^1.2.2"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@types/chalk-animation": "^1.6.3",
|
|
46
|
+
"@types/node": "^25.6.0",
|
|
47
|
+
"tsc-alias": "^1.8.16",
|
|
48
|
+
"tsup": "^8.5.1",
|
|
49
|
+
"tsx": "^4.21.0",
|
|
50
|
+
"typescript": "^5.9.3"
|
|
51
|
+
}
|
|
52
|
+
}
|