forked from NativeScript/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "nativescript-nx-plugins",
"version": "19.0.1",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build nx",
"test": "nx run-many --target=test --all --parallel",
"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",
"dep-graph": "nx dep-graph",
"help": "nx help",
"doctoc": "doctoc packages/nx/README.md",
"workspace-generator": "nx workspace-generator",
"clean": "npx rimraf node_modules package-lock.json yarn.lock",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"reset.changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"private": true,
"devDependencies": {
"@angular-devkit/schematics": "18.2.4",
"@angular/core": "18.2.4",
"@types/fs-extra": "^11.0.3",
"@types/jest": "29.5.13",
"@types/node": "^20.0.0",
"@types/plist": "^3.0.2",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-cli": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"doctoc": "^2.0.0",
"dotenv": "~16.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "^11.2.0",
"jest": "29.7.0",
"jsonc-parser": "3.2.1",
"nx": "19.7.3",
"plist": "^3.1.0",
"prettier": "^2.7.1",
"ts-jest": "29.1.3",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.5.4",
"xml2js": "^0.6.2",
"nx-cloud": "19.1.0",
"@nx/devkit": "19.7.3",
"@nx/workspace": "19.7.3",
"@nx/plugin": "19.7.3",
"@nx/web": "19.7.3",
"@nx/js": "19.7.3",
"@nx/eslint-plugin": "19.7.3",
"@nx/jest": "19.7.3",
"@nx/express": "19.7.3",
"@nx/angular": "19.7.3",
"@nx/eslint": "19.7.3"
}
}