{
  "name": "@air/zephyr",
  "version": "18.1.1",
  "description": "Air's React component library",
  "keywords": [
    "react",
    "components",
    "typescript",
    "tsdx"
  ],
  "homepage": "https://github.com/AirLabsTeam/web-core/tree/master/packages/zephyr#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "main": "dist/index.js",
  "module": "dist/zephyr.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "directory": "packages/zephyr",
    "type": "git",
    "url": "git+https://github.com/AirLabsTeam/web-core.git"
  },
  "bugs": {
    "url": "https://github.com/AirLabsTeam/web-core/issues"
  },
  "scripts": {
    "start": "tsdx watch --verbose --noClean --tsconfig tsconfig.json",
    "build": "tsdx build --tsconfig tsconfig.json",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint"
  },
  "peerDependencies": {
    "@air/icons": ">=4",
    "formik": ">=2",
    "framer-motion": ">=3",
    "react": ">=16"
  },
  "devDependencies": {
    "@air/icons": "^10.7.1",
    "@styled-system/css": "5.1.5",
    "@types/classnames": "2.2.11",
    "@types/styled-system": "5.1.10",
    "@types/styled-system__css": "5.0.14",
    "@types/yup": "0.29.11",
    "babel-plugin-polished": "1.1.0",
    "formik": "2.2.6",
    "framer-motion": "3.6.2",
    "polished": "3.6.7",
    "yup": "0.32.9"
  },
  "dependencies": {
    "@radix-ui/react-slot": "1.0.2",
    "@radix-ui/react-tooltip": "1.0.6",
    "@radix-ui/react-visually-hidden": "1.0.3",
    "@reach/alert-dialog": "0.11.2",
    "@reach/auto-id": "0.11.2",
    "@reach/dialog": "0.11.2",
    "@reach/menu-button": "0.11.2",
    "@reach/rect": "0.11.2",
    "@reach/utils": "0.11.2",
    "classnames": "2.3.2",
    "react-use": "15.3.4"
  },
  "gitHead": "35d5b8cc19fdaf9a6a7b15e66ceff3c7f1b9536e"
}
