{
  "name": "wp-react-optionskit-frontend",
  "version": "0.8.0",
  "description": "The React frontend to wp-react-optionskit",
  "author": "Regents of the University of Michigan",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "wordpress",
    "oidc",
    "login"
  ],
  "homepage": "https://wordpress.org/plugins/umich-oidc-login/",
  "repository": {
    "type": "git",
    "url": "https://github.com/its-webhosting/umich-oidc-login.git",
    "directory": "includes/admin/wp-react-optionskit"
  },
  "bugs": {
    "url": "https://github.com/its-webhosting/umich-oidc-login/issues"
  },
  "main": "src/index.js",
  "dependencies": {
    "@wordpress/api-fetch": "6.32.1",
    "@wordpress/components": "25.1.10",
    "@wordpress/element": "5.12.1",
    "formik": "^2.4.4",
    "html-react-parser": "^4.2.2",
    "react-grid-system": "^8.1.9",
    "react-select": "^5.7.4"
  },
  "devDependencies": {
    "@wordpress/scripts": "26.6.3"
  },
  "scripts": {
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "start": "wp-scripts start",
    "start:hot": "wp-scripts start --hot",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  }
}
