|
| 1 | +{ |
| 2 | + "name": "gatsby-plugin-react-helmet-async", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Use react-helmet-async with Gatsby", |
| 5 | + "keywords": [ |
| 6 | + "gatsby", |
| 7 | + "gatsby-plugin", |
| 8 | + "react", |
| 9 | + "react-helmet", |
| 10 | + "react-helmet-async" |
| 11 | + ], |
| 12 | + "license": "Apache-2.0", |
| 13 | + "main": "index.js", |
| 14 | + "scripts": { |
| 15 | + "prepublish": "yarn build", |
| 16 | + "build": "tsc --build", |
| 17 | + "clean": "rm gatsby-browser.d.ts gatsby-browser.js gatsby-ssr.d.ts gatsby-ssr.js", |
| 18 | + "lint": "eslint src --ext ts,tsx --fix", |
| 19 | + "test": "echo \"Error: no tests specified\" && exit 1" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@types/react": "^17", |
| 23 | + "@types/react-dom": "^17", |
| 24 | + "@typescript-eslint/eslint-plugin": "^5.42.1", |
| 25 | + "@typescript-eslint/parser": "^5.42.1", |
| 26 | + "eslint": "^8.27.0", |
| 27 | + "eslint-config-prettier": "^8.5.0", |
| 28 | + "eslint-config-standard-react": "^12.0.0", |
| 29 | + "eslint-config-standard-with-typescript": "^23.0.0", |
| 30 | + "eslint-import-resolver-typescript": "^3.5.2", |
| 31 | + "eslint-plugin-import": "^2.26.0", |
| 32 | + "eslint-plugin-node": "^11.1.0", |
| 33 | + "eslint-plugin-prettier": "^4.2.1", |
| 34 | + "eslint-plugin-promise": "^6.1.1", |
| 35 | + "eslint-plugin-react": "^7.31.10", |
| 36 | + "gatsby": "^3.8.0", |
| 37 | + "prettier": "^2.7.1", |
| 38 | + "prettier-eslint": "^15.0.1", |
| 39 | + "react": "^17.0.2", |
| 40 | + "react-dom": "^17.0.2", |
| 41 | + "react-helmet-async": "^1.3.0", |
| 42 | + "typescript": "^4.8.4" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "gatsby": ">=2", |
| 46 | + "react": "^16.6.0 || ^17 || ^18", |
| 47 | + "react-dom": "^16.6.0 || ^17 || ^18", |
| 48 | + "react-helmet-async": "1.x" |
| 49 | + }, |
| 50 | + "resolutions": { |
| 51 | + "@types/react": "^17", |
| 52 | + "@types/react-dom": "^17" |
| 53 | + } |
| 54 | +} |
0 commit comments