forked from GovAlta/nx-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@abgov/nx-tools",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular/core": "15.2.10",
"@nrwl/devkit": "15.9.2",
"json-schema-to-typescript": "^13.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0"
},
"devDependencies": {
"@abgov/nx-release": "^3.1.1",
"@angular-devkit/core": "~15.2.0",
"@angular-devkit/schematics": "~15.2.0",
"@nrwl/angular": "15.9.2",
"@nrwl/cli": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/express": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/node": "15.9.2",
"@nrwl/nx-plugin": "15.9.2",
"@nrwl/react": "15.9.2",
"@nrwl/web": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@nx-dotnet/core": "^1.16.3",
"@schematics/angular": "~15.2.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173",
"@types/jest": "29.4.4",
"@types/node": "18.11.9",
"@types/semantic-release": "^17.2.0",
"@types/simple-oauth2": "^4.1.1",
"@types/split2": "^2.1.6",
"@types/stream-buffers": "^3.0.3",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"axios": "^1.6.0",
"dotenv": "10.0.0",
"enquirer": "^2.3.6",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
"jest": "29.4.3",
"nx": "15.9.2",
"open": "^8.4.0",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"semantic-release": "^19.0.2",
"simple-oauth2": "^5.0.0",
"split2": "^3.2.2",
"stream-buffers": "^3.0.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"typescript": "4.9.5",
"yaml": "~2.2.2"
},
"overrides": {
"@nrwl/devkit": "15.9.2",
"semver": "^7.3.4",
"fast-glob": "^3.2.11"
}
}