-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.77 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.77 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
59
60
61
62
63
64
65
66
67
68
{
"name": "app",
"version": "1.0.0",
"scripts": {
"start": "ng serve -o --proxy-config proxy.conf.json",
"build": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.2.0",
"@angular/cdk": "^20.2.0",
"@angular/common": "^20.2.0",
"@angular/compiler": "^20.2.0",
"@angular/core": "^20.2.0",
"@angular/forms": "^20.2.0",
"@angular/platform-browser": "^20.2.0",
"@angular/platform-browser-dynamic": "^20.2.0",
"@angular/router": "^20.2.0",
"@types/node": "^20.1.5",
"ngx-ace-wrapper": "^17.0.0",
"ngx-image-cropper": "^7.1.1",
"ngx-tinymce": "^19.0.0",
"rxjs": "~7.5.0",
"socket.io-client": "^4.5.1",
"tinymce": "^7.5.1",
"tslib": "^2.3.0",
"wacom": "^20.0.22",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-eslint/builder": "20.1.1",
"@angular-eslint/eslint-plugin": "20.1.1",
"@angular-eslint/eslint-plugin-template": "20.1.1",
"@angular-eslint/schematics": "20.1.1",
"@angular-eslint/template-parser": "20.1.1",
"@angular/build": "^20.2.0",
"@angular/cli": "~20.2.0",
"@angular/compiler-cli": "^20.2.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"prettier-eslint-cli": "^7.1.0",
"typescript": "~5.8.3"
},
"overrides": {
"jsdom": "^26.0.0",
"glob": "^11.0.1",
"@typescript-eslint/eslint-plugin": {
"eslint": "^9.0.0"
},
"@typescript-eslint/parser": {
"eslint": "^9.0.0"
},
"@angular-eslint/eslint-plugin": {
"eslint": "^9.0.0"
},
"@angular-eslint/eslint-plugin-template": {
"eslint": "^9.0.0"
},
"@angular-eslint/builder": {
"eslint": "^9.0.0"
}
}
}