forked from nrwl/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 KB
/
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
46
47
48
49
{
"name": "nrwl",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"release": "./tools/scripts/publish.sh",
"start": "nx serve",
"build": "nx build gatsby-plugin",
"test": "nx run-many --target=test --all --parallel",
"lint": "nx workspace-lint && nx run-many --target=lint --all --parallel",
"e2e": "nx e2e gatsby-plugin-e2e",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"workspace-generator": "nx workspace-generator"
},
"private": true,
"dependencies": {
"@nrwl/nx-cloud": "11.0.2",
"@nrwl/nx-plugin": "11.1.5",
"@nrwl/react": "11.1.5"
},
"devDependencies": {
"@nrwl/cli": "11.1.5",
"@nrwl/eslint-plugin-nx": "11.1.5",
"@nrwl/jest": "11.1.5",
"@nrwl/tao": "11.1.5",
"@nrwl/workspace": "11.1.5",
"@types/jest": "26.0.19",
"@types/node": "12.12.38",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "7.1.0",
"gatsby": "^2.30.3",
"jest": "26.6.3",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.3"
}
}