-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.96 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
{
"name": "@stemy/ngx-utils",
"version": "19.9.56",
"license": "MIT",
"scripts": {
"start": "ng serve",
"build": "ng-packagr -p ./ng-package.json -c ./tsconfig.json",
"public": "npm publish ./dist --access public --ignore-scripts"
},
"public": true,
"repository": "https://github.com/stemyke/ngx-utils.git",
"author": "stemy <balazs.stemler@metrix.co.hu>",
"peerDependencies": {
"@angular/animations": "^19.2.22",
"@angular/common": "^19.2.22",
"@angular/compiler": "^19.2.22",
"@angular/core": "^19.2.22",
"@angular/forms": "^19.2.22",
"@angular/router": "^19.2.22",
"@angular/platform-browser": "^19.2.22",
"@angular/platform-browser-dynamic": "^19.2.22",
"@angular/platform-server": "^19.2.22",
"element-resize-detector": "^1.2.4",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"core-js": "^3.49.0",
"socket.io-client": "^4.8.3",
"rxjs": "^7.8.2",
"luxon": "^3.7.2",
"invokable": "^1.0.3",
"ngx-device-detector": "^9.0.0",
"@floating-ui/dom": "^1.7.6",
"zone.js": "~0.15.0",
"json5": "^2.2.3"
},
"devDependencies": {
"@angular/cli": "19.2.26",
"@angular-devkit/build-angular": "19.2.26",
"@types/luxon": "^3.7.1",
"ng-packagr": "^19.2.2",
"codelyzer": "^6.0.2",
"typescript": "5.6.3",
"tslib": "^2.3.0",
"cpy": "^12.1.0",
"cli-progress": "^3.12.0",
"del": "^8.0.1",
"node-watch": "^0.7.4",
"commander": "^14.0.2",
"bootstrap": "^5.3.8",
"jquery": "^4.0.0",
"@fortawesome/fontawesome-free": "^6.7.2"
},
"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"
}