-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.82 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
{
"name": "hammerhead-ui",
"version": "0.0.1-beta-45",
"scripts": {
"ng": "ng",
"start": "yarn copy_readme_to_assets && ng serve",
"build": "ng build",
"build_and_watch": "ng build hammerhead-ui --watch",
"test": "ng test hammerhead-ui",
"lint": "ng lint",
"e2e": "ng e2e",
"copy_readme_to_assets": "cp ./README.md ./projects/hammerhead-ui-app/src/assets",
"recompile_docs": "bash ./recompile_docs.sh",
"publish_lib": "bash ./publish_lib.sh"
},
"private": false,
"dependencies": {
"@angular/animations": "14.2.12",
"@angular/cdk": "14.2.7",
"@angular/common": "14.2.12",
"@angular/compiler": "14.2.12",
"@angular/core": "14.2.12",
"@angular/flex-layout": "14.0.0-beta.41",
"@angular/forms": "14.2.12",
"@angular/material": "14.2.7",
"@angular/platform-browser": "14.2.12",
"@angular/platform-browser-dynamic": "14.2.12",
"@angular/router": "14.2.12",
"ng-packagr": "^14.2.2",
"ngx-markdown": "14.0.1",
"rxjs": "7.6.0",
"tslib": "2.4.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.10",
"@angular/cli": "14.2.10",
"@angular/compiler-cli": "14.2.12",
"@angular/language-service": "14.2.12",
"@types/jasmine": "^3.10.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^17.0.8",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"jasmine-core": "^4.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.10",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"prettier": "2.8.0",
"prettier-eslint": "15.0.1",
"protractor": "^7.0.0",
"ts-node": "^10.4.0",
"typescript": "4.8.4"
}
}