-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.07 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
{
"name": "warch-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"deploy": " surge ./dist http://warch.surge.sh",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0-next.0",
"@angular/cdk": "^13.0.0",
"@angular/common": "^14.0.0-next.0",
"@angular/compiler": "^14.0.0-next.0",
"@angular/core": "^14.0.0-next.0",
"@angular/forms": "^14.0.0-next.0",
"@angular/localize": "^14.0.0-next.0",
"@angular/material": "^13.0.0",
"@angular/platform-browser": "^14.0.0-next.0",
"@angular/platform-browser-dynamic": "^14.0.0-next.0",
"@angular/router": "^14.0.0-next.0",
"@livechat/chat-sdk": "^0.2.0",
"@nebular/eva-icons": "10.0.0",
"@nebular/theme": "^10.0.0",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@ngx-translate/core": "^15.0.0",
"@popperjs/core": "^2.10.2",
"@resemble/node": "^2.1.0",
"angular-circular-slider": "^1.2.3",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"country-data-list": "^1.3.0",
"country-list-js": "^3.1.7",
"font-awesome": "^4.7.0",
"geos-major": "^1.2.1",
"google-translate-api": "^2.3.0",
"ngx-bootstrap": "^11.0.2",
"ngx-circular-slider": "^0.6.3",
"rxjs": "~7.5.0",
"stream-chat": "^8.12.1",
"stream-chat-angular": "^4.40.0",
"sweetalert2": "^11.7.28",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "^14.0.0-next.0",
"@types/country-list-js": "^3.1.3",
"@types/google-translate-api": "^2.3.3",
"@types/jasmine": "~4.0.0",
"@types/jquery": "^3.5.19",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"surge": "^0.23.1",
"typescript": "~4.7.2",
"video.js": "^8.5.2"
}
}