-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.86 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": "sx-focus-listener-src",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"lib:test": "ng run sx-focus-listener:test",
"lib:build": "ng run sx-focus-listener:build:production && cpx ./README.md ./dist/sx-focus-listener",
"lib:publish": "npm publish ./dist/sx-focus-listener --access=public",
"lib:publish:beta": "npm publish ./dist/sx-focus-listener --access=public --tag=beta",
"website:serve": "ng run website:serve",
"website:build": "ng run website:build",
"website:deploy": "ng run website:deploy --base-href=/sx-focus-listener/"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.14",
"@angular/common": "~10.0.14",
"@angular/compiler": "~10.0.14",
"@angular/core": "~10.0.14",
"@angular/forms": "~10.0.14",
"@angular/platform-browser": "~10.0.14",
"@angular/platform-browser-dynamic": "~10.0.14",
"@angular/router": "~10.0.14",
"@angular/cdk": "~10.1.3",
"@nguniversal/express-engine": "^10.0.2",
"rxjs": "~6.6.2",
"tslib": "^2.0.0",
"zone.js": "~0.11.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.8",
"@angular-devkit/build-ng-packagr": "~0.1000.8",
"@angular/cli": "~10.0.8",
"@angular/compiler-cli": "~10.0.14",
"@angular/language-service": "~10.0.14",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.6.2",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"cpx": "^1.5.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^10.0.0",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.0",
"typescript": "~3.9.7"
}
}