@alltuner/vibetuner 6.2.0 → 6.3.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/README.md +2 -20
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -57,28 +57,10 @@ bun dev # Start frontend asset building with hot reload
|
|
|
57
57
|
- **htmx-ext-preload**: Preload extension for faster navigation
|
|
58
58
|
- **htmx-ext-sse**: Server-sent events extension for real-time updates
|
|
59
59
|
|
|
60
|
-
### Build Tools
|
|
61
|
-
|
|
62
|
-
- **concurrently**: Run multiple dev servers simultaneously
|
|
63
|
-
|
|
64
60
|
## Usage in Generated Projects
|
|
65
61
|
|
|
66
|
-
In a Vibetuner-generated project, the package is automatically configured
|
|
67
|
-
|
|
68
|
-
```json
|
|
69
|
-
{
|
|
70
|
-
"dependencies": {
|
|
71
|
-
"@alltuner/vibetuner": "^2.8.0"
|
|
72
|
-
},
|
|
73
|
-
"scripts": {
|
|
74
|
-
"dev": "concurrently \"bun:watch:*\"",
|
|
75
|
-
"watch:css": "tailwindcss ...",
|
|
76
|
-
"watch:js": "esbuild ..."
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
The frontend asset pipeline is preconfigured for:
|
|
62
|
+
In a Vibetuner-generated project, the package is automatically configured. The frontend asset
|
|
63
|
+
pipeline is preconfigured for:
|
|
82
64
|
|
|
83
65
|
- Tailwind CSS compilation with DaisyUI
|
|
84
66
|
- HTMX integration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alltuner/vibetuner",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0",
|
|
4
4
|
"description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"daisyui": "^5.5.18",
|
|
30
30
|
"htmx.org": "2.0.8",
|
|
31
31
|
"htmx-ext-preload": "^2.1.2",
|
|
32
|
-
"htmx-ext-sse": "^2.2.4"
|
|
33
|
-
"concurrently": "^9.2.1"
|
|
32
|
+
"htmx-ext-sse": "^2.2.4"
|
|
34
33
|
},
|
|
35
34
|
"publishConfig": {
|
|
36
35
|
"access": "public"
|