-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
80 lines (80 loc) · 2.67 KB
/
package.json
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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "onchat",
"version": "0.0.1",
"author": "HyperLife1119",
"description": "A simple, beautiful, mobile-first instant messaging web application build with Angular and Ionic.",
"homepage": "https://chat.hypergo.net",
"scripts": {
"ng": "ng",
"start": "ng serve --port=4200",
"build": "ng build --configuration production --aot --build-optimizer",
"bundle-report": "ng build --configuration production --aot --build-optimizer --stats-json && webpack-bundle-analyzer --port=9111 www/stats.json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"clean-cache": "npm cache clean --force"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.2",
"@angular/cdk": "13.2.3",
"@angular/common": "13.2.2",
"@angular/core": "13.2.2",
"@angular/forms": "13.2.2",
"@angular/platform-browser": "13.2.2",
"@angular/platform-browser-dynamic": "13.2.2",
"@angular/router": "13.2.2",
"@angular/service-worker": "13.2.2",
"@capacitor/android": "3.3.4",
"@capacitor/core": "3.3.4",
"@hyperify/lonely": "^1.0.0",
"@ionic/angular": "6.0.3",
"@ngify/at": "^1.2.0",
"emoji-regex": "10.0.0",
"hammerjs": "2.0.8",
"ngx-image-cropper": "6.0.2",
"ngx-quill": "16.1.1",
"ngx-socketio2": "1.0.0",
"quill": "1.3.7",
"rxjs": "7.5.2",
"swiper": "8.0.3",
"tslib": "2.3.1",
"webrtc-adapter": "8.1.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.2",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.2.2",
"@angular/compiler": "13.2.2",
"@angular/compiler-cli": "13.2.2",
"@angular/language-service": "13.2.2",
"@capacitor/cli": "3.4.0",
"@compodoc/compodoc": "1.1.19",
"@ionic/angular-toolkit": "6.0.0",
"@ngify/types": "^1.2.0",
"@types/dom-mediacapture-record": "1.0.11",
"@types/jasmine": "3.10.2",
"@types/jasminewd2": "2.0.10",
"@types/node": "14.18.10",
"@types/offscreencanvas": "2019.6.4",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"eslint": "8.8.0",
"jasmine-core": "3.10.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"protractor": "7.0.0",
"ts-node": "10.4.0",
"typescript": "4.5.5",
"webpack-bundle-analyzer": "4.5.0"
}
}