-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.27 KB
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
{
"name": "nativescript-nx-plugins",
"version": "22.0.0",
"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",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"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",
"update-versions": "ts-node -P tools/tsconfig.json tools/update-versions.ts",
"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 && npm install",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"reset.changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"private": true,
"devDependencies": {
"@nx/angular": "23.1.0",
"@nx/devkit": "23.1.0",
"@nx/eslint": "23.1.0",
"@nx/eslint-plugin": "23.1.0",
"@nx/express": "23.1.0",
"@nx/js": "23.1.0",
"@nx/plugin": "23.1.0",
"@nx/vitest": "^23.1.0",
"@nx/web": "23.1.0",
"@nx/workspace": "23.1.0",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.0.0",
"@types/plist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@typescript-eslint/utils": "8.65.0",
"@vitest/coverage-v8": "^3.2.7",
"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": "9.9.1",
"eslint-config-prettier": "10.1.8",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^11.2.0",
"nx": "23.1.0",
"nx-cloud": "19.1.3",
"plist": "^3.1.0",
"prettier": "^3.3.0",
"ts-node": "10.9.2",
"tslib": "^2.8.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.58.0",
"vite": "^7.3.6",
"vitest": "^3.2.7"
}
}