-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.69 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
{
"name": "pure",
"version": "1.0.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.5",
"@angular/cdk": "^21.0.3",
"@angular/common": "^21.0.5",
"@angular/compiler": "^21.0.5",
"@angular/core": "^21.0.5",
"@angular/forms": "^21.0.5",
"@angular/localize": "^21.0.5",
"@angular/material": "^21.0.3",
"@angular/platform-browser": "^21.0.5",
"@angular/platform-browser-dynamic": "^21.0.5",
"@angular/router": "^21.0.5",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@popperjs/core": "^2.11.8",
"@types/sanitize-html": "^2.16.0",
"bootstrap": "^5.3.7",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.0",
"countup.js": "^2.9.0",
"material-symbols": "^0.32.0",
"mime": "^4.1.0",
"ngx-matomo-client": "^9.0.1",
"rxjs": "~7.8.2",
"sanitize-html": "^2.16.0",
"tslib": "^2.8.1",
"xml-formatter": "^3.6.6",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular/build": "^21.0.3",
"@angular/cli": "^21.0.3",
"@angular/compiler-cli": "^21.0.5",
"@cypress/schematic": "^2.5.2",
"@types/jasmine": "~5.1.0",
"cypress": "^15.2.0",
"jasmine-core": "~5.8.0",
"source-map-explorer": "^2.5.3",
"typescript": "~5.9.3"
}
}