UNPKG

883 BJSONView Raw
1{
2 "name": "@react-aria/interactions",
3 "version": "3.21.1",
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/ssr": "^3.9.2",
26 "@react-aria/utils": "^3.23.2",
27 "@react-types/shared": "^3.22.1",
28 "@swc/helpers": "^0.5.0"
29 },
30 "peerDependencies": {
31 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
37}