-
-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) 路 3.83 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) 路 3.83 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "transloco-nx",
"version": "0.0.0",
"license": "MIT",
"homepage": "https://jsverse.gitbook.io/transloco/",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"prepare": "husky",
"commit": "git-cz",
"start": "nx run transloco-playground:serve",
"build:playground": "nx build transloco-playground --configuration=docs",
"ci:test": "nx run-many --target=test --all",
"ci:build": "nx run-many --target=build --all",
"ci:lint": "nx run-many --target=lint --all",
"verify:license": "node tools/scripts/verify-dist-license.mts",
"ci:e2e": "nx run transloco-playground-e2e:e2e:ci",
"e2e": "nx run transloco-playground-e2e:e2e",
"pre-commit": "node scripts/pre-commit.js && lint-staged --allow-empty",
"release:pkg-pr-new": "npx pkg-pr-new@0.0.54 publish './dist/libs/*'"
},
"dependencies": {
"@angular/animations": "21.2.19",
"@angular/common": "21.2.19",
"@angular/compiler": "21.2.19",
"@angular/core": "21.2.19",
"@angular/forms": "21.2.19",
"@angular/platform-browser": "21.2.19",
"@angular/platform-browser-dynamic": "21.2.19",
"@angular/router": "21.2.19",
"@jsverse/angular-utils": "1.0.0-beta.6",
"@jsverse/utils": "1.0.0-beta.5",
"@messageformat/core": "3.4.0",
"@phenomnomnominal/tsquery": "6.2.0",
"bootstrap": "^5.3.8",
"chalk": "6.0.0",
"chokidar": "^5.0.0",
"cli-table3": "0.6.1",
"command-line-args": "6.0.2",
"command-line-usage": "7.0.4",
"cosmiconfig": "10.0.0",
"debug": "4.4.3",
"deep-diff": "1.0.2",
"find-duplicated-property-keys": "1.2.9",
"flat": "6.0.1",
"fs-extra": "11.4.0",
"gettext-parser": "8.0.0",
"glob": "13.0.6",
"jsonc-parser": "3.3.1",
"ora": "9.4.1",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.16.2"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.6.2",
"@angular-eslint/eslint-plugin": "21.4.0",
"@angular-eslint/eslint-plugin-template": "21.4.0",
"@angular-eslint/template-parser": "21.4.0",
"@angular/build": "21.2.19",
"@angular/cli": "21.2.19",
"@angular/compiler-cli": "21.2.19",
"@angular/language-service": "21.2.19",
"@commitlint/cli": "21.2.1",
"@commitlint/config-conventional": "21.2.0",
"@ngneat/spectator": "22.1.0",
"@nx/angular": "22.7.8",
"@nx/eslint": "22.7.8",
"@nx/eslint-plugin": "22.7.8",
"@nx/js": "22.7.8",
"@nx/module-federation": "22.7.8",
"@nx/playwright": "22.7.8",
"@nx/vitest": "22.7.8",
"@nx/workspace": "22.7.8",
"@playwright/test": "^1.62.1",
"@swc-node/register": "^1.12.1",
"@swc/core": "^1.15.8",
"@swc/helpers": "^0.5.17",
"@types/command-line-args": "^5.2.3",
"@types/command-line-usage": "^5.0.4",
"@types/debug": "4.1.13",
"@types/deep-diff": "1.0.5",
"@types/find-duplicated-property-keys": "1.1.3",
"@types/fs-extra": "11.0.4",
"@types/gettext-parser": "4.0.4",
"@types/node": "24.13.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"@vitest/coverage-v8": "^4.1.9",
"autoprefixer": "^10.4.0",
"cheerio": "1.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"git-cz": "4.9.0",
"husky": "^9.1.7",
"jsdom": "^30.0.1",
"jsonc-eslint-parser": "^2.4.2",
"lint-staged": "17.3.0",
"memfs": "^4.64.0",
"ng-packagr": "21.2.6",
"nx": "22.7.8",
"prettier": "^3.9.6",
"rimraf": "6.1.3",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"verdaccio": "^6.9.2",
"vite": "^8.2.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.9"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"nx": {
"includedScripts": []
}
}