-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.68 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
{
"name": "app",
"version": "1.0.0",
"scripts": {
"start": "ng serve -o --proxy-config proxy.conf.json",
"serve": "ng serve --configuration production",
"build": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.2.0",
"@angular/cdk": "^20.2.0",
"@angular/common": "^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",
"@capacitor/android": "^7.2.0",
"@capacitor/app": "^7.0.1",
"@capacitor/core": "^7.2.0",
"@capacitor/ios": "^7.2.0",
"angularx-qrcode": "^20.0.0",
"ngx-ace-wrapper": "^17.0.0",
"ngx-image-cropper": "^7.2.1",
"ngx-tinymce": "^19.0.0",
"rxjs": "~7.5.0",
"socket.io-client": "^4.5.1",
"tinymce": "^7.5.1",
"wacom": "^20.0.17",
"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": "^20.2.0",
"@angular/compiler-cli": "^20.2.0",
"@capacitor/cli": "^7.2.0",
"@eslint/config-array": "^0.19.2",
"@eslint/object-schema": "^2.1.6",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^30.1.3",
"prettier": "^3.5.1",
"typescript": "~5.8.3"
},
"overrides": {
"jsdom": "^26.0.0",
"glob": "^11.0.1"
}
}