-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
104 lines (104 loc) · 3.41 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
{
"name": "@pazznetwork/ngx-chat",
"version": "0.17.0",
"license": "MIT",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"build:all": "rm -rf dist && ng build --prod",
"test": "nx test ngx-xmpp",
"test:headless": "DEBUG=true nx test ngx-xmpp",
"e2e": "nx e2e demo-e2e",
"e2e:debug": "nx e2e-debug demo-e2e",
"install:browsers": "npx playwright install",
"publish:all": "nx run-many --target=publish --parallel=false --projects=xmpp-adapter,strophe-ts,ngx-xmpp,ngx-chat-shared,ngx-chat",
"publish:internal:all": "nx run-many --target=publish-internal --parallel=false --projects=xmpp-adapter,strophe-ts,ngx-xmpp,ngx-chat-shared,ngx-chat",
"version:all": "nx run-many --target=version --parallel=false"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/animations": "17.3.9",
"@angular/cdk": "17.3.9",
"@angular/cli": "~17.3.0",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/compiler-cli": "17.3.9",
"@angular/core": "17.3.9",
"@angular/forms": "17.3.9",
"@angular/language-service": "17.3.9",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"@jscutlery/semver": "^4.2.0",
"@mands/nx-playwright": "0.4.0",
"@nx/angular": "18.3.5",
"@nx/eslint": "18.3.5",
"@nx/eslint-plugin": "18.3.5",
"@nx/workspace": "18.3.5",
"@playwright/test": "^1.39.0",
"@tsconfig/strictest": "^2.0.1",
"@types/estree": "^1.0.0",
"@types/jasmine": "~4.0.0",
"@types/jest": "28.1.1",
"@types/node": "18.19.9",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"autoprefixer": "^10.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-decorator-position": "^5.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"jingle": "3.0.3",
"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",
"karma-spec-reporter": "^0.0.36",
"ng-packagr": "17.3.0",
"nx": "18.3.5",
"postcss-preset-env": "9.1.1",
"prettier": "^3.1.1",
"puppeteer": "^20.9.0",
"rxjs": "^7.8.1",
"ts-node": "10.9.1",
"tslib": "^2.6.2",
"typescript": "~5.2.2",
"webpack-bundle-analyzer": "^4.8.0",
"zone.js": "0.14.7"
},
"keywords": [
"ngx-chat",
"xmpp",
"angular",
"chat",
"component",
"service",
"library",
"jabber"
],
"repository": {
"type": "git",
"url": "git://github.com/pazznetwork/ngx-chat.git"
},
"homepage": "https://github.com/pazznetwork/ngx-chat",
"bugs": {
"url": "https://github.com/pazznetwork/ngx-chat/issues"
},
"sideEffects": false,
"dependencies": {}
}