-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.28 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
71
72
73
74
75
{
"name": "@robby-rabbitman/nx-plus",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "git clean -dfX && pnpm i && pnpm nx reset && pnpm nx sync",
"postinstall": "sh tools/workspace/src/npm-life-cycle/post-install.sh"
},
"devDependencies": {
"@azure/identity": "4.10.2",
"@azure/storage-blob": "12.27.0",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@commitlint/config-nx-scopes": "20.0.0",
"@commitlint/types": "20.0.0",
"@eslint/js": "9.37.0",
"@nx/devkit": "22.0.2",
"@nx/eslint": "22.0.2",
"@nx/eslint-plugin": "22.0.2",
"@nx/js": "22.0.2",
"@nx/plugin": "22.0.2",
"@nx/vite": "22.0.2",
"@nx/workspace": "22.0.2",
"@robby-rabbitman/nx-plus-tools-eslint-nx-dependency-checks-pseudo-build-target-plugin": "workspace:*",
"@robby-rabbitman/nx-plus-tools-schema-to-ts-plugin": "workspace:*",
"@robby-rabbitman/nx-plus-tools-sonar-scan-plugin": "workspace:*",
"@robby-rabbitman/nx-plus-web-dev-server": "workspace:*",
"@robby-rabbitman/nx-plus-web-test-runner": "workspace:*",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/mocha": "10.0.10",
"@types/node": "22.19.0",
"@types/yargs": "17.0.34",
"@vitest/coverage-v8": "3.2.4",
"@vitest/ui": "3.2.4",
"@web/dev-server": "0.4.6",
"@web/test-runner": "0.20.2",
"azurite": "3.35.0",
"chai": "6.2.0",
"eslint": "9.37.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-n": "17.23.1",
"globals": "16.5.0",
"json-schema-to-typescript": "15.0.4",
"jsonc-eslint-parser": "2.4.1",
"memfs": "4.50.0",
"minimatch": "10.1.1",
"mocha": "11.7.5",
"nx": "22.0.2",
"prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.5.0",
"prettier-plugin-sh": "0.18.0",
"renovate": "42.11.0",
"sonarqube-scanner": "4.3.2",
"tslib": "2.8.1",
"tsx": "4.20.6",
"typescript": "5.7.3",
"typescript-eslint": "8.46.3",
"verdaccio": "6.2.1",
"vite": "7.2.1",
"vitest": "3.2.4",
"vitest-sonar-reporter": "3.0.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@10.20.0",
"engines": {
"node": "22.21.1"
},
"pnpm": {
"overrides": {
"verdaccio": "$verdaccio",
"@nx/devkit": "$@nx/devkit"
}
}
}