{
  "name": "@adactiveasia/react-alice-carousel",
  "version": "0.0.1",
  "description": "React image gallery, react slideshow carousel, react content rotator",
  "main": "./lib/react-alice-carousel.js",
  "types": "./lib/react-alice-carousel.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adactiveasia/react-carousel.git"
  },
  "scripts": {
    "remove:nm": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +",
    "remove:lock": "find . -type f \\( -name 'yarn.lock' -or -name 'package-lock.json' \\) -delete",
    "remove:cache": "yarn cache clean --force; npm cache clean --force",
    "lint": "eslint ./src/**/**.ts",
    "format": "prettier --write ./src/**/**.ts",
    "postpublish": "git push --tags",
    "precommit": "npm run lint && npm test",
    "prepush": "npm run lint && npm test",
    "start": "webpack-dev-server --hot --config config/webpack/config.dev.js",
    "test": "jest --config jestconfig.json",
    "test:watch": "jest --watch --config jestconfig.json",
    "test:coverage": "jest --config jestconfig.json --coverage",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build:clear": "rimraf lib && rimraf coverage",
    "build:bundle": "webpack --config config/webpack/config.lib.js",
    "build:js": "babel src/lib --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build:lib": "npm run build:clear && npm run build:types && gulp --gulpfile config/gulp/gulpfile.js",
    "build:static": "rimraf lib static; webpack -p --config config/webpack/config.static.js",
    "build:types": "tsc --emitDeclarationOnly"
  },
  "keywords": [
    "react",
    "carousel",
    "gallery",
    "slider",
    "slideshow",
    "rotator",
    "react-slideshow",
    "react-gallery",
    "react carousel",
    "react slideshow",
    "react gallery",
    "image gallery",
    "image slider",
    "image carousel",
    "image rotator",
    "content gallery",
    "content rotator"
  ],
  "author": "Max Marinich",
  "maintainers": [
    {
      "name": "Max Marinich",
      "email": "max.marinich@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maxmarinich/react-alice-carousel/issues"
  },
  "homepage": "https://github.com/maxmarinich/react-alice-carousel#readme",
  "peerDependencies": {
    "react": ">=15.4"
  },
  "dependencies": {
    "file-loader": "^6.2.0",
    "vanilla-swipe": "^2.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-transform-object-assign": "^7.10.3",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.10.1",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/runtime": "^7.10.3",
    "@types/jest": "^24.0.18",
    "@types/react": "^16.9.38",
    "@types/react-dom": "^16.9.8",
    "@types/webpack-env": "^1.15.1",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.1.0",
    "copy-webpack-plugin": "^6.1.1",
    "core-js": "^3.6.5",
    "css-loader": "^3.5.0",
    "dart-sass": "^1.25.0",
    "eslint": "^7.3.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-react": "^7.20.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-babel": "^8.0.0",
    "gulp-sass": "^4.1.0",
    "gulp-strip-comments": "^2.5.2",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "highlight.js": "^10.2.0",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.0.4",
    "husky": "^4.3.0",
    "jest": "^26.4.2",
    "markdown-loader": "^5.1.0",
    "marked": "^2.0.0",
    "mini-css-extract-plugin": "^1.3.4",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.0",
    "sass-loader": "^10.1.1",
    "style-loader": "^1.1.3",
    "ts-jest": "^26.1.1",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3",
    "webpack-merge": "^5.1.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run precommit",
      "pre-push": "npm run precommit"
    }
  }
}
