{
  "name": "@faststore/ui",
  "version": "4.3.0",
  "description": "A lightweight, framework agnostic component library for React",
  "author": "emersonlaurentino",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vtex/faststore",
    "directory": "packages/ui"
  },
  "browserslist": "supports es6-module and not dead and last 2 version",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/es/index.mjs",
      "require": "./dist/cjs/index.js"
    },
    "./*.scss": {
      "sass": "./src/*.scss"
    },
    "./src/*": "./src/*"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "src"
  ],
  "size-limit": [
    {
      "path": "dist/cjs/index.js",
      "limit": "62 KB"
    },
    {
      "path": "dist/es/index.mjs",
      "limit": "60 KB"
    }
  ],
  "dependencies": {
    "include-media": "^2.0.0",
    "modern-normalize": "^1.1.0",
    "react-swipeable": "^7.0.0",
    "tabbable": "5.2.1",
    "@faststore/components": "4.3.0"
  },
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/node": "20.19.13",
    "@types/react": "^18.3.27",
    "@types/tabbable": "^3.1.1",
    "babel-loader": "^8.2.5",
    "sass": "^1.97.3",
    "size-limit": "^7.0.8",
    "tslib": "2.8.1",
    "vite": "7.1.5",
    "vite-plugin-dts": "4.5.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  }
}