-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 4.15 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "just-lightbox-rep",
"version": "0.0.1",
"author": {
"name": "Kirill Khrushchev"
},
"homepage": "https://github.com/fayriot/just-lightbox#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fayriot/just-lightbox.git"
},
"license": "MIT",
"description": "Simple, lightweight Angular image lightbox library with gestures support & no dependencies",
"keywords": [
"lightbox",
"angular",
"image"
],
"bugs": {
"url": "https://github.com/fayriot/just-lightbox/issues"
},
"engines": {
"node": ">=20.0.0"
},
"maintainers": [
{
"email": "[email protected]",
"name": "Kirill Khrushchöv"
}
],
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "npm exec -- nx run just-lightbox-demo:serve:development",
"test": "npm exec -- nx test just-lightbox",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"build": "npm exec -- nx build just-lightbox-demo",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"release": "npm exec -- nx run just-lightbox:release"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.2",
"@angular-devkit/core": "~18.0.2",
"@angular-devkit/schematics": "~18.0.2",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.2",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/platform-server": "18.0.1",
"@nx/angular": "19.1.1",
"@nx/cypress": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/workspace": "19.1.1",
"@schematics/angular": "17.0.1",
"@types/jest": "29.5.8",
"@types/node": "20.9.1",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-github-releaser": "^3.1.5",
"coveralls": "^3.1.0",
"cpy-cli": "^4.1.0",
"cross-env": "~7.0.3",
"cypress": "^13.5.1",
"cz-conventional-changelog": "^2.1.0",
"es6-shim": "0.35.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.3.0",
"jest": "^29.7.0",
"jest-preset-angular": "~14.1.0",
"keyv": "^4.5.1",
"ng-packagr": "18.0.0",
"np": "~8.0.4",
"nx": "19.1.1",
"prettier": "3.1.0",
"replace": "^1.2.0",
"require-dir": "^1.2.0",
"rimraf": "3.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"webpack": "~5.89.0"
},
"dependencies": {
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/platform-server": "18.0.1",
"@angular/router": "18.0.1",
"@angular/ssr": "18.0.2",
"ngx-highlightjs": "^12.0.0",
"rxjs": "~7.8.1",
"tslib": "~2.6.2",
"zone.js": "0.14.2"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "19.1.1"
}
}