-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.22 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
{
"name": "uswds-design-patterns",
"license": "CC0-1.0",
"homepage": "https://github.com/facioquo/uswds-design-patterns",
"repository": "https://github.com/facioquo/uswds-design-patterns",
"bugs": "https://github.com/facioquo/uswds-design-patterns/issues",
"author": "FacioQuo <[email protected]> (http://facioquo.com)",
"scripts": {
"ng": "ng",
"start": "ng serve --open --live-reload",
"build": "ng build --configuration=development",
"build.prod": "ng build --configuration=production",
"watch": "ng build --configuration=development --watch"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=20.0.0",
"yarn": ">=1.13.0"
},
"dependencies": {
"@angular/animations": "18.2.7",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"@uswds/uswds": "3.9.0",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular/build": "18.2.7",
"@angular/cli": "18.2.7",
"@angular/compiler-cli": "18.2.7",
"typescript": "5.5.4"
}
}