-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.74 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.74 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
{
"name": "@ogs-gmbh/ngx-translate",
"version": "2.0.0",
"description": "A lightweight, REST-based Angular i18n library designed for seamless internationalization with minimal setup. It supports dynamic language switching & flexible translation management via RESTful APIs.",
"keywords": [
"i18n",
"angular",
"translation",
"internationalization",
"angular-library",
"angular-package"
],
"homepage": "https://ogs-gmbh.github.io/ngx-translate/",
"bugs": "https://github.com/OGS-GmbH/ngx-translate/issues",
"license": "MIT",
"author": "OGS GmbH",
"contributors": [
{
"name": "Simon Kovtyk",
"email": "simon@kovtyk.com",
"url": "https://simonkov.dev"
}
],
"repository": "github:OGS-GmbH/ngx-translate",
"scripts": {
"ci:build:main:production": "ng build",
"ci:docs:extract:typedoc": "typedoc",
"ci:docs:main:vitepress": "bash ./.vitepress/scripts/pre-vitepress.sh && vitepress build .vitepress",
"ci:pr:commitlint:main:commitlint": "commitlint",
"ci:pr:lint:main:eslint": "eslint .",
"commit": "commit",
"prepare": "husky",
"vitepress": "bash ./.vitepress/scripts/pre-vitepress.sh && vitepress dev .vitepress",
"vitepress-preview": "vitepress preview .vitepress"
},
"devDependencies": {
"@angular/build": "^21.1.3",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^21.1.3",
"@braintree/sanitize-url": "^7.1.2",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@commitlint/prompt-cli": "^20.4.1",
"@eslint/js": "^9.39.2",
"@eslint/json": "^0.14.0",
"@eslint/markdown": "^7.5.1",
"@ogs-gmbh/linter": "^2.0.1",
"@ogs-gmbh/vitepress-plugin-sidebar": "^1.0.3",
"@ogs-gmbh/vitepress-theme": "^1.1.0",
"@stylistic/eslint-plugin": "^5.8.0",
"angular-eslint": "^21.2.0",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.19",
"debug": "^4.4.3",
"eslint": "^9.39.2",
"eslint-plugin-jsdoc": "^62.5.4",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^17.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"mermaid": "^11.12.2",
"ng-packagr": "^21.1.0",
"npm-package-json-lint": "^9.1.0",
"stylelint": "^17.1.1",
"stylelint-scss": "^7.0.0",
"tslib": "^2.8.1",
"typedoc": "^0.28.16",
"typedoc-plugin-frontmatter": "^1.3.1",
"typedoc-plugin-markdown": "^4.10.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-mermaid": "^2.0.17"
},
"peerDependencies": {
"@angular/common": "^21",
"@angular/compiler": "^21",
"@angular/core": "^21",
"@ogs-gmbh/ngx-http": "^2",
"es-toolkit": "^1.43.0",
"rxjs": "~7.8.1"
},
"sideEffects": false,
"publishConfig": {
"directory": "dist/main"
}
}