42 lines
887 B
JSON
42 lines
887 B
JSON
{
|
|
"name": "@nrwl/gatsby",
|
|
"version": "0.0.1",
|
|
"description": "Gatsby Plugin for Nx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nrwl/nx.git"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Node",
|
|
"Express",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"schematics": "./collection.json",
|
|
"builders": "./builders.json",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/core": "~11.0.1",
|
|
"@angular-devkit/schematics": "~11.0.1",
|
|
"@nrwl/cypress": "*",
|
|
"@nrwl/devkit": "*",
|
|
"@nrwl/jest": "*",
|
|
"@nrwl/node": "*",
|
|
"@nrwl/react": "*",
|
|
"gatsby-cli": "^2.17.1"
|
|
}
|
|
}
|