{
  "name": "@faststore/components",
  "version": "4.8.0",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.mjs",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/es/index.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vtex/faststore",
    "directory": "packages/components"
  },
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tabbable": "5.2.1"
  },
  "dependencies": {
    "react-intersection-observer": "^8.32.5",
    "react-swipeable": "^7.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "14.3.1",
    "@types/papaparse": "^5.5.0",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18",
    "@types/tabbable": "^3.1.1",
    "@vitest/coverage-v8": "4.0.18",
    "papaparse": "^5.5.3",
    "react-dropzone": "^14.3.8",
    "tabbable": "5.2.1",
    "tslib": "2.8.1",
    "vite": "7.1.5",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.0.18",
    "vitest-axe": "^0.1.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage"
  }
}