@alltuner/vibetuner 2.9.4 → 2.14.1
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/CHANGELOG.md +8 -0
- package/README.md +9 -5
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.13.1](https://github.com/alltuner/vibetuner/compare/vibetuner-v2.12.0...vibetuner-v2.13.1) (2025-11-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* release v2.13.1 ([#348](https://github.com/alltuner/vibetuner/issues/348)) ([a9c95c3](https://github.com/alltuner/vibetuner/commit/a9c95c36794471a6cf08e64ec749d73d94303ee1))
|
package/README.md
CHANGED
|
@@ -41,17 +41,20 @@ bun dev # Start frontend asset building with hot reload
|
|
|
41
41
|
## Included Dependencies
|
|
42
42
|
|
|
43
43
|
### Core Frontend Libraries
|
|
44
|
+
|
|
44
45
|
- **Tailwind CSS** (4.1+): Modern utility-first CSS framework
|
|
45
46
|
- **@tailwindcss/cli**: Command-line tool for Tailwind
|
|
46
47
|
- **@tailwindcss/typography**: Beautiful typographic defaults
|
|
47
48
|
- **DaisyUI** (5.4+): Tailwind CSS component library
|
|
48
49
|
|
|
49
50
|
### Interactivity
|
|
51
|
+
|
|
50
52
|
- **HTMX** (2.0+): High-power tools for HTML
|
|
51
53
|
- **htmx-ext-preload**: Preload extension for faster navigation
|
|
52
54
|
- **htmx-ext-sse**: Server-sent events extension for real-time updates
|
|
53
55
|
|
|
54
56
|
### Build Tools
|
|
57
|
+
|
|
55
58
|
- **concurrently**: Run multiple dev servers simultaneously
|
|
56
59
|
|
|
57
60
|
## Usage in Generated Projects
|
|
@@ -72,6 +75,7 @@ In a Vibetuner-generated project, the package is automatically configured:
|
|
|
72
75
|
```
|
|
73
76
|
|
|
74
77
|
The frontend asset pipeline is preconfigured for:
|
|
78
|
+
|
|
75
79
|
- Tailwind CSS compilation with DaisyUI
|
|
76
80
|
- HTMX integration
|
|
77
81
|
- Hot reload during development
|
|
@@ -142,8 +146,8 @@ See [LICENSE](https://github.com/alltuner/vibetuner/blob/main/LICENSE) for detai
|
|
|
142
146
|
|
|
143
147
|
## Links
|
|
144
148
|
|
|
145
|
-
- **Main Repository**: https://github.com/alltuner/vibetuner
|
|
146
|
-
- **Documentation**: https://github.com/alltuner/vibetuner#readme
|
|
147
|
-
- **Issues**: https://github.com/alltuner/vibetuner/issues
|
|
148
|
-
- **npm**: https://www.npmjs.com/package/@alltuner/vibetuner
|
|
149
|
-
- **Python Package**: https://pypi.org/project/vibetuner
|
|
149
|
+
- **Main Repository**: <https://github.com/alltuner/vibetuner>
|
|
150
|
+
- **Documentation**: <https://github.com/alltuner/vibetuner#readme>
|
|
151
|
+
- **Issues**: <https://github.com/alltuner/vibetuner/issues>
|
|
152
|
+
- **npm**: <https://www.npmjs.com/package/@alltuner/vibetuner>
|
|
153
|
+
- **Python Package**: <https://pypi.org/project/vibetuner/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alltuner/vibetuner",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.1",
|
|
4
4
|
"description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"tailwindcss": "^4.1.16",
|
|
27
27
|
"@tailwindcss/cli": "^4.1.16",
|
|
28
28
|
"@tailwindcss/typography": "^0.5.19",
|
|
29
|
-
"daisyui": "^5.4.
|
|
30
|
-
"htmx.org": "2.0.
|
|
29
|
+
"daisyui": "^5.4.5",
|
|
30
|
+
"htmx.org": "2.0.8",
|
|
31
31
|
"htmx-ext-preload": "^2.1.2",
|
|
32
32
|
"htmx-ext-sse": "^2.2.4",
|
|
33
33
|
"concurrently": "^9.2.1"
|