-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "atv-design",
"version": "0.1.0",
"private": true,
"description": "ATV Design — local-first design agent with GitHub Copilot OAuth, ui-ux-pro-max skill bundle, and animation-design skill. BYOK end-to-end. See ATTRIBUTION.md for upstream credits.",
"license": "MIT",
"homepage": "https://github.com/All-The-Vibes/ATV-Design",
"repository": {
"type": "git",
"url": "git+https://github.com/All-The-Vibes/ATV-Design.git"
},
"bugs": {
"url": "https://github.com/All-The-Vibes/ATV-Design/issues"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@9.15.0",
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"dev": "turbo run dev",
"dev:app": "pnpm --filter @atv-design/desktop dev",
"test": "turbo run test",
"lint": "biome check ./",
"lint:fix": "biome check --write ./",
"typecheck": "turbo run typecheck",
"format": "biome format --write ./",
"docs:dev": "pnpm --filter atv-design-website dev",
"docs:build": "pnpm --filter atv-design-website build",
"docs:preview": "pnpm --filter atv-design-website preview",
"smoke": "node --import tsx --import ./scripts/smoke-register.mjs scripts/smoke-models.mts",
"test:scripts": "vitest run --config scripts/vitest.config.ts",
"test:e2e": "pnpm --filter @atv-design/desktop test:e2e",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build && changeset publish"
},
"pnpm": {
"neverBuiltDependencies": ["better-sqlite3"],
"overrides": {
"@xmldom/xmldom": "^0.9.10",
"ip-address": "^10.2.0",
"vite": "^6.4.2",
"playwright-core": "1.52.0"
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.11",
"@iarna/toml": "^2.2.5",
"@atv-design/core": "workspace:*",
"@atv-design/shared": "workspace:*",
"@types/node": "^22.20.1",
"acorn": "^8.17.0",
"husky": "^9.1.7",
"tsx": "^4.19.2",
"turbo": "^2.10.3",
"typescript": "^5.7.2",
"vitest": "^4.1.10"
}
}