UNPKG

gatsby-plugin-page-creator

Version:

Gatsby plugin that automatically creates pages from React components in specified directories

53 lines (52 loc) 1.65 kB
{ "name": "gatsby-plugin-page-creator", "version": "5.16.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"", "watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"", "prepare": "cross-env NODE_ENV=production npm run build" }, "keywords": [ "gatsby", "gatsby-plugin" ], "author": "Kyle Mathews <mathews.kyle@gmail.com>", "contributors": [ "Steven Natera <tektekpush@gmail.com> (https://twitter.com/stevennatera)" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-page-creator" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme", "dependencies": { "@babel/runtime": "^7.20.13", "@babel/traverse": "^7.20.13", "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.6.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.16.0", "gatsby-page-utils": "^3.16.0", "gatsby-plugin-utils": "^4.16.0", "globby": "^11.1.0", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.16.0", "cross-env": "^7.0.3" }, "peerDependencies": { "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0 <26" }, "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40" }