-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 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": "@ark-ui/scripts",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"check:anatomy": "bun run src/check-anatomy.ts",
"check:exports": "bun run src/check-exports.ts",
"check:nodes": "bun run src/check-nodes.ts",
"check:zag": "bun run src/check-zag-versions.ts",
"exports:files": "bun run src/exports-files.ts",
"exports:sync": "bun run src/exports-sync.ts",
"document:types": "bun run src/generate-type-docs.ts",
"document:tags": "bun run src/extend-types-with-tags.ts",
"vue:props": "bun run src/generate-vue-props.ts",
"generate-example-registry": "bun run src/generate-example-registry.ts",
"play": "bun run src/play.ts",
"local:sync": "bun run src/symlink.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/fs-extra": "11.0.4",
"@types/node": "25.3.0",
"@types/voca": "1.4.6",
"find-packages": "10.0.4",
"find-up": "8.0.0",
"fs-extra": "11.3.3",
"glob": "13.0.6",
"globby": "16.1.1",
"pkg-dir": "9.0.0",
"ts-morph": "28.0.0",
"ts-pattern": "5.9.0",
"typescript": "5.9.3",
"voca": "1.4.1"
}
}