forked from blackbaud/skyux-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.62 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
{
"name": "@skyux/lists",
"version": "3.8.5",
"description": "SKY UX Lists",
"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-lists.git"
},
"bugs": {
"url": "https://github.com/blackbaud/skyux-lists/issues"
},
"homepage": "https://github.com/blackbaud/skyux-lists#readme",
"peerDependencies": {
"@angular/common": ">=4.3.6",
"@angular/core": ">=4.3.6",
"@angular/platform-browser": ">=4.3.6",
"@skyux/animations": "^3.0.0",
"@skyux/core": "^3.8.0",
"@skyux/forms": "^3.0.0",
"@skyux/i18n": "^3.5.0",
"@skyux/indicators": "^3.0.0",
"@skyux/inline-form": "^3.0.0",
"@skyux/popovers": "^3.0.0"
},
"dependencies": {
"dragula": "3.7.2",
"ng2-dragula": "1.5.0"
},
"devDependencies": {
"@angular/animations": "7.2.16",
"@angular/common": "7.2.16",
"@angular/compiler": "7.2.16",
"@angular/compiler-cli": "7.2.16",
"@angular/core": "7.2.16",
"@angular/forms": "7.2.16",
"@angular/http": "7.2.16",
"@angular/platform-browser": "7.2.16",
"@angular/platform-browser-dynamic": "7.2.16",
"@angular/router": "7.2.16",
"@blackbaud/auth-client": "2.24.0",
"@pact-foundation/pact": "9.7.0",
"@pact-foundation/pact-web": "9.7.0",
"@skyux-sdk/builder": "3.15.2",
"@skyux-sdk/builder-plugin-skyux": "1.3.1",
"@skyux-sdk/e2e": "3.1.2",
"@skyux-sdk/pact": "3.3.1",
"@skyux-sdk/testing": "3.1.0",
"@skyux/animations": "3.0.0",
"@skyux/assets": "3.1.0",
"@skyux/config": "3.8.1",
"@skyux/core": "3.11.1",
"@skyux/forms": "3.6.3",
"@skyux/http": "3.9.0",
"@skyux/i18n": "3.9.3",
"@skyux/indicators": "3.1.3",
"@skyux/inline-form": "3.1.0",
"@skyux/layout": "3.8.0",
"@skyux/list-builder": "3.6.4",
"@skyux/list-builder-common": "3.0.0",
"@skyux/lists": "3.8.3",
"@skyux/lookup": "3.2.1",
"@skyux/modals": "3.1.2",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/popovers": "3.4.0",
"@skyux/router": "3.1.1",
"@skyux/theme": "3.9.0",
"@types/core-js": "2.5.3",
"codelyzer": "4.5.0",
"core-js": "2.6.11",
"microedge-rxstate": "3.0.0",
"rxjs": "6.5.4",
"rxjs-compat": "6.5.4",
"ts-node": "8.6.2",
"tslint": "5.20.1",
"typescript": "3.2.4",
"zone.js": "0.8.28"
}
}