{
  "name": "@vinder/vinderjs",
  "version": "1.8.20",
  "description": "JS utilities used by Vinder Media Engineering",
  "license": "MIT",
  "repository": "sizeight/vinderjs",
  "main": "lib/vinderjs.min.js",
  "keywords": [
    "react",
    "FontAwesome"
  ],
  "author": "Herman Pretorius (https://github.com/sizeight)",
  "browserslist": {
    "production": [
      ">0.2%",
      "ie >= 11",
      "not dead"
    ],
    "development": [
      ">0.2%",
      "ie >= 11",
      "not dead"
    ]
  },
  "scripts": {
    "webpack-dev": "webpack --watch --progress --color",
    "webpack-prod-analyse": "NODE_ENV=production ANALYSE=true webpack --watch --progress --color",
    "webpack-prod": "NODE_ENV=production webpack --progress --color",
    "build": "yarn webpack-prod",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@fortawesome/fontawesome-pro": "^6.2.1",
    "@fortawesome/fontawesome-svg-core": "^6.2.1",
    "@fortawesome/free-brands-svg-icons": "^6.2.1",
    "@fortawesome/pro-duotone-svg-icons": "^6.2.1",
    "@fortawesome/pro-light-svg-icons": "^6.2.1",
    "@fortawesome/pro-regular-svg-icons": "^6.2.1",
    "@fortawesome/pro-solid-svg-icons": "^6.2.1",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "prop-types": "^15.8.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-object-assign": "^7.18.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/register": "^7.18.9",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^9.1.0",
    "css-loader": "^6.7.2",
    "eslint": "^8.28.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-import-resolver-webpack": "^0.13.2",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-webpack-plugin": "^3.2.0",
    "file-loader": "^6.2.0",
    "postcss-loader": "^7.0.1",
    "style-loader": "^3.3.1",
    "webpack": "^5.75.0",
    "webpack-bundle-analyzer": "^4.7.0",
    "webpack-cli": "^5.0.0"
  },
  "peerDependencies": {
    "react": "^18.2.0"
  }
}
