forked from jsverse/transloco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.26 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
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
124
125
{
"name": "transloco-nx",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"commit": "git-cz",
"start": "ng serve",
"start:docs": "npm start --prefix=docs",
"build:transloco": "nx run transloco:build && npm run build:schematics",
"build:locale": "nx run transloco-locale:build",
"build:messageformat": "nx run transloco-messageformat:build",
"build:optimize": "nx run transloco-optimize:build",
"build:persist-lang": "nx run transloco-persist-lang:build",
"build:persist-translations": "nx run transloco-persist-translations:build",
"build:preload-langs": "nx run transloco-preload-langs:build",
"build:schematics": "nx run transloco-schematics:build",
"postbuild:schematics": "rm dist/libs/transloco/schematics/package.json",
"build:scoped-libs": "nx run transloco-scoped-libs:build",
"build:utils": "nx run transloco-utils:build",
"build:validator": "nx run transloco-validator:build",
"build:playground": "ng build",
"ci:test": "nx run-many --target=test --all",
"ci:build": "nx run-many --target=build --all",
"ci:lint": "nx run-many --target=lint --all",
"ci:e2e": "nx run transloco-playground-e2e:e2e:ci",
"lint": "nx workspace-lint && ng lint",
"e2e": "nx run transloco-playground-e2e:e2e",
"update": "nx migrate latest",
"migrate": "nx migrate --run-migrations",
"dep-graph": "nx dep-graph",
"pre-commit": "node scripts/pre-commit.js && lint-staged"
},
"dependencies": {
"@angular/animations": "13.3.10",
"@angular/common": "13.3.10",
"@angular/compiler": "13.3.10",
"@angular/core": "13.3.10",
"@angular/forms": "13.3.10",
"@angular/platform-browser": "13.3.10",
"@angular/platform-browser-dynamic": "13.3.10",
"@angular/router": "13.3.10",
"@messageformat/core": "3.0.0",
"bootstrap": "5.1.0",
"chalk": "4.1.2",
"chokidar": "3.5.2",
"command-line-args": "5.2.0",
"cosmiconfig": "7.0.0",
"find-duplicated-property-keys": "1.2.7",
"flat": "5.0.2",
"fs-extra": "9.1.0",
"glob": "7.1.7",
"lodash.kebabcase": "4.1.1",
"replace-in-file": "6.2.0",
"rxjs": "7.5.6",
"tslib": "2.3.1",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.7",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.3.7",
"@angular/compiler-cli": "13.3.10",
"@angular/language-service": "13.3.10",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@jscutlery/semver": "2.26.0",
"@ngneat/spectator": "10.0.0",
"@nrwl/angular": "14.1.6",
"@nrwl/cli": "13.9.3",
"@nrwl/cypress": "14.1.6",
"@nrwl/eslint-plugin-nx": "14.1.6",
"@nrwl/jest": "14.1.6",
"@nrwl/js": "14.1.6",
"@nrwl/linter": "14.1.6",
"@nrwl/workspace": "14.1.6",
"@types/command-line-args": "5.2.0",
"@types/find-duplicated-property-keys": "1.1.0",
"@types/flat": "5.0.2",
"@types/fs-extra": "9.0.12",
"@types/jasmine": "3.8.2",
"@types/jest": "27.4.1",
"@types/node": "16.7.2",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"cypress": "8.7.0",
"dotenv": "10.0.0",
"eslint": "8.12.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.11.3",
"git-cz": "4.7.1",
"husky": "7.0.2",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"jest": "27.5.1",
"jest-preset-angular": "11.1.1",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"lint-staged": "11.1.2",
"ng-packagr": "13.3.1",
"nx": "14.1.6",
"postcss": "8.3.11",
"postcss-import": "14.0.2",
"postcss-preset-env": "6.7.0",
"postcss-url": "10.1.3",
"prettier": "2.6.0",
"ts-jest": "27.1.4",
"ts-mocks": "3.0.1",
"ts-node": "10.2.1",
"typescript": "4.6.4"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}