1 | {
|
2 | "name": "@react-aria/focus",
|
3 | "version": "3.18.3",
|
4 | "description": "Spectrum UI components in React",
|
5 | "license": "Apache-2.0",
|
6 | "main": "dist/main.js",
|
7 | "module": "dist/module.js",
|
8 | "exports": {
|
9 | "types": "./dist/types.d.ts",
|
10 | "import": "./dist/import.mjs",
|
11 | "require": "./dist/main.js"
|
12 | },
|
13 | "types": "dist/types.d.ts",
|
14 | "source": "src/index.ts",
|
15 | "files": [
|
16 | "dist",
|
17 | "src"
|
18 | ],
|
19 | "sideEffects": false,
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "https://github.com/adobe/react-spectrum"
|
23 | },
|
24 | "dependencies": {
|
25 | "@react-aria/interactions": "^3.22.3",
|
26 | "@react-aria/utils": "^3.25.3",
|
27 | "@react-types/shared": "^3.25.0",
|
28 | "@swc/helpers": "^0.5.0",
|
29 | "clsx": "^2.0.0"
|
30 | },
|
31 | "peerDependencies": {
|
32 | "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
|
33 | },
|
34 | "publishConfig": {
|
35 | "access": "public"
|
36 | }
|
37 | } |
\ | No newline at end of file |