-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 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
{
"name": "ngx-packages",
"version": "21.3.0",
"scripts": {
"start": "ng serve ngx-core-app",
"publish": "node scripts/publish.mjs",
"start:ace": "ng serve ngx-ace-app",
"start:fabric": "ng serve ngx-fabric-app",
"start:core": "ng serve ngx-core-app",
"start:app": "ng serve ngx-app",
"start:datetime": "ng serve ngx-datetime-app",
"start:http": "ng serve ngx-http-app",
"start:crud": "ng serve ngx-crud-app",
"start:socket": "ng serve ngx-socket-app",
"start:rtc": "ng serve ngx-rtc-app",
"start:translate": "ng serve ngx-translate-app",
"start:tinymce": "ng serve ngx-tinymce-app",
"start:ui": "ng serve ngx-ui-app",
"start:wiki": "ng serve wawjs.wiki"
},
"dependencies": {
"@angular/common": "21.2.6",
"@angular/compiler": "21.2.6",
"@angular/core": "21.2.6",
"@angular/forms": "21.2.6",
"@angular/platform-browser": "21.2.6",
"@angular/platform-server": "21.2.6",
"@angular/router": "21.2.6",
"@angular/ssr": "21.2.3",
"ace-builds": "1.43.5",
"fabric": "^7.0.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "7.8.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@angular/build": "21.2.3",
"@angular/cli": "21.2.3",
"@angular/compiler-cli": "21.2.6",
"ng-packagr": "21.0.0",
"prettier": "3.6.2",
"typescript": "5.9.3"
},
"overrides": {
"picomatch": "4.0.4",
"undici": "7.24.6"
}
}