mirror of https://gitee.com/antv-l7/antv-l7
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "gatsby-plugin-page-creator",
|
|
"version": "2.1.31",
|
|
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "babel src --out-dir . --ignore **/__tests__",
|
|
"watch": "babel -w src --out-dir . --ignore **/__tests__",
|
|
"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.7.2",
|
|
"bluebird": "^3.7.1",
|
|
"fs-exists-cached": "^1.0.0",
|
|
"gatsby-page-utils": "^0.0.31",
|
|
"glob": "^7.1.6",
|
|
"lodash": "^4.17.15",
|
|
"micromatch": "^3.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.0",
|
|
"@babel/core": "^7.7.2",
|
|
"babel-preset-gatsby-package": "^0.2.11",
|
|
"cross-env": "^5.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"gatsby": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"gitHead": "4e54d39f6b27118b30868ebe995dddc9efae3697"
|
|
}
|