-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.23 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
{
"name": "@fsms/angular-pubsub-app",
"version": "2.0.25",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build:prod": "ng build fsms-angular-pubsub --prod",
"test": "ng test fsms-angular-pubsub",
"lint": "ng lint",
"e2e": "ng e2e",
"clean": "rimraf dist",
"build:ci": "run-s clean build:prod copyfiles",
"test:ci": "ng test fsms-angular-pubsub --watch=false --browsers=ChromeHeadless --code-coverage=true",
"copyfiles": "copyfiles -f ./projects/fsms-angular-pubsub/.npmrc README.md CHANGELOG.md dist/fsms-angular-pubsub",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.3",
"@angular/common": "^16.1.3",
"@angular/compiler": "^16.1.3",
"@angular/core": "^16.1.3",
"@angular/forms": "^16.1.3",
"@angular/platform-browser": "^16.1.3",
"@angular/platform-browser-dynamic": "^16.1.3",
"@angular/router": "^16.1.3",
"rxjs": "^6.6.7",
"tslib": "^2.6.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.2",
"@angular/cli": "^16.1.2",
"@angular/compiler-cli": "^16.1.3",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.55",
"ajv": "^8.12.0",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "^2.2.2",
"copyfiles": "^2.4.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-junit-reporter": "^2.0.1",
"ng-packagr": "^16.1.0",
"npm-run-all": "^4.1.5",
"protractor": "~7.0.0",
"standard-version": "^9.5.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=10.9.0 <17.0.0",
"npm": ">=5.3.0",
"yarn": ">=1.13.0 <2.0.0"
},
"keywords": [
"angular",
"pubsub",
"rxjs"
],
"author": "Rupesh Tiwari <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fullstackmaster1/fsms-angular-pubsub.git"
}
}