-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 5.09 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 5.09 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
96
97
{
"name": "astryx",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "pnpm -F @astryxdesign/build build && pnpm -F @astryxdesign/core build && pnpm -F @astryxdesign/lab build && pnpm -F @astryxdesign/charts build && pnpm -F @astryxdesign/vega build && pnpm -F @astryxdesign/theme-neutral build && pnpm -F @astryxdesign/theme-matcha build && pnpm -F @astryxdesign/theme-stone build && pnpm -F @astryxdesign/theme-gothic build && pnpm -F @astryxdesign/theme-chocolate build && pnpm -F @astryxdesign/theme-y2k build && pnpm -F @astryxdesign/theme-butter build && pnpm bundle:cli-themes && pnpm -F @astryxdesign/cli sync:api-types",
"bundle:cli-themes": "node scripts/generate-cli-themes.mjs",
"dev": "pnpm -F @astryxdesign/storybook dev",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest --coverage",
"check:package-boundaries": "node scripts/check-package-boundaries.js",
"check:repo": "pnpm check:sync && pnpm check:package-boundaries && pnpm check:changesets && pnpm check:demo-media && pnpm check:executable-bits && pnpm check:cli-structure && pnpm check:use-client && pnpm check:portable-scripts && pnpm check:i18n-catalog && pnpm check:cldr-weekdays",
"generate:cldr-weekdays": "node scripts/generate-cldr-weekdays.mjs",
"check:cldr-weekdays": "node scripts/generate-cldr-weekdays.mjs --check",
"check:changesets": "node scripts/check-changesets.mjs",
"check:portable-scripts": "node scripts/check-portable-scripts.mjs",
"check:cli-structure": "node scripts/check-cli-structure.mjs",
"check:executable-bits": "node scripts/check-executable-bits.mjs",
"check:demo-media": "node scripts/check-demo-media.mjs",
"check:i18n-catalog": "node scripts/check-i18n-catalog.mjs",
"check:sync": "node scripts/check-sync.js",
"check:use-client": "node scripts/check-use-client.mjs",
"lint": "pnpm check:repo && eslint . --cache",
"lint:strict": "pnpm check:repo && ASTRYX_STRICT_LINT=1 eslint . --cache",
"a11y:audit": "node .github/scripts/accessibility-audit.js --baseline .github/a11y-baseline.json --fail-on-new",
"a11y:baseline": "node .github/scripts/accessibility-audit.js --baseline .github/a11y-baseline.json --update-baseline",
"rtl:audit": "node apps/storybook/rtl-audit/rtl-audit.mjs",
"lab:readiness": "node internal/lab-readiness/audit.mjs",
"lab:readiness:check": "node internal/lab-readiness/audit.mjs --check",
"guard:modal-close": "node .github/scripts/modal-close-visibility.js",
"guard:disabled-hover": "node .github/scripts/disabled-hover-audit.js",
"guard:disabled-cursor": "node .github/scripts/disabled-cursor-audit.js",
"storybook": "pnpm -F @astryxdesign/storybook dev",
"storybook:build": "pnpm -F @astryxdesign/storybook build",
"docsite": "pnpm -F @astryxdesign/docsite dev",
"sync:exports": "node scripts/sync-exports.js",
"sync:exports:check": "node scripts/sync-exports.js --check",
"astryx": "pnpm -F @astryxdesign/cli astryx",
"package:source": "node scripts/package-source.js",
"changeset": "changeset",
"changeset:new": "node scripts/changeset-new.mjs",
"version-packages": "changeset version && node scripts/promote-codemod-next.mjs && node scripts/sync-internal-deps.mjs && node scripts/format-changelogs.mjs",
"format-changelogs": "node scripts/format-changelogs.mjs",
"setup-trusted-publishing": "node scripts/npm/setup-trusted-publishing.mjs",
"verify-exports": "node scripts/verify-exports.mjs",
"release": "pnpm build && changeset publish",
"prepare": "husky install",
"dev:sandbox": "pnpm -F @astryxdesign/core build && pnpm -F @astryxdesign/sandbox dev",
"dev:sandbox:source": "ASTRYX_SOURCE=1 pnpm -F @astryxdesign/sandbox dev",
"npm:prune-canaries": "node scripts/npm/prune-canaries.mjs"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@babel/core": "catalog:",
"@changesets/cli": "^2.31.0",
"@eslint-react/eslint-plugin": "^5.10.4",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.1",
"@stylexjs/babel-plugin": "catalog:",
"@testing-library/jest-dom": "catalog:",
"@testing-library/user-event": "^14.5.0",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.9",
"chokidar": "^4.0.3",
"cldr-core": "^48.2.0",
"cldr-dates-full": "^48.2.0",
"dom-accessibility-api": "^0.6.3",
"esbuild": "catalog:",
"eslint": "^10.6.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"glob": "^13.0.6",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^17.0.8",
"playwright": "^1.61.1",
"prettier": "catalog:",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tsup": "^8.3.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "catalog:",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.1.9"
},
"packageManager": "pnpm@11.10.0",
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{ts,tsx,md}": "prettier --write"
}
}