forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@nrwl/gatsby",
"version": "0.0.1",
"description": "Gatsby Plugin for Nx",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.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/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"gatsby": "^4.2.0"
},
"dependencies": {
"@nrwl/cypress": "*",
"@nrwl/linter": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/react": "*",
"@nrwl/workspace": "*",
"gatsby-cli": "^4.2.0",
"gatsby-codemods": "^3.2.0"
}
}