This repository was archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.4 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.4 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
78
79
80
81
{
"name": "@blackbaud/skyux-lib-testing",
"version": "2.1.0",
"description": "Provides methods for interacting with SKY UX components during Karma tests",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
"scripts": {
"skyux": "skyux",
"test": "skyux test && skyux e2e && skyux build && npm run build",
"build": "skyux build-public-library",
"start": "skyux serve"
},
"keywords": [],
"author": "Blackbaud",
"license": "ISC",
"peerDdependencies": {
"@blackbaud/skyux": "^2.30.1"
},
"devDependencies": {
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@blackbaud/auth-client": "2.17.1",
"@pact-foundation/pact": "7.4.0",
"@pact-foundation/pact-web": "7.4.0",
"@skyux-sdk/builder": "3.7.1",
"@skyux-sdk/e2e": "3.1.2",
"@skyux-sdk/pact": "3.2.1",
"@skyux-sdk/testing": "3.1.0",
"@skyux/animations": "3.0.0",
"@skyux/assets": "3.1.0",
"@skyux/avatar": "3.0.0",
"@skyux/config": "3.5.0",
"@skyux/core": "3.6.0",
"@skyux/datetime": "3.3.0",
"@skyux/errors": "3.0.0",
"@skyux/forms": "3.2.1",
"@skyux/grids": "3.2.0",
"@skyux/http": "3.4.1",
"@skyux/i18n": "3.7.1",
"@skyux/indicators": "3.0.3",
"@skyux/inline-form": "3.0.0",
"@skyux/layout": "3.2.2",
"@skyux/list-builder": "3.5.0",
"@skyux/list-builder-common": "3.0.0",
"@skyux/list-builder-view-checklist": "3.1.3",
"@skyux/list-builder-view-grids": "3.4.0",
"@skyux/lists": "3.3.1",
"@skyux/lookup": "3.1.1",
"@skyux/modals": "3.0.6",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/popovers": "3.1.1",
"@skyux/router": "3.1.1",
"@skyux/theme": "3.7.0",
"@skyux/toast": "3.0.4",
"@types/core-js": "2.5.2",
"codelyzer": "4.5.0",
"microedge-rxstate": "3.0.0",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.2.4",
"zone.js": "0.8.28"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux-lib-testing"
},
"dependencies": {},
"peerDependencies": {
"@skyux-sdk/builder": "^3.7.1"
}
}