This repository was archived by the owner on Sep 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.84 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
54
55
56
57
58
{
"name": "web-analytics-implementations",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:ssl": "ng serve --ssl true --ssl-key ssl/server.key --ssl-cert ssl/server.crt",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ng-openapi-gen": "npx ng-openapi-gen --config ng-openapi-gen/config.json && npm run lint:fix",
"ng-openapi-gen:clean": "rm -rf src/app/api && npm run ng-openapi-gen"
},
"private": true,
"dependencies": {
"@amplitude/analytics-browser": "^2.11.11",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.1",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.0.1",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@auth0/angular-jwt": "^5.2.0",
"@hotjar/browser": "^1.0.9",
"ngx-matomo-client": "^7.0.1",
"rxjs": "~7.8.0",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.0",
"@jest/test-sequencer": "^29.7.0",
"@ngneat/spectator": "^19.1.2",
"@types/jest": "^29.5.14",
"angular-eslint": "19.0.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.1",
"ng-openapi-gen": "^0.52.0",
"prettier": "^3.4.1",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.5",
"typescript": "~5.6.2",
"typescript-eslint": "8.16.0"
}
}