-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 3.08 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
{
"name": "@stemy/ngx-utils",
"version": "19.2.17",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node build/build.mjs",
"public": "npm publish ./dist --access public --ignore-scripts",
"circular": "ts-node ./tools/circular.ts ./src",
"notify": "sudo sysctl fs.inotify.max_user_watches=524288 && sudo sysctl -p --system"
},
"public": true,
"repository": "https://github.com/stemyke/ngx-utils.git",
"author": "stemy <[email protected]>",
"peerDependencies": {
"@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/compiler": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/router": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/platform-browser": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/platform-server": "^17.0.0 || ^18.0.0 || ^19.0.0",
"express": "^4.21.2",
"element-resize-detector": "^1.2.4",
"rxjs": "^6.6.2 || ~7.8.0",
"moment": "^2.30.1",
"invokable": "^1.0.3",
"ngx-device-detector": "^5.0.1 || ^8.0.0",
"json5": "^2.2.3"
},
"devDependencies": {
"@angular/animations": "19.0.3",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/router": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-server": "19.0.3",
"express": "4.21.2",
"element-resize-detector": "1.2.4",
"core-js": "3.39.0",
"rxjs": "7.8.1",
"zone.js": "0.15.0",
"moment": "2.30.1",
"invokable": "1.0.3",
"ngx-device-detector": "^8.0.0",
"json5": "2.2.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular-devkit/build-angular": "19.0.4",
"@angular/cli": "19.0.4",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"socket.io-client": "4.8.1",
"@types/ws": "8.5.4",
"@types/express": "4.17.1",
"@types/jasmine": "2.8.9",
"@types/jasminewd2": "2.0.5",
"@types/node": "^18.19.44",
"@types/estree": "1.0.5",
"@types/element-resize-detector": "1.1.6",
"codelyzer": "^6.0.2",
"ts-node": "8.2.0",
"tslint": "5.11.0",
"typescript": "5.6.3",
"ng-packagr": "19.0.1",
"fontfaceobserver": "2.1.0",
"jszip": "3.10.1",
"file-saver": "2.0.1",
"tslib": "^2.3.0",
"cpy": "9.0.1",
"cli-progress": "3.11.2",
"del": "7.0.0",
"node-watch": "0.7.3",
"commander": "9.4.1"
},
"main": "dist/bundles/stemy-ngx-utils.umd.js",
"module": "dist/esm5/stemy-ngx-utils.js",
"es2015": "dist/esm2015/stemy-ngx-utils.js",
"typings": "dist/stemy-ngx-utils.d.ts",
"metadata": "dist/stemy-ngx-utils.metadata.json"
}