-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.12 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.12 KB
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
{
"name": "@stemy/ngx-utils",
"version": "19.9.24",
"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 <balazs.stemler@metrix.co.hu>",
"peerDependencies": {
"@angular/animations": "^19.2.14",
"@angular/common": "^19.2.14",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@angular/forms": "^19.2.14",
"@angular/router": "^19.2.14",
"@angular/platform-browser": "^19.2.14",
"@angular/platform-server": "^19.2.14",
"element-resize-detector": "^1.2.4",
"rxjs": "^7.8.2",
"luxon": "^3.6.1",
"invokable": "^1.0.3",
"ngx-device-detector": "^9.0.0",
"@floating-ui/dom": "^1.7.1",
"zone.js": "^0.15.1",
"json5": "^2.2.3"
},
"devDependencies": {
"@angular/animations": "^19.2.14",
"@angular/common": "^19.2.14",
"@angular/compiler": "^19.2.14",
"@angular/core": "^19.2.14",
"@angular/forms": "^19.2.14",
"@angular/router": "^19.2.14",
"@angular/platform-browser": "^19.2.14",
"@angular/platform-server": "^19.2.14",
"element-resize-detector": "^1.2.4",
"rxjs": "^7.8.2",
"luxon": "^3.6.1",
"invokable": "^1.0.3",
"ngx-device-detector": "^9.0.0",
"@floating-ui/dom": "^1.7.1",
"zone.js": "^0.15.1",
"json5": "^2.2.3",
"core-js": "^3.42.0",
"@angular/platform-browser-dynamic": "^19.2.14",
"@angular-devkit/build-angular": "^19.2.14",
"@angular/cli": "^19.2.14",
"@angular/compiler-cli": "^19.2.14",
"@angular/language-service": "^19.2.14",
"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": "^20.19.4",
"@types/estree": "^1.0.8",
"@types/element-resize-detector": "^1.1.6",
"@types/luxon": "^3.6.2",
"codelyzer": "^6.0.2",
"ts-node": "8.2.0",
"tslint": "5.11.0",
"typescript": "5.6.3",
"ng-packagr": "19.2.2",
"fontfaceobserver": "2.1.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.6",
"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",
"hammerjs": "^2.0.8"
},
"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"
}