forked from NativeScript/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (69 loc) · 2.13 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
{
"name": "nativescript-nx-plugins",
"version": "19.0.1",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx prepare 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 && yarn",
"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/core": "~18.2.0",
"@nx/angular": "20.0.3",
"@nx/devkit": "20.0.3",
"@nx/eslint": "20.0.3",
"@nx/eslint-plugin": "20.0.3",
"@nx/express": "20.0.3",
"@nx/jest": "20.0.3",
"@nx/js": "20.0.3",
"@nx/plugin": "20.0.3",
"@nx/web": "20.0.3",
"@nx/workspace": "20.0.3",
"@types/fs-extra": "^11.0.3",
"@types/jest": "29.5.13",
"@types/node": "^20.0.0",
"@types/plist": "^3.0.2",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"doctoc": "^2.0.0",
"dotenv": "~16.4.0",
"enquirer": "^2.4.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^11.2.0",
"jest": "29.7.0",
"nx": "20.0.3",
"nx-cloud": "19.1.0",
"plist": "^3.1.0",
"prettier": "^3.3.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.8.0",
"typescript": "^5.6.0"
},
"dependencies": {}
}