gatsby-plugin-cloudflare-pages
Version:
A Gatsby plugin for sites deployed to Cloudflare Pages
78 lines (77 loc) • 2.16 kB
JSON
{
"name": "gatsby-plugin-cloudflare-pages",
"description": "A Gatsby plugin for sites deployed to Cloudflare Pages",
"version": "1.0.3",
"author": "David Wheatley <david@davwheat.dev>",
"bugs": {
"url": "https://github.com/davwheat/gatsby-plugin-cloudflare-pages/issues"
},
"contributors": [
{
"name": "Nathanael Beisiegel",
"email": "pknb.dev@gmail.com"
},
{
"name": "David Wheatley",
"email": "david@davwheat.dev"
}
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "^4.13.1",
"kebab-hash": "^0.1.2",
"lodash.mergewith": "^4.6.2",
"webpack-assets-manifest": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby": "^5.13.3",
"gatsby-plugin-utils": "^4.13.1",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
},
"homepage": "https://github.com/davwheat/gatsby-plugin-cloudflare-pages#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"http/2-server-push",
"cloudflare-pages"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/davwheat/gatsby-plugin-cloudflare-pages.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",
"prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
"test": "yarn run test:jest",
"test:jest": "jest",
"watch": "tsc --watch"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.1.1"
}