UNPKG

@nx/gatsby

Version:

Gatsby Plugin for Nx

48 lines 1.07 kB
{ "name": "@nx/gatsby", "version": "16.1.1", "description": "Gatsby Plugin for Nx", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-labs.git", "directory": "packages/gatsby" }, "keywords": [ "Monorepo", "Gatsby", "Web", "Jest", "Cypress", "CLI" ], "main": "./index.js", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx-labs/issues" }, "homepage": "https://nx.dev", "schematics": "./generators.json", "builders": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "peerDependencies": { "gatsby": "^4.2.0" }, "dependencies": { "@nx/cypress": "^16.0.3", "@nx/devkit": "^16.0.3", "@nx/jest": "^16.0.3", "@nx/linter": "^16.0.3", "@nx/react": "^16.0.3", "@nx/workspace": "^16.0.3", "gatsby-cli": "^4.2.0", "gatsby-codemods": "^3.2.0", "react": "18.2.0", "@nrwl/gatsby": "16.1.1" }, "types": "./index.d.ts" }