-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.26 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
{
"name": "virtual-repeat-angular-lib-app",
"version": "0.4.15",
"scripts": {
"serve": "ng serve",
"build_prod": "ng build --configuration production",
"serve_prod": "http-server ./dist/virtual-repeat-angular-lib-app/",
"test_lib": "ng test virtual-repeat-angular-lib",
"lint": "ng lint",
"e2e": "ng e2e",
"build_lib": "ng build --configuration production virtual-repeat-angular-lib",
"npm_pack": "cp README.md dist/virtual-repeat-angular-lib && cd dist/virtual-repeat-angular-lib && npm pack && cp *.tgz ../releases/",
"npm_build_and_package": "npm run build_lib && npm run npm_pack",
"npm_publish": "npm publish dist/virtual-repeat-angular-lib/virtual-repeat-angular-0.4.15.tgz",
"github_publish": "ng deploy virtual-repeat-angular-lib-app",
"git_push": "git push origin master",
"git_push_force": "git push -f origin master",
"git_ammend": "git commit --amend --all --no-edit",
"git_pull": "git pull --rebase origin",
"install_ngh": "ng add angular-cli-ghpages --project virtual-repeat-angular-lib-app",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.6",
"@angular/common": "^14.2.6",
"@angular/compiler": "^14.2.6",
"@angular/core": "^14.2.6",
"@angular/forms": "^14.2.6",
"@angular/platform-browser": "^14.2.6",
"@angular/platform-browser-dynamic": "^14.2.6",
"@angular/router": "^14.2.6",
"core-js": "^3.6.4",
"rxjs": "~7.5.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "^14.2.6",
"@angular/compiler-cli": "^14.2.6",
"@angular/language-service": "^14.2.6",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^13.7.0",
"angular-cli-ghpages": "^1.0.3",
"codelyzer": "^6.0.0",
"http-server": "^14.1.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"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.2.1",
"protractor": "~7.0.0",
"ts-node": "~8.6.2",
"tslint": "~6.1.0",
"typescript": "^4.0.8"
}
}