Estayparadox/Prismic-Gatsby-Boilerplate

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "prismic-gatsby-boilerplate",
  "private": true,
  "description": "A simple starter to get up and developing quickly with Gatsby, Prismic and Netlify.",
  "version": "0.1.0",
  "author": "Joseph Pereniguez <joseph.pereniguez@outlook.com>",
  "dependencies": {
    "babel-plugin-styled-components": "^2.1.4",
    "dotenv": "^16.3.1",
    "gatsby": "^5.12.8",
    "gatsby-omni-font-loader": "^2.0.2",
    "gatsby-plugin-image": "^3.12.2",
    "gatsby-plugin-manifest": "^5.12.0",
    "gatsby-plugin-netlify": "^5.1.0",
    "gatsby-plugin-react-helmet": "^6.11.0",
    "gatsby-plugin-robots-txt": "^1.8.0",
    "gatsby-plugin-sharp": "^5.12.2",
    "gatsby-plugin-sitemap": "^6.11.0",
    "gatsby-plugin-styled-components": "^6.11.0",
    "gatsby-source-filesystem": "^5.12.0",
    "gatsby-source-prismic": "^6.0.1",
    "gatsby-transformer-sharp": "^5.12.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "styled-components": "^6.0.7"
  },
  "devDependencies": {
    "eslint": "^8.48.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "prettier": "^3.0.3"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "0BSD",
  "scripts": {
    "build": "gatsby build --verbose",
    "dev": "gatsby develop",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx}\" --config ./.prettierrc",
    "serve": "gatsby serve  --verbose",
    "clean": "gatsby clean  --verbose",
    "start": "gatsby clean && gatsby build && gatsby serve",
    "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\""
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Estayparadox/Prismic-Gatsby-Boilerplate"
  },
  "bugs": {
    "url": "https://github.com/Estayparadox/Prismic-Gatsby-Boilerplate/issues"
  }
}