-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "diff-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "npm@10.9.7",
"overrides": {
"lodash": "^4.18.1",
"dompurify": "^3.4.8"
},
"dependencies": {
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@xml-tools/ast": "^5.0.5",
"@xml-tools/parser": "^1.0.11",
"fast-xml-parser": "^5.8.0",
"js-yaml": "^4.2.0",
"jsonc-parser": "^3.3.1",
"monaco-editor": "^0.55.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@types/js-yaml": "^4.0.9",
"jsdom": "^29.1.1",
"prettier": "^3.8.1",
"typescript": "~6.0.3",
"vitest": "^4.0.8"
}
}