-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "report-ng",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --browsers ChromeHeadless --watch=false",
"testing": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.2",
"@angular/cdk": "^14.2.7",
"@angular/common": "^14.1.2",
"@angular/compiler": "^14.1.2",
"@angular/core": "^14.1.2",
"@angular/forms": "^14.1.2",
"@angular/material": "14.2.7",
"@angular/platform-browser": "^14.1.2",
"@angular/platform-browser-dynamic": "^14.1.2",
"@angular/router": "^14.1.2",
"@babel/core": "^7.26.0",
"@types/d3": "^7.4.3",
"@types/diff-match-patch": "^1.0.32",
"@types/dompurify": "^3.0.5",
"diff-match-patch": "^1.0.5",
"mermaid": "^10.9.1",
"ngx-markdown": "^14.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.2",
"@angular/cli": "^14.1.2",
"@angular/compiler-cli": "^14.1.2",
"@types/jasmine": "~5.1.5",
"@types/node": "^22.10.7",
"babel-core": "^6.26.3",
"babel-loader": "^9.2.1",
"jasmine-core": "~5.5.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~4.8.4"
}
}