{
  "name": "@past3lle/components",
  "sideEffects": false,
  "version": "2.1.2",
  "description": "common components",
  "main": "dist/components.esm.js",
  "module": "dist/components.esm.js",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/components.esm.js",
    "types": "./dist/index.d.ts"
  },
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/*.fixture.{ts,tsx}"
  ],
  "repository": {
    "type": "git",
    "directory": "packages/components",
    "url": "https://github.com/PAST3LLE/schematics-monorepo.git"
  },
  "author": "pas3lle",
  "license": "MIT",
  "scripts": {
    "pack": "yarn pack",
    "clean": "rm -rf dist && rm -rf tsconfig.tsbuildinfo",
    "compile": "tsdx build && cp \"./package.json\" ./dist/",
    "build": "yarn clean && yarn compile",
    "prepack": "yarn build",
    "start": "tsdx watch",
    "test": "echo 'removed default test' ",
    "alt-test": "tsc test --env=jsdom",
    "test:watch": "tsc test --env=jsdom --watchAll",
    "test:ci": "yarn alt-test --coverage --no-watch --watch=false --watchAll=false --no-watchman --forceExit --detectOpenHandles",
    "pre-commit": "pretty-quick --staged && yarn test:ci && yarn build",
    "lint": "prettier --write './src/**/*' --ignore-path '../../.prettierignore'",
    "cosmos": "cosmos",
    "cosmos:export": "cosmos-export",
    "depcheck": "npx npm-check",
    "check-types": "tsc --noEmit"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.(css|less)$": "identity-obj-proxy",
      ".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/file-mock.js"
    },
    "testMatch": [
      "<rootDir>src/**/__tests__/*.{ts,tsx}"
    ]
  },
  "peerDependencies": {
    "react": ">=16",
    "styled-components": ">=5"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@rollup/plugin-image": "^3.0.1",
    "@testing-library/jest-dom": "^5.1.1",
    "@testing-library/react": "^13.4.0",
    "@types/lodash.clamp": "^4.0.7",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/rebass": "^4.0.10",
    "@types/styled-components": "^5.1.26",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "babel-plugin-styled-components": "^1.10.6",
    "eslint-plugin-react": "^7.32.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "pretty-quick": "^2.0.1",
    "react": "^18.2.0",
    "react-cosmos": "^5.7.2",
    "react-dom": "^18.2.0",
    "rollup-plugin-svg": "^2.0.0",
    "styled-components": "^5.3.6",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1"
  },
  "dependencies": {
    "@past3lle/assets": "^2.1.0",
    "@past3lle/constants": "^2.1.0",
    "@past3lle/hooks": "^2.1.2",
    "@past3lle/theme": "^2.1.2",
    "@past3lle/types": "^2.1.0",
    "@past3lle/utils": "^2.1.0",
    "@popperjs/core": "^2.11.6",
    "@react-spring/web": "^9.7.3",
    "imagekitio-react": "^2.0.0",
    "lodash.throttle": "^4.1.1",
    "polished": "^4.2.2",
    "react-feather": "^2.0.10",
    "react-focus-lock": "^2.9.5",
    "react-popper": "^2.3.0",
    "react-remove-scroll": "^2.5.6",
    "rebass": "^4.0.7"
  },
  "gitHead": "0c1064fff84b6d4490a8e423e2bf3491da105d12"
}
