-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.4 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
{
"name": "jasmarty-app",
"version": "2.4.75",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 3000 --proxy-config proxy.config.ts",
"startold": "ng serve --host 0.0.0.0 --port 3000",
"startp": "ng serve --host 0.0.0.0 --port 3000 --serve-path /app/",
"build": "ng build --configuration production --base-href /app/",
"buildq": "ng build --base-href /app/"
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.2",
"@angular/cdk": "20.0.5",
"@angular/common": "20.3.2",
"@angular/compiler": "20.3.2",
"@angular/core": "20.3.2",
"@angular/forms": "20.3.2",
"@angular/localize": "20.3.2",
"@angular/material": "20.0.5",
"@angular/platform-browser-dynamic": "20.3.2",
"@angular/platform-browser": "20.3.2",
"@angular/router": "20.3.2",
"@angular/service-worker": "20.3.2",
"@egjs/ngx-view360": "4.0.0-beta.7",
"@ng-bootstrap/ng-bootstrap": "19.0.1",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-charts": "23.0.0-alpha.0",
"bootstrap": "5.3.7",
"javascript-blowfish": "1.0.4",
"ngx-color-picker": "20.1.1",
"ngx-photo-editor": "0.4.4",
"ngx-scrollbar": "10.0.1",
"rxjs": "7.8.2",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.3",
"@angular/cli": "20.3.8",
"@angular/compiler-cli": "20.3.2",
"less": "^4.2.0",
"typescript": "5.8.3"
}
}