-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.46 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
{
"name": "bark-back",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --browsers=ChromeHeadless --no-progress --no-watch",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@skyux-sdk/testing": "11.33.0",
"@skyux/ag-grid": "11.33.0",
"@skyux/animations": "11.33.0",
"@skyux/assets": "^11.33.0",
"@skyux/autonumeric": "11.33.0",
"@skyux/avatar": "11.33.0",
"@skyux/core": "^11.33.0",
"@skyux/data-manager": "11.33.0",
"@skyux/datetime": "11.33.0",
"@skyux/flyout": "11.33.0",
"@skyux/forms": "11.33.0",
"@skyux/i18n": "^11.33.0",
"@skyux/indicators": "11.33.0",
"@skyux/inline-form": "11.33.0",
"@skyux/layout": "11.33.0",
"@skyux/lookup": "11.33.0",
"@skyux/modals": "11.33.0",
"@skyux/packages": "11.33.0",
"@skyux/pages": "11.33.0",
"@skyux/popovers": "11.33.0",
"@skyux/theme": "^11.33.0",
"rxjs": "~7.8.0",
"tslib": "2.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.0",
"@skyux-sdk/eslint-config": "11.33.0",
"@types/jasmine": "5.1.5",
"angular-eslint": "18.4.3",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "3.4.2",
"prettier-eslint": "16.3.0",
"typescript": "5.5.4",
"typescript-eslint": "8.19.1"
},
"overrides": {
"ng2-dragula@5.1.0": {
"@angular/animations": ">=16.0.0 <19.0.0",
"@angular/core": ">=16.0.0 <19.0.0",
"@angular/common": ">=16.0.0 <19.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/bbdevdays-learn-skyux.git"
},
"bugs": {
"url": "https://github.com/blackbaud/skyux/issues"
}
}