forked from blackbaud/skyux-grids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.3 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
{
"name": "@skyux/grids",
"version": "3.2.1",
"description": "SKY UX Grids",
"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-grids.git"
},
"bugs": {
"url": "https://github.com/blackbaud/skyux-grids/issues"
},
"homepage": "https://github.com/blackbaud/skyux-grids#readme",
"peerDependencies": {
"@angular/common": ">=4.3.6",
"@angular/core": ">=4.3.6",
"@angular/forms": ">=4.3.6",
"@skyux/core": "^3.5.1",
"@skyux/i18n": "^3.5.0",
"@skyux/list-builder-common": "^3.0.0",
"@skyux/forms": "^3.0.0",
"@skyux/indicators": "^3.0.0"
},
"dependencies": {
"dragula": "3.7.2",
"ng2-dragula": "1.5.0"
},
"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.0",
"@pact-foundation/pact": "7.4.0",
"@pact-foundation/pact-web": "7.4.0",
"@skyux-sdk/builder": "3.7.1",
"@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/assets": "3.1.0",
"@skyux/config": "3.5.0",
"@skyux/core": "3.6.0",
"@skyux/forms": "3.2.1",
"@skyux/grids": "3.1.7",
"@skyux/http": "3.4.1",
"@skyux/i18n": "3.7.1",
"@skyux/indicators": "3.0.3",
"@skyux/list-builder-common": "3.0.0",
"@skyux/modals": "3.0.6",
"@skyux/omnibar-interop": "3.1.0",
"@skyux/router": "3.1.1",
"@skyux/theme": "3.7.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"
}
}