-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·105 lines (105 loc) · 3.54 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "repro-test-error",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@abacritt/angularx-social-login": "2.1.0",
"@angular-material-components/datetime-picker": "^16.0.1",
"@angular/animations": "^16.2.5",
"@angular/cdk": "^16.2.5",
"@angular/common": "^16.2.5",
"@angular/compiler": "^16.2.5",
"@angular/core": "^16.2.5",
"@angular/forms": "^16.2.5",
"@angular/material": "^16.2.5",
"@angular/material-date-fns-adapter": "^16.2.5",
"@angular/platform-browser": "^16.2.5",
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"@angular/service-worker": "^16.2.5",
"@apollo/client": "3.8.3",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@ngrx/effects": "^16.2.0",
"@ngrx/entity": "^16.2.0",
"@ngrx/store": "^16.2.0",
"@ngrx/store-devtools": "^16.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@sentry/angular-ivy": "^7.69.0",
"angular-code-input": "^2.0.0",
"apexcharts": "^3.37.2",
"apollo-angular": "^5.0.2",
"card-validator": "^8.1.1",
"cropperjs": "^1.5.13",
"graphql": "^16.8.0",
"intl-tel-input": "^17.0.19",
"marked": "^4.3.0",
"ng-apexcharts": "^1.7.4",
"ngx-countdown": "^16.0.0",
"ngx-infinite-scroll": "^16.0.0",
"ngx-markdown": "^16.0.0",
"ngx-skeleton-loader": "^7.0.0",
"ngx-webcam": "^0.4.1",
"pusher-js": "^8.0.1",
"recordrtc": "^5.6.2",
"rxjs": "~7.5.0",
"save": "^2.9.0",
"swiper": "^10.0.4",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.2",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "~16.2.2",
"@angular/compiler-cli": "^16.2.0",
"@antmedia/webrtc_adaptor": "^2.6.0",
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/introspection": "^2.2.3",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-apollo-angular": "^3.5.6",
"@graphql-codegen/typescript-operations": "^2.5.10",
"@graphql-codegen/typescript-resolvers": "^2.7.10",
"@ngrx/schematics": "^16.2.0",
"@types/intl-tel-input": "^17.0.6",
"@types/jasmine": "~4.3.0",
"@types/marked": "^4.0.8",
"@types/node": "^18.18.0",
"@types/recordrtc": "^5.6.10",
"@types/video.js": "^7.3.52",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"git-commit-msg-linter": "^4.4.0",
"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.1.0",
"postcss": "^8.4.19",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.1",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.2.4",
"typescript": "~5.1.3",
"webpack-bundle-analyzer": "^4.9.1"
}
}