-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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
75
76
{
"name": "blackbaud-skyux-spa-assignment",
"version": "0.0.1",
"description": "A single-page application (SPA) named skyux-spa-assignment",
"main": "index.js",
"scripts": {
"build": "skyux build",
"test": "skyux test",
"test:watch": "skyux watch",
"start": "skyux serve",
"e2e": "skyux e2e",
"pact": "skyux pact",
"pact:watch": "skyux pact --watch",
"lint": "skyux lint"
},
"keywords": [],
"author": "Blackbaud",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@angular/animations": "9.1.13",
"@angular/common": "9.1.13",
"@angular/compiler": "9.1.13",
"@angular/core": "9.1.13",
"@angular/forms": "9.1.13",
"@angular/platform-browser": "9.1.13",
"@angular/platform-browser-dynamic": "9.1.13",
"@angular/router": "9.1.13",
"@blackbaud/auth-client": "2.50.0",
"@skyux/ag-grid": "4.10.2",
"@skyux/animations": "4.0.1",
"@skyux/assets": "4.0.1",
"@skyux/autonumeric": "^4.0.4",
"@skyux/avatar": "4.1.4",
"@skyux/config": "4.4.0",
"@skyux/core": "4.8.0",
"@skyux/data-manager": "4.2.2",
"@skyux/datetime": "4.12.2",
"@skyux/errors": "4.0.1",
"@skyux/forms": "4.20.1",
"@skyux/grids": "4.0.6",
"@skyux/http": "4.2.0",
"@skyux/i18n": "4.4.0",
"@skyux/indicators": "4.11.0",
"@skyux/inline-form": "^4.1.1",
"@skyux/layout": "4.7.3",
"@skyux/list-builder-view-grids": "4.0.2",
"@skyux/lists": "^4.9.2",
"@skyux/lookup": "4.17.5",
"@skyux/modals": "4.6.0",
"@skyux/navbar": "4.0.0",
"@skyux/omnibar-interop": "4.0.1",
"@skyux/phone-field": "4.6.2",
"@skyux/popovers": "^4.7.0",
"@skyux/router": "4.2.2",
"@skyux/theme": "4.21.1",
"@skyux/validation": "4.0.1",
"ag-grid-angular": "^26.0.0",
"ag-grid-community": "^26.0.0",
"rxjs": "6.6.7",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "9.1.13",
"@skyux-sdk/builder": "4.10.0",
"@skyux-sdk/testing": "4.3.0",
"codelyzer": "5.2.2",
"ts-node": "8.3.0",
"tslint": "6.1.3",
"typescript": "3.8.3"
},
"peerDependencies": {}
}