@thxgg/steward 0.1.1 → 0.1.3
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 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Nuxt UI + codemode MCP + SQLite state store.
|
|
|
6
6
|
- npm package: `@thxgg/steward`
|
|
7
7
|
- CLI command: `prd`
|
|
8
8
|
|
|
9
|
+
## Acknowledgments
|
|
10
|
+
|
|
11
|
+
Steward is heavily inspired by work from [dmmulroy](https://github.com/dmmulroy), including the similar project [Overseer](https://github.com/dmmulroy/overseer).
|
|
12
|
+
|
|
9
13
|
## Install
|
|
10
14
|
|
|
11
15
|
### Via npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thxgg/steward",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Local-first PRD workflow steward with codemode MCP and web UI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "thxgg",
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"prepack": "npm run build:host"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
+
"@nuxtjs/color-mode": "^4.0.0",
|
|
63
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
62
64
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
63
65
|
"@vueuse/core": "^14.1.0",
|
|
64
66
|
"chokidar": "^5.0.0",
|
|
@@ -70,19 +72,17 @@
|
|
|
70
72
|
"nuxt": "^3.21.0",
|
|
71
73
|
"reka-ui": "^2.7.0",
|
|
72
74
|
"shiki": "^3.21.0",
|
|
75
|
+
"tailwindcss": "^4.0.0",
|
|
73
76
|
"tailwind-merge": "^3.4.0",
|
|
77
|
+
"tw-animate-css": "^1.4.0",
|
|
74
78
|
"vue": "latest",
|
|
75
79
|
"vue-sonner": "^1.3.2",
|
|
76
80
|
"zod": "^3.25.76"
|
|
77
81
|
},
|
|
78
82
|
"devDependencies": {
|
|
79
|
-
"@nuxtjs/color-mode": "^4.0.0",
|
|
80
|
-
"@tailwindcss/vite": "^4.1.18",
|
|
81
83
|
"@types/dompurify": "^3.2.0",
|
|
82
84
|
"@types/node": "^25.0.10",
|
|
83
|
-
"tailwindcss": "^4.0.0",
|
|
84
85
|
"typescript": "^5.9.2",
|
|
85
|
-
"tw-animate-css": "^1.4.0",
|
|
86
86
|
"vue-tsc": "^3.2.3"
|
|
87
87
|
}
|
|
88
88
|
}
|