Files
stanza/package.json
T
jake 4df8d80c79 chore: bump deps and migrate .inputValidator.validator
- Update `@types/node`, `semver`, TanStack Router/Start, `posthog-node`, `shadcn`, `fumadocs-mdx`, and a handful of other minor dep bumps across the monorepo
- Upgrade pnpm to 11.5.2
- Replace deprecated `.inputValidator(…)` calls with `.validator(…)` on all server functions
2026-06-09 12:57:22 -04:00

38 lines
1.1 KiB
JSON

{
"name": "stanza",
"version": "0.0.0",
"private": true,
"description": "Modular monorepo template CLI — shadcn for stacks.",
"license": "MIT",
"author": "Jake Jarvis <jake@jarv.is>",
"type": "module",
"scripts": {
"build": "vp run -r build",
"build:cli": "vp run @withstanza/schema#build && vp run stanza-cli#build && vp run create-stanza#build",
"build:web": "vp run @withstanza/web#build",
"dev": "vp run -r dev",
"test": "vp test",
"lint": "vp lint",
"lint:fix": "vp lint --fix",
"fmt": "vp fmt",
"fmt:check": "vp fmt --check",
"changeset": "vp exec changeset",
"version": "vp exec changeset version",
"release": "vp run build:cli && vp exec changeset publish",
"prepare": "vp config"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@types/node": "catalog:",
"@vercel/blob": "^2.4.0",
"@withstanza/schema": "workspace:*",
"jiti": "^2.7.0",
"svgo": "^4.0.1",
"typescript": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@11.5.2"
}