{
  "name": "@bpa-solutions/bpa-polyfills",
  "version": "1.1.5",
  "main": "dist/bundle.js",
  "description": "Collection of polyfills for SPFx with IE11",
  "engines": {
    "node": ">=10.15.0"
  },
  "scripts": {
    "dev": "gulp --gulpfile tasks",
    "build": "set NODE_ENV=production&&gulp build --gulpfile tasks"
  },
  "author": "BPA Solutions",
  "bugs": {
    "url": "https://github.com/bpa-solutions/bpa-polyfills/issues"
  },
  "homepage": "https://github.com/bpa-solutions/bpa-polyfills",
  "repository": {
    "type": "git",
    "url": "https://github.com/bpa-solutions/bpa-polyfills.git"
  },
  "license": "MIT",
  "dependencies": {
    "@types/modernizr": "^3.5.3",
    "@types/node": "10.17.6",
    "better-dateinput-polyfill": "^3.2.5",
    "better-dom": "^4.0.0",
    "css-loader": "^3.2.1",
    "css-polyfills": "https://github.com/FremyCompany/css-grid-polyfill.git",
    "css-vars-ponyfill": "^2.1.1",
    "details-element-polyfill": "^2.3.1",
    "dialog-polyfill": "^0.5.0",
    "es6-object-assign": "^1.1.0",
    "file-loader": "^5.0.2",
    "gulp": "^4.0.2",
    "gulp-modernizr": "^3.2.1",
    "intersection-observer": "^0.7.0",
    "js-polyfills": "^0.1.42",
    "respimage": "^1.4.2",
    "style-loader": "^1.1.2",
    "ts-loader": "^6.0.1",
    "typescript": "^3.7.2",
    "webpack": "^4.32.2"
  },
  "devDependencies": {
    "browser-sync": "^2.26.5",
    "gulp-concat": "^2.6.1",
    "gulp-processhtml": "^1.2.0",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-dev-middleware": "^3.7.0",
    "webpack-hot-middleware": "^2.25.0"
  },
  "resolutions": {
    "lodash": "4.17.15"
  }
}
