UNPKG

gatsby-source-wordpress

Version:

Source data from WordPress in an efficient and scalable way.

98 lines (97 loc) 3.14 kB
{ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes <tylerdbarnes@gmail.com>", "version": "7.15.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.20.13", "@rematch/core": "^2.2.0", "@rematch/immer": "^2.1.3", "async-retry": "^1.3.3", "atob": "^2.1.2", "axios": "^1.6.4", "axios-rate-limit": "^1.3.0", "better-queue": "^3.8.12", "cache-manager": "^3.6.3", "cache-manager-fs-hash": "^0.0.9", "chalk": "^4.1.2", "cheerio": "1.0.0-rc.12", "clipboardy": "^4.0.0", "diff": "^5.1.0", "dumper.js": "^1.3.1", "execall": "^2.0.0", "fast-json-stable-stringify": "^2.1.0", "file-type": "^16.5.4", "filesize": "^6.4.0", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.14.0", "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-utils": "^4.14.0", "gatsby-source-filesystem": "^5.14.0", "glob": "^7.2.3", "got": "^11.8.6", "immer": "^9.0.21", "json-diff": "^1.0.6", "lodash": "^4.17.21", "node-fetch": "^2.7.0", "p-queue": "^6.6.2", "prettier": "^2.8.8", "read-chunk": "^3.2.0", "replaceall": "^0.1.6", "semver": "^7.5.3", "sharp": "^0.32.6", "valid-url": "^1.0.9" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-private-methods": "^7.18.6", "@types/cache-manager": "^2.10.3", "@types/ink": "^2.0.3", "@types/semver": "^7.5.0", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", "babel-preset-gatsby": "^3.14.0", "babel-preset-gatsby-package": "^3.14.0", "cross-env": "^7.0.3", "gatsby-plugin-image": "^3.14.0", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", "tree-kill": "^1.2.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress#readme", "keywords": [ "gatsby", "gatsby-plugin", "gatsby-plugin-wordpress", "gatsby-source-wordpress", "wordpress" ], "license": "MIT", "peerDependencies": { "gatsby": "^5.0.0-next", "gatsby-plugin-image": "^3.0.0-next", "gatsby-plugin-sharp": "^5.0.0-next", "gatsby-transformer-sharp": "^5.0.0-next" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-source-wordpress" }, "scripts": { "prepare": "npm run build", "build": "rimraf dist && babel src --out-dir dist --ignore **/__tests__ --extensions \".ts,.js\" --source-maps && npm run generate-plugin-options-docs", "watch": "npm run build && babel -w src --out-dir dist --ignore **/__tests__ --extensions \".ts,.js\" --source-maps", "generate-plugin-options-docs": "node ./generate-plugin-options-docs.js" }, "engines": { "node": ">=18.0.0" }, "gitHead": "72482616aec5856f69409332a59dcc9573f1bf76" }