{
  "name": "datocms-plugin-table-html",
  "version": "0.0.2", 
  "description": "Simple table plugin for DatoCMS",
  "homepage": "https://github.com/shinetools/datocms-plugin-table#readme",
  "keywords": ["datocms-plugin", "datocms", "plugin", "table"],
  "datoCmsPlugin": {
    "title": "HTML Table Editor",
    "coverImage": "docs/cover.jpg",
    "previewImage": "docs/preview.mp4",
    "entryPoint": "build/index.html",
    "permissions": []
  },
  "files": [
    "build",
    "docs",
    "public",
    "package-lock.json",
    "package.json",
    "README.md"
  ],
  "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",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@types/node": "18.19.8",
    "@types/react": "18.2.48",
    "@types/react-dom": "18.2.18",
    "datocms-react-ui": "1.0.0",
    "datocms-structured-text-to-plain-text": "3.0.0",
    "lodash": "4.17.21",
    "react": "18.2.0",
    "react-datocms": "4.1.3",
    "react-dom": "18.2.0",
    "react-icons": "5.0.1",
    "react-scripts": "5.0.1",
    "typescript": "4.9.5",
    "unist-builder": "4.0.0",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@types/lodash": "4.14.202",
    "@types/uuid": "9.0.7",
    "cross-env": "7.0.3"
  },
  "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"
    ]
  }
}
