{
  "name": "@codecompanion/react-bootstrap-components",
  "version": "0.0.1g",
  "description": "A React wrapper around bootstrap components",
  "main": "./build/lib/index.js",
  "scripts": {
    "test": "jest",
    "commit": "git cz",
    "compile": "tsc index.ts",
    "build": "webpack --mode=production",
    "build:docs": "parcel build src/docs/index.tsx -d dist/docs/",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "serve": "parcel src/docs/index.html",
    "publish:package": "yarn build && npm publish build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niels-van-den-broeck/react-bootstrap-components.git"
  },
  "keywords": [
    "react"
  ],
  "author": "niels-van-den-broeck",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/niels-van-den-broeck/react-bootstrap-components/issues"
  },
  "homepage": "https://github.com/niels-van-den-broeck/react-bootstrap-components#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@testing-library/jest-dom": "^5.1.0",
    "@testing-library/react": "^9.4.0",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "babel-jest": "^25.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "commitizen": "^4.0.3",
    "copy-webpack-plugin": "^5.1.1",
    "cz-conventional-changelog": "3.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jest": "^23.6.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.18.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "jest": "^25.1.0",
    "parcel-bundler": "^1.12.4",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-node-externals": "^1.7.2"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
