-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "ngx-socket-io",
"version": "4.7.0",
"description": "Socket.IO module for Angular",
"main": "index.ts",
"scripts": {
"build": "ng-packagr",
"format": "prettier --write src",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rodgc/ngx-socket-io.git"
},
"keywords": [
"Angular",
"Socket-io",
"TypeScript"
],
"author": "rodgc",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodgc/ngx-socket-io/issues"
},
"homepage": "https://github.com/rodgc/ngx-socket-io#readme",
"dependencies": {
"core-js": "^3.0.0",
"reflect-metadata": "^0.1.10",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"zone.js": "~0.14.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"rxjs": "^7.0.0"
},
"devDependencies": {
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/core": "^18.0.0",
"@types/node": "^12.7.1",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"husky": "^6.0.0",
"ng-packagr": "^18.0.0",
"prettier": "^2.2.1",
"rxjs": "^7.0.0",
"tslint": "^5.18.0",
"typescript": "^5.4.0"
}
}