-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.25 KB
/
Copy pathpackage.json
File metadata and controls
138 lines (138 loc) · 4.25 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "angular-i18next-rep",
"version": "0.0.1",
"author": {
"name": "Sergey Romanchuk"
},
"homepage": "https://github.com/Romanchuk/angular-i18next#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Romanchuk/angular-i18next.git"
},
"license": "MIT",
"workspaces": [
"apps/*",
"libs/*"
],
"description": "i18next module for Angular",
"keywords": [
"i18n",
"i18next",
"angular"
],
"bugs": {
"url": "https://github.com/Romanchuk/angular-i18next/issues"
},
"engines": {
"node": ">=22.13.0"
},
"maintainers": [
{
"email": "rezety@gmail.com",
"name": "Sergey Romanchuk"
}
],
"scripts": {
"start": "npx nx run angular-i18next-demo:serve:development",
"test": "npx nx test angular-i18next",
"lint": "npx nx workspace-lint && ng lint",
"affected:apps": "npx nx affected:apps",
"affected:libs": "npx nx affected:libs",
"affected:build": "npx nx affected:build",
"affected:e2e": "npx nx affected:e2e",
"affected:test": "npx nx affected:test",
"affected:lint": "npx nx affected:lint",
"affected:dep-graph": "npx nx affected:dep-graph",
"affected": "npx nx affected",
"build": "npx nx run angular-i18next-demo:build",
"prepare:demo": "npx cpy --cwd=dist/angular-i18next-demo/browser --rename=index.html ./index.csr.html ./",
"format": "npx nx format:write",
"format:write": "npx nx format:write",
"format:check": "npx nx format:check",
"update": "npx nx migrate latest",
"release": "npx nx run angular-i18next:release",
"pm2:prod": "npx pm2-runtime start ecosystem.config.js --env production"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.1",
"@angular-devkit/core": "21.1.1",
"@angular-devkit/schematics": "21.1.1",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.1.1",
"@angular/build": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"@angular/language-service": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/platform-server": "21.1.1",
"@nx/angular": "22.4.0",
"@nx/eslint": "22.4.0",
"@nx/eslint-plugin": "22.4.0",
"@nx/jest": "22.4.0",
"@nx/js": "22.4.0",
"@nx/workspace": "22.4.0",
"@schematics/angular": "21.1.1",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.13.4",
"@swc/helpers": "~0.5.11",
"@types/express": "4.17.14",
"@types/jest": "^29.5.14",
"@types/node": "20.9.1",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/utils": "^7.16.0",
"browser-sync": "^3.0.3",
"conventional-changelog-cli": "^2.1.1",
"conventional-github-releaser": "^3.1.5",
"coveralls": "^3.1.0",
"cpy-cli": "^4.1.0",
"cross-env": "~7.0.3",
"cz-conventional-changelog": "^2.1.0",
"es6-shim": "0.35.4",
"eslint": "8.57.0",
"eslint-config-prettier": "10.0.0",
"i18next": "25.10.10",
"jest": "~30.2.0",
"jest-environment-jsdom": "~30.2.0",
"jest-preset-angular": "16.0.0",
"keyv": "^4.5.1",
"ng-packagr": "21.1.0",
"np": "11.2.1",
"nx": "22.4.0",
"pm2": "5.4.3",
"prettier": "3.1.0",
"replace": "^1.2.0",
"require-dir": "^1.2.0",
"rimraf": "3.0.0",
"ts-jest": "29.4.1",
"ts-node": "10.9.2",
"typescript": "~5.9.3",
"webpack": "~5.89.0",
"jest-util": "30.0.5"
},
"dependencies": {
"@angular/common": "21.1.1",
"@angular/compiler": "21.1.1",
"@angular/core": "21.1.1",
"@angular/forms": "21.1.1",
"@angular/platform-browser": "21.1.1",
"@angular/platform-browser-dynamic": "21.1.1",
"@angular/platform-server": "21.1.1",
"@angular/router": "21.1.1",
"@angular/ssr": "21.1.1",
"express": "~4.18.2",
"i18next": "25.10.10",
"i18next-browser-languagedetector": "~8.0.4",
"i18next-chained-backend": "~4.6.2",
"i18next-http-backend": "~2.4.1",
"i18next-http-middleware": "~3.7.1",
"i18next-resources-to-backend": "~1.2.0",
"rxjs": "~7.8.2",
"tslib": "~2.6.2"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "20.3.1"
}
}