UNPKG

gatsby-plugin-netlify

Version:
73 lines (72 loc) 2.06 kB
{ "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin for sites deployed to Netlify", "version": "5.1.1", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues" }, "contributors": [ { "name": "Nathanael Beisiegel", "email": "pknb.dev@gmail.com" } ], "dependencies": { "@babel/runtime": "^7.16.7", "fs-extra": "^11.0.0", "gatsby-core-utils": "^4.0.0", "kebab-hash": "^0.1.2", "lodash.mergewith": "^4.6.2", "webpack-assets-manifest": "^5.0.6" }, "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.7", "@babel/eslint-parser": "^7.16.5", "@babel/eslint-plugin": "^7.16.5", "@netlify/eslint-config-node": "^5.1.8", "@types/jest": "^29.0.0", "babel-preset-gatsby-package": "^3.0.0", "cross-env": "^7.0.3", "gatsby": "^5.0.0", "gatsby-plugin-utils": "^4.0.0", "jest": "^29.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0" }, "homepage": "https://github.com/netlify/gatsby-plugin-netlify#readme", "keywords": [ "gatsby", "gatsby-plugin", "http/2-server-push", "netlify" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": "^4.0.0 || ^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/netlify/gatsby-plugin-netlify.git" }, "scripts": { "build": "tsc && cd src/__tests__ && tsc", "clean": "tsc --build --clean", "prepare": "cross-env NODE_ENV=production npm run build", "prepublishOnly": "npm run prepare", "format": "npm run format:code && npm run format:other", "format:code": "npm run lint -- --fix", "format:other": "npm run prettier -- --write", "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"", "test": "run-s test:jest lint", "test:jest": "jest", "watch": "tsc --watch" }, "engines": { "node": ">=14.0.0" }, "packageManager": "yarn@1.22.19" }