UNPKG

730 BJSONView Raw
1{
2 "name": "@react-aria/interactions",
3 "version": "3.13.1",
4 "description": "Spectrum UI components in React",
5 "license": "Apache-2.0",
6 "main": "dist/main.js",
7 "module": "dist/module.js",
8 "types": "dist/types.d.ts",
9 "source": "src/index.ts",
10 "files": [
11 "dist",
12 "src"
13 ],
14 "sideEffects": false,
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/adobe/react-spectrum"
18 },
19 "dependencies": {
20 "@react-aria/utils": "^3.14.2",
21 "@react-types/shared": "^3.16.0",
22 "@swc/helpers": "^0.4.14"
23 },
24 "peerDependencies": {
25 "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "gitHead": "5480d76bd815e239366f92852c76b6831ad2a4fd"
31}