-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 3.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@aphrody/ts",
"version": "1.0.0-canary",
"private": true,
"description": "aphrody-ts — Bun + Turborepo workspace for aphrody's first-party TypeScript/JS. apps/* (web = public RAG/LLM client, admin = ported M3 admin) + the Material Design 3 UI libraries under packages/* (material-web Lit lib, m3-react wrappers, m3-tokens, m3-motion, m3-theme, m3-design, eslint-plugin-m3, doc-ai, bun-rs), published to npm as @aphrody/*. Merged from the standalone material-web monorepo 2026-06-01.",
"license": "Apache-2.0",
"workspaces": {
"packages": [
"apps/*",
"examples/*",
"packages/x",
"packages/bun-rs",
"packages/doc-ai",
"packages/eslint-plugin-m3",
"packages/m3-design",
"packages/m3-motion",
"packages/m3-theme",
"packages/m3-tokens",
"packages/material-web",
"packages/react"
],
"catalog": {
"typescript": "^6.0.3",
"@types/bun": "^1.3.14",
"oxlint": "^1.66.0",
"oxfmt": "^0.51.0",
"@types/node": "^25.9.1",
"tsup": "^8.5.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@material/material-color-utilities": "^0.4.0",
"lit": "^3.3.3",
"@lit/react": "^1.0.8",
"@lit/context": "^1.1.6",
"tslib": "^2.8.1",
"bun-types": "^1.3.14",
"wireit": "^0.14.12",
"turbo": "^2.9.16",
"motion": "^12.40.0",
"three": "^0.184.0",
"@types/three": "^0.184.0",
"@happy-dom/global-registrator": "^20.9.0",
"element-internals-polyfill": "^3.0.2",
"sass-true": "^10.1.0",
"@typescript/native-preview": "^7.0.0-dev.20260527.2",
"@ai-sdk/google": "^3.0.80",
"ai": "^6.0.193",
"firebase": "^10.13.0",
"firebase-admin": "^12.4.0",
"genkit": "^1.36.0",
"@genkit-ai/google-genai": "^1.36.0"
}
},
"type": "module",
"scripts": {
"build": "turbo run build --filter=@aphrody/*",
"typecheck": "turbo run typecheck --filter=@aphrody/*",
"test": "turbo run test --filter=@aphrody/*",
"test:browser": "turbo run test:browser --filter=@aphrody/material-web",
"dev": "turbo run dev",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt apps/ packages/",
"fmt:check": "oxfmt --check apps/ packages/",
"docs:check-links": "python3 scripts/scan-doc-links.py",
"scan": "bash scripts/scan-repo.sh"
},
"devDependencies": {
"@tailwindcss/cli": "^4.3.0",
"@types/bun": "1.3.14",
"@typescript/native-preview": "catalog:",
"oxfmt": "0.51.0",
"oxlint": "1.66.0",
"turbo": "catalog:",
"typescript": "6.0.3"
},
"engines": {
"bun": ">=1.3.0",
"node": ">=22.0.0"
},
"packageManager": "bun@1.3.14",
"patchedDependencies": {
"@material/material-color-utilities@0.4.0": "patches/@material%2Fmaterial-color-utilities@0.4.0.patch",
"@webgpu/types@0.1.70": "patches/@webgpu%2Ftypes@0.1.70.patch"
},
"trustedDependencies": [
"@parcel/watcher",
"bun",
"esbuild",
"lmdb",
"msgpackr-extract"
]
}