{
  "name": "datocms-plugin-missing-translations",
  "homepage": "https://dev.azure.com/thomas-lloyd/Impact%20Plus/_git/dato-cms-translations-plugin",
  "description": "A plugin that detects and shows fields that need to be translated",
  "version": "0.3.9",
  "author": "ThomasLloyd <rado.stephan@auxnederlandbv.nl>",
  "license": "ISC",
  "datoCmsPlugin": {
    "title": "Missing Translations",
    "previewImage": "docs/demo.mp4",
    "coverImage": "docs/cover.png",
    "entryPoint": "build/index.html",
    "permissions": [
      "currentUserAccessToken"
    ]
  },
  "files": [
    "docs",
    "build"
  ],
  "keywords": [
    "datocms",
    "datocms-plugin",
    "field-editor",
    "string-field",
    "json-field",
    "tags",
    "translations",
    "missing-translations"
  ],
  "dependencies": {
    "@datocms/cma-client-browser": "^1.3.1",
    "@fortawesome/fontawesome-svg-core": "^1.2.36",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/react-fontawesome": "^0.1.16",
    "@types/node": "^16.11.14",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "@types/react-tag-input": "^6.1.3",
    "datocms-plugin-sdk": "^0.5.2",
    "datocms-react-ui": "^0.5.2",
    "deep-object-diff": "^1.1.7",
    "lodash-es": "^4.17.21",
    "prettier": "^2.6.1",
    "react": "^17.0.2",
    "react-dnd": "^14.0.4",
    "react-dnd-html5-backend": "^14.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^5.0.1",
    "react-tag-input": "^6.7.3",
    "styled-components": "^5.3.5",
    "typescript": "^4.5.4"
  },
  "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",
    "lint": "eslint -f stylish \"src/**/*.{ts,tsx}\"",
    "lint:fix": "eslint --fix -f stylish \"src/**/*.{ts,tsx}\""
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.5",
    "@types/object-hash": "^2.2.1",
    "@types/styled-components": "^5.1.25",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.29.4"
  }
}
