{
  "name": "@react-spectrum/form",
  "version": "3.7.22",
  "description": "Spectrum UI components in React",
  "license": "Apache-2.0",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "exports": {
    "source": "./src/index.ts",
    "types": [
      "./dist/types.d.ts",
      "./src/index.ts"
    ],
    "import": "./dist/import.mjs",
    "require": "./dist/main.js"
  },
  "types": "dist/types.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": [
    "*.css"
  ],
  "targets": {
    "main": {
      "includeNodeModules": [
        "@adobe/spectrum-css-temp"
      ]
    },
    "module": {
      "includeNodeModules": [
        "@adobe/spectrum-css-temp"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/react-spectrum"
  },
  "dependencies": {
    "@react-aria/utils": "^3.33.1",
    "@react-spectrum/utils": "^3.12.12",
    "@react-stately/form": "^3.2.4",
    "@react-types/form": "^3.7.18",
    "@react-types/shared": "^3.33.1",
    "@swc/helpers": "^0.5.0"
  },
  "devDependencies": {
    "@adobe/spectrum-css-temp": "3.0.0-alpha.1"
  },
  "peerDependencies": {
    "@react-spectrum/provider": "^3.0.0",
    "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"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8df187370053aa35f553cb388ad670f65e1ab371"
}
