forked from blackbaud/skyux2-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.84 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "skyux2",
"version": "1.0.0",
"description": "Documentation for SKY UX",
"scripts": {
"test": "skyux lint && skyux test && skyux e2e && skyux build"
},
"keywords": [],
"author": "Blackbaud, Inc.",
"license": "MIT",
"dependencies": {
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "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.2",
"@blackbaud/skyux-lib-clipboard": "1.1.1",
"@blackbaud/skyux-lib-code-block": "1.3.1",
"@blackbaud/skyux-lib-media": "1.0.1",
"@blackbaud/skyux-lib-stache": "3.1.0",
"@blackbaud/skyux2-demos": "1.3.1",
"@skyux/action-bars": "3.1.1",
"@skyux/animations": "3.0.0",
"@skyux/assets": "3.1.0",
"@skyux/avatar": "3.0.0",
"@skyux/colorpicker": "3.1.1",
"@skyux/config": "3.6.0",
"@skyux/core": "3.7.0",
"@skyux/datetime": "3.6.2",
"@skyux/errors": "3.0.0",
"@skyux/flyout": "3.2.2",
"@skyux/forms": "3.4.0",
"@skyux/grids": "3.2.1",
"@skyux/http": "3.7.0",
"@skyux/i18n": "3.9.0",
"@skyux/indicators": "3.1.0",
"@skyux/inline-form": "3.0.0",
"@skyux/layout": "3.2.2",
"@skyux/link-records": "3.1.0",
"@skyux/list-builder": "3.5.2",
"@skyux/list-builder-common": "3.0.0",
"@skyux/list-builder-view-checklist": "3.1.3",
"@skyux/list-builder-view-grids": "3.5.0",
"@skyux/lists": "3.4.1",
"@skyux/lookup": "3.1.1",
"@skyux/modals": "3.1.0",
"@skyux/navbar": "3.0.1",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/phone-field": "3.1.0",
"@skyux/popovers": "3.3.0",
"@skyux/progress-indicator": "3.1.1",
"@skyux/router": "3.1.1",
"@skyux/select-field": "3.4.1",
"@skyux/split-view": "3.0.0-rc.0",
"@skyux/tabs": "3.2.0",
"@skyux/theme": "3.7.1",
"@skyux/tiles": "3.1.2",
"@skyux/toast": "3.0.4",
"@skyux/validation": "3.2.1",
"@stackblitz/sdk": "1.3.0",
"microedge-rxstate": "3.0.0",
"rxjs": "6.5.3",
"rxjs-compat": "6.5.3",
"zone.js": "0.8.29"
},
"devDependencies": {
"@angular/compiler-cli": "7.2.15",
"@blackbaud/skyux-builder-plugin-code-block": "1.1.0",
"@blackbaud/skyux-builder-plugin-stache": "2.0.0",
"@pact-foundation/pact": "9.1.1",
"@pact-foundation/pact-web": "9.1.1",
"@skyux-sdk/builder": "^3.8.0",
"@skyux-sdk/e2e": "3.1.2",
"@skyux-sdk/pact": "3.3.0",
"@skyux-sdk/testing": "3.1.0",
"@types/core-js": "2.5.2",
"codelyzer": "4.5.0",
"core-js": "2.6.9",
"ts-node": "8.4.1",
"tslint": "5.20.0",
"typescript": "3.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux2-docs"
}
}