-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.32 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
{
"name": "@themost/angular",
"version": "17.1.1",
"description": "MOST Web Framework client module for angular",
"scripts": {
"build": "ng-packagr -p ng-package.json -c tsconfig.lib.prod.json"
},
"peerDependencies": {
"@angular/common": "^15 || ^16 || ^17",
"@angular/core": "^15 || ^16 || ^17",
"@angular/platform-browser": "^15 || ^16 || ^17",
"@angular/platform-browser-dynamic": "^15 || ^16 || ^17",
"@themost/client": "^2",
"@themost/xml": "^2",
"core-js": "^3",
"rxjs": "~7.8.0",
"zone.js": "~0.12.0 || ~0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/angular.git"
},
"author": "THEMOST LP <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/angular/issues"
},
"homepage": "https://github.com/themost-framework/angular#readme",
"devDependencies": {
"@angular/common": "^15 || ^16 || ^17",
"@angular/router": "^15 || ^16 || ^17",
"@angular/compiler": "^15 || ^16 || ^17",
"@angular/compiler-cli": "^15 || ^16 || ^17",
"@angular/core": "^15 || ^16 || ^17",
"@angular/forms": "^15 || ^16 || ^17",
"@angular/platform-browser": "^15 || ^16 || ^17",
"@angular/platform-browser-dynamic": "^15 || ^16 || ^17",
"ng-packagr": "^17.0.2"
}
}