gatsby-plugin-layout
Version:
Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.
43 lines (42 loc) • 1.19 kB
JSON
{
"name": "gatsby-plugin-layout",
"version": "4.14.0",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",
"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": "",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-layout#readme",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-layout"
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3"
},
"peerDependencies": {
"gatsby": "^5.0.0-next"
},
"engines": {
"node": ">=18.0.0"
},
"gitHead": "5397fbf5554ec3d937cc5a9042f2141b698d9eab"
}