UNPKG

gatsby-plugin-react-helmet-async

Version:
64 lines (63 loc) 2.19 kB
{ "name": "gatsby-plugin-react-helmet-async", "version": "1.2.3", "description": "Use react-helmet-async with Gatsby", "keywords": [ "gatsby", "gatsby-plugin", "react", "react-helmet", "react-helmet-async" ], "homepage": "https://github.com/Me4502/gatsby-plugin-react-helmet-async#readme", "bugs": { "url": "https://github.com/Me4502/gatsby-plugin-react-helmet-async/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Me4502/gatsby-plugin-react-helmet-async.git" }, "license": "Apache-2.0", "author": "Martin Rosenberg <Martin.B.Rosenberg@gmail.com> (https://martinbrosenberg.com)", "main": "index.js", "scripts": { "prepublish": "yarn build", "build": "tsc --build", "clean": "rm gatsby-browser.d.ts gatsby-browser.js gatsby-ssr.d.ts gatsby-ssr.js", "lint": "eslint src --ext ts,tsx --fix", "test": "echo \"Error: no tests specified\" && exit 1" }, "devDependencies": { "@types/react": "^17", "@types/react-dom": "^17", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-react": "^11.0.1", "eslint-config-standard-with-typescript": "^20.0.0", "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.30.0", "gatsby": "^3.8.0", "prettier": "^2.6.2", "prettier-eslint": "^15.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet-async": "^1.3.0", "typescript": "^4.7.3" }, "peerDependencies": { "gatsby": ">=2", "react": "^16.6.0 || ^17 || ^18", "react-dom": "^16.6.0 || ^17 || ^18", "react-helmet-async": "1.x" }, "resolutions": { "@types/react": "^17", "@types/react-dom": "^17" } }