-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "@rooney-and-shadows/ng-commons",
"version": "2.0.5",
"license": "Apache-2.0",
"types": "index.d.ts",
"files": [
""
],
"repository": {
"type": "github",
"url": "https://github.com/RooneyAndShadows/angular-commons"
},
"peerDependencies": {
"@angular/animations": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/compiler": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/material": ">=16.0.0",
"@angular/cdk": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/platform-browser-dynamic": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@angular/material-moment-adapter": ">=16.0.0",
"@ngx-translate/core": "^14.0.0",
"ngx-daterangepicker-material": "^6.0.4",
"@fortawesome/angular-fontawesome": ">=0.13.0",
"@fortawesome/fontawesome-svg-core": ">=6.3.0",
"@fortawesome/free-regular-svg-icons": ">=6.3.0",
"@fortawesome/free-solid-svg-icons": ">=6.3.0",
"ng2-nouislider": ">=2.0.0",
"moment": "^2.29.3",
"rxjs": ">=7.8.0"
},
"devDependencies": {
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular-devkit/build-angular": "^16.0.0",
"ng-packagr": "^16.0.0",
"typescript": "~5.1.6",
"@types/node": "^20.7.1"
},
"dependencies": {
"tslib": "^2.5.0"
}
}