-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.57 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
{
"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",
"lint-fix": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.1.1",
"@angular/cdk": "^22.1.2",
"@angular/common": "^22.1.1",
"@angular/compiler": "^22.1.1",
"@angular/core": "^22.1.1",
"@angular/forms": "^22.1.1",
"@angular/material": "^22.1.2",
"@angular/platform-browser": "^22.1.1",
"@angular/router": "^22.1.1",
"@types/trellopowerup": "^1.25.0",
"ace-builds": "^1.37.0",
"ng-configcat-publicapi": "^6.2.1",
"ng-configcat-publicapi-ui": "^5.6.4",
"papaparse": "^5.5.3",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^22.1.3",
"@angular/cli": "^22.1.3",
"@angular/compiler-cli": "^22.1.1",
"@angular/language-service": "^22.1.1",
"@configcat/sdk": "^1.0.2",
"@rxweb/reactive-form-validators": "^13.0.1",
"@smarttools/eslint-plugin-rxjs": "^1.0.20",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/node": "^24.1.0",
"angular-eslint": "22.1.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-sonarjs": "^4.2.0",
"prettier": "3.9.5",
"ts-node": "~10.9.1",
"typescript": "~6.0.3",
"typescript-eslint": "^8.64.0"
}
}