-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.26 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
{
"name": "ngx-sails",
"version": "4.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build ngx-sails",
"watch": "npm --scripts-prepend-node-path=auth run build -- --watch",
"release": "semantic-release",
"release:dry": "semantic-release --dry-run",
"test": "node --no-deprecation ./node_modules/.bin/ng test ngx-sails --progress --code-coverage",
"test:watch": "npm --scripts-prepend-node-path=auth run test -- --watch"
},
"private": true,
"author": {
"name": "Arturas Molcanovas",
"url": "https://github.com/Alorel",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alorel/ngx-sails.git"
},
"bugs": {
"url": "https://github.com/Alorel/ngx-sails/issues"
},
"description": "Sails socket.io bindings for Angular",
"keywords": [
"angular",
"ngx",
"sails",
"socket",
"socket.io",
"binding",
"bindings"
],
"license": "MIT",
"dependencies": {
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"rxjs": "^7.8.0",
"socket.io-client": "^2.0.0",
"tslib": "^2.6.2",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@alorel-personal/conventional-changelog-alorel": "^3.0.0",
"@angular-builders/custom-webpack": "^16.0.1",
"@angular-devkit/build-angular": "^16.2.5",
"@angular/cli": "^16.2.5",
"@angular/compiler-cli": "^16.2.8",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@types/jasmine": "^5.1.0",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.8.3",
"@types/socket.io-client": "^1.4.36",
"jasmine-core": "^5.1.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"lodash-es": "^4.17.21",
"mock-socket.io": "~1.1.0",
"ng-packagr": "^16.2.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"semantic-release": "^22.0.5",
"typescript": "~5.1.6"
}
}