2026-04-24 21:30:48 -05:00
|
|
|
{
|
2026-04-27 11:47:26 -05:00
|
|
|
"name": "openconcho",
|
|
|
|
|
"private": true,
|
2026-05-12 16:07:18 +00:00
|
|
|
"version": "0.7.1",
|
2026-04-27 11:47:26 -05:00
|
|
|
"packageManager": "pnpm@10.33.2",
|
2026-05-03 17:18:09 -05:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22",
|
|
|
|
|
"pnpm": ">=10"
|
|
|
|
|
},
|
2026-04-27 11:47:26 -05:00
|
|
|
"scripts": {
|
2026-05-03 17:18:09 -05:00
|
|
|
"bootstrap": "pnpm install && pnpm exec playwright install --with-deps chromium",
|
2026-04-27 11:47:26 -05:00
|
|
|
"dev": "pnpm --filter @openconcho/desktop dev",
|
2026-05-03 17:18:09 -05:00
|
|
|
"dev:web": "pnpm --filter @openconcho/web dev",
|
|
|
|
|
"dev:desktop": "pnpm --filter @openconcho/desktop dev",
|
2026-04-27 11:47:26 -05:00
|
|
|
"build": "turbo run build",
|
|
|
|
|
"lint": "turbo run lint",
|
2026-05-03 17:18:09 -05:00
|
|
|
"lint:fix": "biome check --write .",
|
|
|
|
|
"format": "biome format --write .",
|
2026-04-27 11:47:26 -05:00
|
|
|
"test": "turbo run test",
|
2026-05-03 17:03:55 -05:00
|
|
|
"test:e2e": "turbo run test:e2e",
|
2026-04-27 11:47:26 -05:00
|
|
|
"typecheck": "turbo run typecheck",
|
2026-05-03 17:18:09 -05:00
|
|
|
"check": "turbo run lint typecheck test",
|
|
|
|
|
"ci:web": "turbo run lint typecheck test build --filter=@openconcho/web",
|
|
|
|
|
"ci:desktop": "turbo run cargo-check --filter=@openconcho/desktop",
|
2026-04-27 11:47:26 -05:00
|
|
|
"prepare": "husky"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "catalog:",
|
|
|
|
|
"@commitlint/cli": "~20.5.2",
|
|
|
|
|
"@commitlint/config-conventional": "~20.5.0",
|
|
|
|
|
"@semantic-release/changelog": "^6.0.0",
|
|
|
|
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
|
|
|
"@semantic-release/exec": "^7.1.0",
|
|
|
|
|
"@semantic-release/git": "^10.0.0",
|
|
|
|
|
"@semantic-release/github": "^10.0.0",
|
2026-04-27 14:36:47 -05:00
|
|
|
"@semantic-release/npm": "^13.1.5",
|
2026-04-27 11:47:26 -05:00
|
|
|
"@semantic-release/release-notes-generator": "^14.0.0",
|
|
|
|
|
"husky": "~9.1.7",
|
|
|
|
|
"semantic-release": "catalog:",
|
|
|
|
|
"turbo": "^2"
|
|
|
|
|
}
|
2026-04-24 21:30:48 -05:00
|
|
|
}
|