forked from pierresh/ngx-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·63 lines (63 loc) · 1.77 KB
/
package.json
File metadata and controls
executable file
·63 lines (63 loc) · 1.77 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
{
"name": "@jjmhalew/ngx-lightbox",
"version": "21.0.0",
"description": "A port >= Angular 18 for lightbox2. Forked and build upon from themyth92",
"main": "index.js",
"scripts": {
"start": "ng serve",
"build:ngx-lightbox": "ng build ngx-lightbox",
"test": " ng lint && ng test ngx-lightbox",
"lint": "ng lint"
},
"packageManager": "npm@10.9.0",
"dependencies": {
"@jjmhalew/ngx-lightbox": "file:dist/ngx-lightbox",
"ngx-filesaver": "20.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@types/file-saver": "^2.0.7",
"angular-eslint": "21.0.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jsdom": "^27.2.0",
"ng-packagr": "^21.0.0",
"prettier": "^3.6.2",
"rxjs": "^7.8.2",
"stylelint": "^16.26.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.47.0",
"vitest": "^4.0.13"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjmhalew/ngx-lightbox.git"
},
"keywords": [
"lightbox",
"angular",
"zoneless",
"directives"
],
"author": "jjmhalew",
"license": "MIT",
"bugs": {
"url": "https://github.com/jjmhalew/ngx-lightbox/issues"
},
"homepage": "https://github.com/jjmhalew/ngx-lightbox#readme"
}