-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 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
53
{
"name": "configcat-monday-app",
"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": "^21.2.0",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"@angular/router": "^21.2.0",
"jwt-decode": "^4.0.0",
"monday-sdk-js": "^0.5.6",
"ng-configcat-publicapi": "^5.3.1",
"ng-configcat-publicapi-ui": "^5.3.8",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@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": "^22.15.30",
"ace-builds": "^1.37.0",
"angular-eslint": "21.2.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-sonarjs": "^3.0.4",
"papaparse": "^5.5.3",
"prettier": "3.6.2",
"ts-node": "~10.9.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.40.0"
}
}