forked from themyth92/ngx-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·63 lines (63 loc) · 2.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
{
"name": "@pierresh/ngx-lightbox",
"version": "17.0.1",
"description": "A port >= Angular 17 for lightbox2",
"main": "index.js",
"dependencies": {
"file-saver": "^2.0.5",
"ngx-filesaver": "14.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/compiler-cli": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@types/file-saver": "^2.0.5",
"@types/jasmine": "^4.3.0",
"copyfiles": "^2.4.1",
"core-js": "^3.25.3",
"del-cli": "^5.0.0",
"jasmine-core": "^4.4.0",
"karma": "^6.4.1",
"karma-jasmine": "^5.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"phantomjs-prebuilt": "^2.1.16",
"rxjs": "^7.5.7",
"tslint": "^6.1.3",
"typescript": "5.4.5",
"webpack": "^5.74.0",
"zone.js": "^0.14.6"
},
"scripts": {
"start": "./node_modules/.bin/ng serve",
"build": "./node_modules/.bin/ng build",
"test": " ./node_modules/.bin/ng lint && ./node_modules/.bin/ng test",
"lint": "./node_modules/.bin/ng lint",
"prepublishOnly": "rm -r ./.angular && ./node_modules/.bin/ngc && ./node_modules/.bin/copyfiles -u 1 src/img/* src/*.js src/*.d.ts src/*.js.map src/*.metadata.json src/*.css .",
"postpublish": "./node_modules/.bin/del '*.{service,component,module,spec,ngfactory}.js' '*.{metadata,ngsummary}.json' index.js webpack.config.js '*.{ts,css,map}' '{compiled,img}' 'src/*.{d.ts,ngfactory.ts,js,map,json}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themyth92/ngx-lightbox.git"
},
"keywords": [
"lightbox2",
"angularjs",
"directives",
"lightbox2",
"angular",
"directives"
],
"author": "themyth92",
"license": "MIT",
"bugs": {
"url": "https://github.com/themyth92/ngx-lightbox/issues"
},
"homepage": "https://github.com/themyth92/ngx-lightbox#readme"
}