-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
195 lines (195 loc) · 5.39 KB
/
package.json
File metadata and controls
195 lines (195 loc) · 5.39 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "@ark-ui/react",
"type": "module",
"version": "5.36.0",
"description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
"keywords": [
"accordion",
"angle slider",
"avatar",
"carousel",
"checkbox",
"clipboard",
"collapsible",
"color picker",
"combobox",
"date input",
"date picker",
"dialog",
"editable",
"field",
"fieldset",
"file upload",
"frame",
"hover card",
"menu",
"number input",
"pagination",
"pin input",
"popover",
"portal",
"progress",
"radio group",
"rating group",
"segment group",
"select",
"signature pad",
"slider",
"splitter",
"switch",
"tabs",
"tags input",
"timer",
"toast",
"toc",
"toggle group",
"tooltip",
"tree view",
"password input"
],
"license": "MIT",
"homepage": "https://ark-ui.com",
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/ark.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/chakra-ui/ark/issues"
},
"files": [
"dist"
],
"exports": {
".": "./src/index.ts",
"./anatomy": "./src/components/anatomy.ts",
"./environment": "./src/providers/environment/index.ts",
"./factory": "./src/components/factory.ts",
"./interaction": "./src/providers/interaction/index.ts",
"./locale": "./src/providers/locale/index.ts",
"./*": "./src/components/*/index.ts"
},
"scripts": {
"build": "vite build",
"dev": "bun run storybook",
"lint": "biome lint ./src",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:ci": "vitest --run",
"typecheck": "tsc",
"storybook": "storybook dev -p 6006",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"dependencies": {
"@internationalized/date": "3.12.0",
"@zag-js/accordion": "1.40.0",
"@zag-js/anatomy": "1.40.0",
"@zag-js/angle-slider": "1.40.0",
"@zag-js/async-list": "1.40.0",
"@zag-js/auto-resize": "1.40.0",
"@zag-js/avatar": "1.40.0",
"@zag-js/carousel": "1.40.0",
"@zag-js/cascade-select": "1.40.0",
"@zag-js/checkbox": "1.40.0",
"@zag-js/clipboard": "1.40.0",
"@zag-js/collapsible": "1.40.0",
"@zag-js/collection": "1.40.0",
"@zag-js/color-picker": "1.40.0",
"@zag-js/color-utils": "1.40.0",
"@zag-js/combobox": "1.40.0",
"@zag-js/core": "1.40.0",
"@zag-js/date-input": "1.40.0",
"@zag-js/date-picker": "1.40.0",
"@zag-js/date-utils": "1.40.0",
"@zag-js/dialog": "1.40.0",
"@zag-js/dom-query": "1.40.0",
"@zag-js/drawer": "1.40.0",
"@zag-js/editable": "1.40.0",
"@zag-js/file-upload": "1.40.0",
"@zag-js/focus-visible": "1.40.0",
"@zag-js/file-utils": "1.40.0",
"@zag-js/floating-panel": "1.40.0",
"@zag-js/focus-trap": "1.40.0",
"@zag-js/highlight-word": "1.40.0",
"@zag-js/hover-card": "1.40.0",
"@zag-js/i18n-utils": "1.40.0",
"@zag-js/image-cropper": "1.40.0",
"@zag-js/json-tree-utils": "1.40.0",
"@zag-js/listbox": "1.40.0",
"@zag-js/marquee": "1.40.0",
"@zag-js/menu": "1.40.0",
"@zag-js/navigation-menu": "1.40.0",
"@zag-js/number-input": "1.40.0",
"@zag-js/pagination": "1.40.0",
"@zag-js/password-input": "1.40.0",
"@zag-js/pin-input": "1.40.0",
"@zag-js/popover": "1.40.0",
"@zag-js/presence": "1.40.0",
"@zag-js/progress": "1.40.0",
"@zag-js/qr-code": "1.40.0",
"@zag-js/radio-group": "1.40.0",
"@zag-js/rating-group": "1.40.0",
"@zag-js/react": "1.40.0",
"@zag-js/scroll-area": "1.40.0",
"@zag-js/select": "1.40.0",
"@zag-js/signature-pad": "1.40.0",
"@zag-js/slider": "1.40.0",
"@zag-js/splitter": "1.40.0",
"@zag-js/steps": "1.40.0",
"@zag-js/switch": "1.40.0",
"@zag-js/tabs": "1.40.0",
"@zag-js/tags-input": "1.40.0",
"@zag-js/timer": "1.40.0",
"@zag-js/toast": "1.40.0",
"@zag-js/toggle": "1.40.0",
"@zag-js/toggle-group": "1.40.0",
"@zag-js/tooltip": "1.40.0",
"@zag-js/tour": "1.40.0",
"@zag-js/tree-view": "1.40.0",
"@zag-js/types": "1.40.0",
"@zag-js/utils": "1.40.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@storybook/addon-a11y": "10.3.3",
"@storybook/react-vite": "10.3.3",
"@tanstack/react-virtual": "3.13.23",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/jsdom": "21.1.7",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"@vitest/coverage-v8": "^4.0.0",
"check-password-strength": "3.0.0",
"clean-package": "2.2.0",
"globby": "16.1.1",
"happy-dom": "20.7.0",
"image-conversion": "2.1.1",
"lucide-react": "1.7.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-frame-component": "5.2.7",
"react-hook-form": "7.72.0",
"react-shadow": "20.6.0",
"react-use": "17.6.0",
"resize-observer-polyfill": "1.5.1",
"storybook": "10.3.3",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-dts": "4.5.4",
"vitest": "^4.0.18",
"vitest-axe": "1.0.0-pre.5"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}