mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
Some checks are pending
Lint / lint (push) Waiting to run
Bumps the npm_and_yarn group with 1 update in the / directory: [turbo](https://github.com/vercel/turborepo). Updates `turbo` from 2.7.6 to 2.9.14 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.7.6...v2.9.14) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.9.14 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@claude-prism/root",
|
|
"description": "Open-Source AI LaTeX writing workspace",
|
|
"version": "1.1.6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/delibae/claude-prism"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "pnpm turbo dev --filter=@claude-prism/web --filter=@claude-prism/latex-api",
|
|
"dev:desktop": "pnpm --filter=@claude-prism/desktop-sidecar dev & pnpm --filter=@claude-prism/desktop tauri dev",
|
|
"build:desktop": "pnpm --filter=@claude-prism/desktop tauri build",
|
|
"lint": "pnpm exec biome check",
|
|
"lint:fix": "pnpm exec biome check --fix",
|
|
"release": "echo 'To release: git tag v<version> && git push origin v<version>'",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"husky": "^9.1.7",
|
|
"turbo": "^2.9.14"
|
|
},
|
|
"packageManager": "pnpm@10.28.2",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
],
|
|
"overrides": {
|
|
"rollup": ">=4.58.0",
|
|
"serialize-javascript": ">=6.0.3",
|
|
"undici": ">=7.24.0",
|
|
"flatted": ">=3.4.0",
|
|
"hono": ">=4.12.7"
|
|
}
|
|
}
|
|
}
|