Kentico/gatsby-source-kontent

View on GitHub
packages/gatsby-components/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kontent-ai/gatsby-components",
  "description": "Source plugin providing Kontent.ai data from REST Delivery API",
  "version": "10.0.0",
  "main": "dist/index.js",
  "license": "MIT",
  "author": {
    "name": "Ondřej Chrastina",
    "email": "chrastina.ondra@gmail.com",
    "url": "https://ondrej.chrastina.dev"
  },
  "homepage": "https://github.com/kontent-ai/gatsby-packages/tree/master/packages/gatsby-components#readme",
  "keywords": [
    "kontent",
    "react",
    "gatsby",
    "react-component",
    "gatsby-component"
  ],
  "bugs": {
    "url": "https://github.com/kontent-ai/gatsby-packages/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kontent-ai/gatsby-packages.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint **/*.{ts,tsx}",
    "test": "jest --passWithNoTests",
    "watch": "tsc -w",
    "format": "prettier --write \"**/*.{ts,tsx}\""
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "dependencies": {
    "html-react-parser": "^3.0.4"
  },
  "devDependencies": {
    "@types/jest": "24.9.0",
    "@types/node": "13.1.8",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "2.16.0",
    "@typescript-eslint/parser": "2.16.0",
    "eslint": "6.8.0",
    "eslint-plugin-react": "^7.27.1",
    "gatsby-plugin-image": "^3.2.0",
    "jest": "^29.3.1",
    "jest-ts-auto-mock": "^2.1.0",
    "prettier": "1.19.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "18.2.0",
    "ts-auto-mock": "^3.6.4",
    "ts-jest": "^29.0.3",
    "ttypescript": "^1.5.15",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {
    "gatsby-plugin-image": "^3.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "97d85fa854863be5ab7a144264712ef916080c45"
}