Kentico/gatsby-source-kontent

View on GitHub
examples/navigation/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kontent-ai/gatsby-example-navigation",
  "description": "Example guide for gatsby navigation modeled in Kontent.ai",
  "version": "0.0.1",
  "license": "MIT",
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "lint": "eslint --ignore-path .gitignore \"**/*.{js,jsx}\"",
    "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
    "start": "npm run develop",
    "serve": "gatsby serve",
    "clean": "gatsby clean",
    "test": "echo \"Write tests - eventually! -> https://gatsby.dev/unit-testing\" && exit 0"
  },
  "dependencies": {
    "gatsby": "^5.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "eslint": "^8.29.0",
    "prettier": "2.0.5",
    "eslint-config-react-app": "^7.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kontent-ai/gatsby-packages"
  },
  "bugs": {
    "url": "https://github.com/kontent-ai/gatsby-packages/issues"
  }
}