-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "ngx-panzoom",
"version": "19.0.0",
"author": "Tim Underhay",
"license": "MIT",
"homepage": "https://github.com/TimUnderhay/ngx-panzoom",
"repository": {
"type": "git",
"url": "https://github.com/TimUnderhay/ngx-panzoom.git"
},
"scripts": {
"ng": "ng",
"build": "npm run buildlib && npm run buildapp",
"postbuild": "cp README.md dist/ngx-panzoom",
"buildlib": "ng build --configuration production ngx-panzoom",
"buildapp": "ng build --configuration production demo-app",
"start": "ng serve",
"lint": "ng lint",
"e2e": "ng e2e",
"buildpages": "ng deploy --base-href \"/ngx-panzoom/\" --repo https://github.com/TimUnderhay/ngx-panzoom"
},
"private": false,
"dependencies": {
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"angular-cli-ghpages": "^2.0.1",
"font-awesome": "^4.7.0",
"ng-packagr": "^18.0.0",
"primeflex": "^3.3.1",
"primeng": "^17.18.11",
"screenfull": "^6.0.2",
"tslib": "^2.3.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.7",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@types/jasmine": "~3.8.2",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.3.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~5.4.5"
}
}