-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
180 lines (180 loc) · 5.96 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "commudle",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@100mslive/hms-video-store": "0.10.9",
"@100mslive/hms-virtual-background": "1.11.9",
"@angular/animations": "~16.2.0",
"@angular/cdk": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/google-maps": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"@angular/service-worker": "~16.2.0",
"@angular/youtube-player": "~16.2.0",
"@anycable/web": "^0.7.3",
"@commudle/eva-icons": "12.0.1",
"@commudle/theme": "^12.0.1",
"@ctrl/ngx-emoji-mart": "^9.2.0",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@ngneat/helipopper": "^8.0.3",
"@ngneat/overview": "^5.1.1",
"@nx/angular": "17.0.3",
"@portabletext/to-html": "^2.0.5",
"@sanity/client": "^6.14.0",
"@sanity/image-url": "^1.0.2",
"@sentry/angular-ivy": "^7.101.1",
"@stripe/stripe-js": "^3.0.3",
"@tinymce/tinymce-angular": "^7.0.0",
"@tiptap/core": "^2.2.3",
"@tiptap/extension-bubble-menu": "^2.2.3",
"@tiptap/extension-character-count": "^2.2.3",
"@tiptap/extension-document": "^2.2.3",
"@tiptap/extension-floating-menu": "^2.2.3",
"@tiptap/extension-gapcursor": "^2.2.3",
"@tiptap/extension-history": "^2.2.3",
"@tiptap/extension-link": "^2.2.3",
"@tiptap/extension-paragraph": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/extension-text": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/suggestion": "^2.2.3",
"@zxing/browser": "0.1.4",
"@zxing/library": "0.20.0",
"@zxing/ngx-scanner": "16.1.0",
"actioncable": "^5.2.8-1",
"angular2-multiselect-dropdown": "^5.0.4",
"angular2-smart-table": "^3.1.1",
"autolinker": "^4.0.0",
"canvas-confetti": "^1.9.2",
"chart.js": "^2.9.4",
"cookie-parser": "^1.4.6",
"eva-icons": "^1.1.3",
"grapesjs": "^0.21.8",
"grapesjs-preset-newsletter": "^1.0.2",
"lean-qr": "^2.3.4",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"ng2-completer": "^9.0.1",
"ngx-cookie-service": "^16.1.0",
"ngx-linky": "^4.0.0",
"ngx-stripe": "^16.4.0",
"prerender-node": "^3.7.0",
"prismjs": "^1.29.0",
"rxjs": "~7.8.0",
"tailwindcss-animated": "^1.1.2",
"tinymce": "^7.0.1",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "~16.2.0",
"@angular-devkit/core": "~16.2.0",
"@angular-devkit/schematics": "~16.2.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "~16.2.0",
"@angular/language-service": "~16.2.0",
"@angular/pwa": "~16.2.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/config-nx-scopes": "^18.6.1",
"@compodoc/compodoc": "^1.1.19",
"@nx-extend/firebase-hosting": "^6.0.7",
"@nx/cypress": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/express": "17.0.3",
"@nx/jest": "17.0.3",
"@nx/js": "17.0.3",
"@nx/node": "17.0.3",
"@nx/web": "17.0.3",
"@nx/workspace": "17.0.3",
"@schematics/angular": "~16.2.0",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.4.17",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@twittwer/compodoc": "^1.12.0",
"@types/actioncable": "~5.2.11",
"@types/archiver": "~6.0.2",
"@types/canvas-confetti": "~1.6.4",
"@types/chart.js": "~2.9.41",
"@types/cookie-parser": "~1.4.6",
"@types/eslint": "~8.56.2",
"@types/eslint-config-prettier": "~6.11.3",
"@types/express": "~4.17.21",
"@types/google.accounts": "^0.0.14",
"@types/google.maps": "^3.55.3",
"@types/jest": "^29.4.0",
"@types/lint-staged": "~13.3.0",
"@types/lodash": "~4.14.202",
"@types/lodash-es": "~4.17.12",
"@types/node": "16.11.7",
"@types/postcss-import": "~14.0.3",
"@types/postcss-url": "~10.0.4",
"@types/prettier": "~2.6.4",
"@types/prismjs": "~1.26.3",
"@types/tailwindcss": "~3.0.11",
"@types/uuid": "~9.0.8",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"archiver": "^6.0.1",
"autoprefixer": "^10.4.0",
"compression-webpack-plugin": "^11.0.0",
"cypress": "^13.0.0",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"express": "^4.18.2",
"express-static-gzip": "^2.1.7",
"firebase-tools": "11.9.0",
"husky": "^9.0.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.2.2",
"ng-packagr": "~16.2.0",
"nx": "17.0.3",
"pm2": "^5.3.1",
"postcss": "^8.4.5",
"postcss-import": "^16.0.1",
"postcss-preset-env": "^9.4.0",
"postcss-url": "^10.1.3",
"prettier": "^2.6.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
},
"lint-staged": {
"{apps,libs,tools}/**/*.{js,ts}": "eslint --cache --fix",
"{apps,libs,tools}/**/*.{js,ts,component.html,scss,md}": "prettier --write"
}
}