-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.44 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.44 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
{
"name": "@themost/angular",
"version": "21.1.0",
"description": "@themost-framework client module for angular",
"scripts": {
"build": "ng-packagr -p ng-package.json -c tsconfig.lib.prod.json"
},
"peerDependencies": {
"@angular/common": "^18 || ^19 || ^20 || ^21",
"@angular/core": "^18 || ^19 || ^20 || ^21",
"@angular/platform-browser": "^18 || ^19 || ^20 || ^21",
"@angular/platform-browser-dynamic": "^18 || ^19 || ^20 || ^21",
"@themost/client": "^2",
"@themost/xml": "^2",
"core-js": "^3",
"rxjs": "~7.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/angular.git"
},
"author": "THEMOST LP <support@themost.io>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/angular/issues"
},
"homepage": "https://github.com/themost-framework/angular#readme",
"devDependencies": {
"@angular/common": "^21.2.5",
"@angular/compiler": "^21.2.5",
"@angular/compiler-cli": "^21.2.5",
"@angular/core": "^21.2.5",
"@angular/forms": "^21.2.5",
"@angular/platform-browser": "^21.2.5",
"@angular/platform-browser-dynamic": "^21.2.5",
"@angular/router": "^21.2.5",
"@testing-library/angular": "^19.2.1",
"@testing-library/dom": "^10.4.1",
"@themost/client": "^2.17.0",
"@themost/test": "^2.12.2",
"@themost/xml": "^2.5.2",
"ng-packagr": "^21.2.1",
"typescript": "^5.9.2"
}
}