-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.08 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.08 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
{
"name": "app",
"version": "1.0.0",
"scripts": {
"start": "ng serve -o --proxy-config proxy.conf.json",
"start:50": "ng serve -o --proxy-config proxy50.conf.json",
"build": "ng build --configuration production"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.5",
"@angular/cdk": "^20.0.4",
"@angular/common": "^20.0.5",
"@angular/compiler": "^20.0.5",
"@angular/core": "^20.0.5",
"@angular/forms": "^20.0.5",
"@angular/google-maps": "^20.0.4",
"@angular/platform-browser": "^20.0.5",
"@angular/platform-browser-dynamic": "^20.0.5",
"@angular/router": "^20.0.5",
"@capacitor/android": "^7.2.0",
"@capacitor/core": "^7.2.0",
"@capacitor/ios": "^7.2.0",
"@types/google.maps": "^3.58.1",
"@types/node": "^20.1.5",
"cwiper": "^1.0.3",
"leaflet": "^1.9.4",
"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",
"swiper": "^11.2.8",
"tinymce": "^7.5.1",
"tslib": "^2.3.0",
"wacom": "^20.0.19",
"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.0.4",
"@angular/cli": "~20.0.4",
"@angular/compiler-cli": "^20.0.5",
"@capacitor/cli": "^7.2.0",
"@types/jasmine": "~4.3.0",
"@types/leaflet": "^1.9.17",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "^2.7.1",
"prettier-eslint-cli": "^7.1.0",
"typescript": "~5.8.3"
}
}