{
  "name": "react-bootstrap-carousel",
  "version": "4.1.1",
  "description": "React port of bootstrap carousel",
  "license": "MIT",
  "main": "dist/react-bootstrap-carousel.js",
  "keywords": [
    "react",
    "bootstrap",
    "carousel"
  ],
  "author": "CT Hung",
  "repository": {
    "type": "git",
    "url": "https://github.com/skycloud1030/react-bootstrap-carousel"
  },
  "scripts": {
    "start": "webpack --progress --watch --mode development",
    "build": "webpack --mode production --progress --color",
    "rollup": "rollup -c --environment NODE_ENV:production",
    "test": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "jest": "jest --coverage"
  },
  "files": [
    "fonts",
    "dist"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-proposal-do-expressions": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-function-bind": "^7.11.5",
    "@babel/plugin-proposal-function-sent": "^7.10.4",
    "@babel/plugin-proposal-json-strings": "^7.10.4",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    "@babel/plugin-proposal-numeric-separator": "^7.10.4",
    "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.10.5",
    "@babel/plugin-proposal-throw-expressions": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "babel-jest": "^26.3.0",
    "babel-loader": "^8.1.0",
    "copy-webpack-plugin": "^6.1.0",
    "coveralls": "^3.1.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.4",
    "jest": "^26.4.2",
    "react-loader": "^2.4.7",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "rollup": "^2.27.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-filesize": "^9.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12"
  }
}
