-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.18 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.18 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
{
"name": "@uswds-tailwind/turborepo-monorepo",
"workspaces": [
"apps/*",
"packages/machines/*",
"packages/theme",
"packages/compat",
"packages/react"
],
"packageManager": "pnpm@10.25.0",
"scripts": {
"build:packages": "turbo run build --filter='./packages/**'",
"build:website": "turbo run build --filter='./apps/docs'",
"deploy:website": "turbo run deploy",
"lint": "turbo run lint",
"publint": "turbo run publint --filter='./packages/**'",
"typecheck": "turbo run typecheck --filter='./packages/**' --filter='!./packages/compat'",
"test": "turbo run test",
"changeset": "changeset",
"changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
"changeset:publish": "pnpm build:packages && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@changesets/changelog-github": "catalog:",
"@changesets/cli": "catalog:",
"@vitest/browser": "catalog:",
"@vitest/browser-playwright": "catalog:",
"@zag-js/dom-query": "catalog:",
"eslint": "catalog:",
"playwright": "catalog:",
"tsdown": "catalog:",
"turbo": "catalog:",
"vitest": "catalog:"
}
}