forked from commudle/commudle-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.68 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
{
"name": "commudle",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@100mslive/hms-video": "0.1.18",
"@100mslive/hms-video-store": "0.2.71",
"@angular/animations": "~14.2.0",
"@angular/cdk": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@angular/service-worker": "~14.2.0",
"@angular/youtube-player": "~14.2.0",
"@commudle/eva-icons": "10.0.0",
"@commudle/theme": "^10.0.0",
"@ctrl/ngx-emoji-mart": "^7.1.0",
"@fortawesome/angular-fontawesome": "~0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@nrwl/angular": "15.1.1",
"@sanity/block-content-to-html": "^2.0.0",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@tinymce/tinymce-angular": "^7.0.0",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"@zxing/ngx-scanner": "^3.8.0",
"actioncable": "^5.2.8-1",
"angular2-multiselect-dropdown": "^5.0.4",
"angular2-smart-table": "^2.7.1",
"autolinker": "^4.0.0",
"canvas-confetti": "^1.6.0",
"chart.js": "^2.9.4",
"cookie-parser": "^1.4.6",
"eva-icons": "^1.1.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lottie-web": "^5.9.6",
"moment": "^2.29.4",
"moment-timezone": "^0.5.39",
"ng2-completer": "^9.0.1",
"ngx-cookie-service": "^14.0.1",
"ngx-linky": "^4.0.0",
"prerender-node": "^3.5.0",
"prismjs": "^1.29.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular-devkit/core": "~14.2.0",
"@angular-devkit/schematics": "~14.2.0",
"@angular-eslint/eslint-plugin": "~14.0.4",
"@angular-eslint/eslint-plugin-template": "~14.0.4",
"@angular-eslint/template-parser": "~14.0.4",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@angular/language-service": "~14.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/config-nx-scopes": "^17.2.0",
"@compodoc/compodoc": "^1.1.19",
"@nrwl/cli": "15.1.1",
"@nrwl/cypress": "15.1.1",
"@nrwl/eslint-plugin-nx": "15.1.1",
"@nrwl/express": "15.1.1",
"@nrwl/jest": "15.1.1",
"@nrwl/linter": "15.1.1",
"@nrwl/node": "15.1.1",
"@nrwl/workspace": "15.1.1",
"@nx-extend/firebase-hosting": "^2.1.5",
"@schematics/angular": "~14.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@twittwer/compodoc": "^1.9.0",
"@types/actioncable": "^5.2.7",
"@types/chart.js": "^2.9.37",
"@types/eslint": "~8.4.10",
"@types/express": "4.17.13",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.190",
"@types/node": "16.11.7",
"@types/postcss-import": "~14.0.0",
"@types/postcss-url": "~10.0.0",
"@types/prettier": "^2.7.1",
"@types/prismjs": "^1.26.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.0",
"compression-webpack-plugin": "^10.0.0",
"cypress": "^11.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"express": "^4.18.1",
"express-static-gzip": "^2.1.7",
"firebase-tools": "11.9.0",
"husky": "^8.0.2",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "~12.2.2",
"lint-staged": "^13.0.4",
"ng-packagr": "~14.2.0",
"nx": "15.1.1",
"pm2": "^5.2.2",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
},
"lint-staged": {
"{apps,libs,tools}/**/*.{js,ts}": "eslint --cache --fix",
"{apps,libs,tools}/**/*.{js,ts,component.html,scss,md}": "prettier --write"
},
"volta": {
"node": "16.18.1"
}
}