-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
60 lines (60 loc) · 1.88 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
{
"name": "ng-cloudimage-responsive",
"version": "4.0.2",
"scripts": {
"ng": "ng",
"start": "npm run build_lib && ng serve",
"build": "ng build example",
"build_lib": "ng build lib",
"test": "ng test",
"lint": "ng lint",
"copy-readme": "cp ./README.md ./dist/lib",
"copy-license": "cp ./LICENSE ./dist/lib",
"copy-files": "npm run copy-readme && npm run copy-license",
"npm_pack": "cd dist/lib && npm pack",
"deploy": "gh-pages -d dist/example",
"publish-demo": "npm run build && npm run deploy",
"package": "npm run build_lib && npm run copy-files && npm run npm_pack"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^14.1.1",
"@angular/animations": "^14.1.1",
"@angular/common": "^14.1.1",
"@angular/compiler": "^14.1.1",
"@angular/core": "^14.1.1",
"@angular/forms": "^14.1.1",
"@angular/platform-browser": "^14.1.1",
"@angular/platform-browser-dynamic": "^14.1.1",
"@angular/router": "^14.1.1",
"cloudimage-responsive-utils": "^2.5.1",
"core-js": "^3.22.1",
"ng-lazyload-image": "^9.1.2",
"rxjs": "^7.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "^14.1.1",
"@angular/compiler-cli": "^14.1.1",
"@angular/language-service": "^14.1.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"gh-pages": "^3.2.3",
"highlight.js": "^11.8.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.18",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.1.0",
"ngx-highlightjs": "8.0.0",
"ts-node": "^10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}
}