{
  "name": "spfx-ootb-fields",
  "description": "React controls that can be used in SPFx Field Customizers (or other solutions as well) to provide rendering similar to out of the box Lists and Document Libraries fields",
  "version": "1.2.1",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "build": "gulp bundle",
    "clean": "gulp clean",
    "test": "gulp test"
  },
  "dependencies": {
    "@microsoft/decorators": "~1.4.0",
    "@microsoft/sp-core-library": "~1.4.0",
    "@microsoft/sp-dialog": "~1.4.0",
    "@microsoft/sp-listview-extensibility": "~1.4.0",
    "@pnp/common": "^1.0.0-rc.0",
    "@pnp/logging": "^1.0.0-rc.0",
    "@pnp/odata": "^1.0.0-rc.0",
    "@pnp/sp": "^1.0.0-rc.0",
    "@pnp/spfx-controls-react": "^1.1.2",
    "@types/react": "15.6.6",
    "@types/react-dom": "15.5.6",
    "@types/webpack-env": ">=1.12.1 <1.14.0",
    "lodash": "^4.17.4",
    "react": "15.6.2",
    "react-dom": "15.6.2"
  },
  "devDependencies": {
    "@microsoft/sp-build-web": "~1.4.0",
    "@microsoft/sp-module-interfaces": "~1.4.0",
    "@microsoft/sp-webpart-workbench": "~1.4.0",
    "gulp": "~3.9.1",
    "@types/chai": ">=3.4.34 <3.6.0",
    "@types/mocha": ">=2.2.33 <2.6.0",
    "ajv": "~5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AJIXuMuK/spfx-ootb-fields"
  },
  "license": "MIT",
  "keywords": [
    "sharepoint",
    "office365",
    "tools",
    "spfx",
    "sharepoint framework"
  ],
  "bugs": {
    "url": "https://github.com/AJIXuMuK/spfx-ootb-fields/issues"
  },
  "homepage": "https://github.com/AJIXuMuK/spfx-ootb-fields",
  "maintainers": [
    {
      "name": "AJIXuMuK",
      "email": "aleksei.terentiev@gmail.com"
    }
  ],
  "contributors": [
    "Terentiev, Alex <aleksei.terentiev@gmail.com>"
  ]
}
