{
  "name": "swipi",
  "version": "1.1.8",
  "type": "module",
  "license": "MIT",
  "author": "Maksym Tkachuk, Oleksandr Didyshen",
  "description": "Lightweight TypeScript Slider",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "react": ">=17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/midstem/swipi.git"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "react",
    "typescript",
    "infinite-carousel",
    "image-carousel"
  ],
  "bugs": {
    "url": "https://github.com/midstem/swipi/issues"
  },
  "homepage": "https://midstem.github.io/swipi-landing/",
  "scripts": {
    "start": "vite --open",
    "build": "vite build",
    "test": "vitest",
    "lint": "eslint .",
    "lint:fix": "eslint --cache ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore ",
    "lint:format": "prettier --write  --loglevel warn  \"./**/*.{js,jsx,ts,tsx,css,md,json}\"",
    "lint-tsc": "yarn build && yarn lint:format && yarn lint:fix && yarn vitest run"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/react": "^18.0.26",
    "@types/uniqid": "^5.3.2",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "@vitejs/plugin-react": "^3.1.0",
    "eslint": "^8.36.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-html": "^7.1.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "pre-commit": "^1.2.2",
    "prettier": "^2.7.1",
    "react": ">=17",
    "typescript": "^4.8.4",
    "vite": "^4.0.4",
    "vite-plugin-dts": "^2.3.0",
    "vitest": "^0.28.4"
  },
  "pre-commit": "lint-tsc"
}
