{
  "name": "datocms-plugin-single-select-react",
  "version": "0.2.0",
  "author": "Oliver Heward",
  "homepage": "https://github.com/oliverheward/datocms-plugin-single-select-react",
  "description": "A Single Select Plugin built with React + Typescript for DatoCMS",
  "keywords": ["datocms", "datocms-plugin", "datocms-single-select", "react", "datocms-single-select-react"],
  "dependencies": {
    "@types/node": "^16.11.41",
    "@types/react": "^17.0.47",
    "@types/react-dom": "^17.0.17",
    "datocms-plugin-sdk": "^0.5.2",
    "datocms-react-ui": "^0.5.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "typescript": "^4.7.3"
  },
  "scripts": {
    "start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
    "build": "cross-env PUBLIC_URL='.' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "npm run build"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "cross-env": "^7.0.3"
  },
  "datoCmsPlugin": {
    "title": "Single Select React",
    "previewImage": "",
    "coverImage": "",
    "entryPoint": "build/index.html",
    "fieldTypes": [
      "json"
    ],
    "pluginType": "field_editor"
  }
}
