-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.48 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.48 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
{
"name": "@react-spectrum/docs",
"version": "1.0.0",
"private": true,
"source": "src/index.js",
"dependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@mdx-js/react": "next",
"@react-aria/aria-modal-polyfill": "^3.1.0",
"@react-aria/interactions": "^3.1.0",
"@react-aria/visually-hidden": "^3.1.0",
"@react-spectrum/autocomplete": "3.0.0-alpha.50",
"@react-spectrum/breadcrumbs": "^3.1.0",
"@react-spectrum/button": "^3.1.0",
"@react-spectrum/dialog": "^3.1.0",
"@react-spectrum/divider": "^3.1.0",
"@react-spectrum/illustratedmessage": "^3.5.0",
"@react-spectrum/layout": "^3.1.0",
"@react-spectrum/picker": "^3.1.0",
"@react-spectrum/provider": "^3.1.0",
"@react-spectrum/text": "^3.1.0",
"@react-spectrum/theme-default": "^3.1.0",
"@react-spectrum/view": "^3.1.0",
"@spectrum-icons/illustrations": "^3.1.0",
"@spectrum-icons/ui": "^3.1.0",
"@spectrum-icons/workflow": "^4.0.0",
"algoliasearch": "^4.14.1",
"clsx": "^2.0.0",
"dompurify": "^3.2.4",
"globals-docs": "^2.4.1",
"highlight.js": "9.18.1",
"markdown-to-jsx": "^6.11.0",
"quicklink": "^2.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-lowlight": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"alias": {
"tailwind-starter": "../../../starters/tailwind/src"
}
}