-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "configcat-trello-powerup",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o --ssl --ssl-key localhost.key --ssl-cert localhost.crt",
"build": "ng build --configuration production",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/material": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"ng-configcat-publicapi": "^4.4.2",
"ng-configcat-publicapi-ui": "^4.2.2",
"rxjs": "^7.5.6",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/language-service": "^18.2.12",
"@types/node": "^18.6.5",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~5.5.4"
}
}