-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.32 KB
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
75
76
77
{
"name": "sam-gov",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"federalist": "npm install --only=dev && ng build --prod --base-href=$BASEURL/"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^11.2.13",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/material": "^11.2.13",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@gsa-sam/components": "11.0.0-beta.3",
"@gsa-sam/layouts": "11.0.0-beta.3",
"@gsa-sam/ngx-uswds": "0.0.1",
"@gsa-sam/sam-formly": "11.0.0-beta.3",
"@gsa-sam/sam-material-extensions": "11.0.0-beta.3",
"@gsa-sam/sam-styles": "0.0.116",
"@gsa-sam/ngx-uswds-icons": "0.0.4",
"@ngrx/effects": "^10.0.1",
"@ngrx/entity": "^10.0.1",
"@ngrx/router-store": "^10.0.1",
"@ngrx/store": "^10.0.1",
"@ngrx/store-devtools": "^10.0.1",
"@ngx-formly/core": "^5.10.1",
"@nrwl/nx": "^7.8.7",
"@types/qs": "^6.9.4",
"accessible-html5-video-player": "^1.0.6",
"core-js": "^3.6.5",
"lodash-es": "^4.17.15",
"ngx-bootstrap-icons": "1.5.0",
"ngx-highlightjs": "^4.1.2",
"ngx-markdown": "^10.1.1",
"ngx-toastr": "^10.2.0",
"node-sass": "^4.14.1",
"qs": "^6.9.4",
"rxjs": "~6.6.3",
"ts-md5": "^1.2.7",
"tslib": "^2.0.0",
"typescript": "4.0.3",
"uswds": "^2.12.0",
"zone.js": "^0.11.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.13",
"@angular/cli": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@ngrx/schematics": "~10.0.1",
"@types/jasmine": "^3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.14.5",
"codelyzer": "^6.0.1",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^6.0.0",
"karma": "^5.2.3",
"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",
"protractor": "~7.0.0",
"ts-node": "^9.0.0",
"tslint": "~6.1.0"
}
}