forked from blackbaud/skyux-modals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.18 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
{
"name": "@skyux/modals",
"version": "3.0.5",
"description": "SKY UX Modals",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
"scripts": {
"build": "skyux build-public-library",
"skyux": "skyux",
"start": "skyux serve --hmr",
"test": "skyux test --coverage library --logFormat none",
"test:visual": "skyux e2e --logFormat none"
},
"keywords": [],
"author": "Blackbaud",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/skyux-modals.git"
},
"bugs": {
"url": "https://github.com/blackbaud/skyux-modals/issues"
},
"homepage": "https://github.com/blackbaud/skyux-modals#readme",
"peerDependencies": {
"@angular/animations": ">=4.3.6",
"@angular/common": ">=4.3.6",
"@angular/core": ">=4.3.6",
"@angular/router": ">=4.3.6",
"@skyux/core": "^3.5.1",
"@skyux/i18n": "^3.5.0",
"@skyux/indicators": "^3.0.0"
},
"dependencies": {},
"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.15.1",
"@pact-foundation/pact": "8.2.6",
"@pact-foundation/pact-web": "7.4.0",
"@skyux-sdk/builder": "3.7.0",
"@skyux-sdk/builder-plugin-skyux": "1.0.0",
"@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.0.0",
"@skyux/config": "3.5.0",
"@skyux/core": "3.6.0",
"@skyux/http": "3.4.1",
"@skyux/i18n": "3.7.1",
"@skyux/indicators": "3.0.3",
"@skyux/modals": "3.0.4",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/router": "3.1.1",
"@skyux/theme": "3.7.0",
"@skyux/tiles": "3.1.0",
"@types/core-js": "2.5.2",
"codelyzer": "4.5.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"
}
}