This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
152 lines (152 loc) · 5.55 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@blackbaud/skyux",
"version": "2.54.1",
"description": "SKY UX built on Angular 4",
"author": "Blackbaud, Inc.",
"homepage": "https://github.com/blackbaud/skyux2",
"license": "MIT",
"main": "dist/bundles/core.umd.js",
"files": [
"dist",
"npm-scripts"
],
"scripts": {
"build": "npm run clean:srctemp && node config/utils/stage-ts.js && cd .srctemp && ngc && cd ../ && npm run compile:sass && npm run copy:design-tokens && cd config/rollup && rollup -c rollup.config.js && rollup -c rollup.min.config.js && rollup -c rollup.demo.config.js && rollup -c rollup.demo.min.config.js && npm run clean:srctemp",
"ci": "npm run lint && npm run test:ci",
"clean": "rimraf -- dist",
"clean:full": "npm cache clean && rimraf -- node_modules doc coverage dist .srctemp webdriver-screenshotslocal webdriver-screenshotslocal-diffs skyux-spa-visual-tests/node_modules/ skyux-spa-visual-tests/dist/",
"clean:srctemp": "rimraf -- .srctemp",
"compile:sass": "node config/utils/compile-sass.js",
"copy:design-tokens": "node config/utils/copy-design-tokens.js",
"lint": "skyux lint",
"ngc": "ngc",
"node-sass": "node-sass",
"rollup": "rollup",
"test": "npm run test:unit && npm run test:visual",
"test:ci": "npm run test:unit:ci && npm run test:visual:ci",
"test:unit": "npm run test:unit:base -- config/karma/local.karma.conf.js",
"test:unit:ci": "npm run test:unit:base -- config/karma/ci.karma.conf.js",
"test:unit:ci:ie": "npm run test:unit:base -- config/karma/ci-ie.karma.conf.js",
"test:unit:base": "node --max-old-space-size=4096 node_modules/karma/bin/karma start",
"test:visual": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:local",
"test:visual:ci": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:ci",
"test:visual:local-browserstack": "cd skyux-spa-visual-tests && npm run build-visual && npm run test-visual:local-browserstack",
"postinstall": "node npm-scripts/postinstall.js",
"postversion": "git push && git push --tags",
"prebuild": "npm run clean",
"pretest": "npm run lint",
"preversion": "npm test",
"version": "npm run build",
"watch": "npm run test:unit -- --auto-watch --no-single-run",
"webpack": "webpack",
"wdio": "wdio"
},
"dependencies": {
"@skyux/animations": "3.0.0",
"@skyux/avatar": "3.0.0",
"@skyux/colorpicker": "3.1.0",
"@skyux/core": "3.6.1",
"@skyux/datetime": "3.4.0",
"@skyux/errors": "3.0.0",
"@skyux/flyout": "3.2.2",
"@skyux/forms": "3.3.0",
"@skyux/grids": "3.2.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-common": "3.0.0",
"@skyux/list-builder-view-checklist": "3.1.3",
"@skyux/list-builder-view-grids": "3.4.0",
"@skyux/list-builder": "3.5.1",
"@skyux/lists": "3.4.0",
"@skyux/lookup": "3.1.1",
"@skyux/modals": "3.0.7",
"@skyux/navbar": "3.0.1",
"@skyux/popovers": "3.1.1",
"@skyux/progress-indicator": "3.1.0",
"@skyux/select-field": "3.3.1",
"@skyux/tabs": "3.1.0",
"@skyux/theme": "3.7.0",
"@skyux/tiles": "3.1.2",
"@skyux/toast": "3.0.4",
"@skyux/validation": "3.2.0",
"dragula": "3.7.2",
"intl": "1.2.5",
"microedge-rxstate": "2.0.2",
"moment": "2.21.0",
"ng2-dragula": "1.5.0",
"web-animations-js": "2.3.1"
},
"devDependencies": {
"@angular/animations": "4.3.6",
"@angular/core": "4.3.6",
"@angular/forms": "4.3.6",
"@angular/platform-browser": "4.3.6",
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@blackbaud/skyux-builder": "1.36.0",
"@types/core-js": "0.9.41",
"@types/jasmine": "2.5.47",
"@types/node": "7.0.18",
"@types/webpack": "2.2.15",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "3.1.3",
"base64-image-loader": "1.2.0",
"codelyzer": "3.0.1",
"core-js": "2.4.1",
"css-loader": "0.28.1",
"enhanced-resolve": "3.3.0",
"express": "4.15.2",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fontfaceobserver": "2.0.13",
"fs-extra": "4.0.1",
"glob": "7.1.2",
"html-webpack-plugin": "2.28.0",
"http-server": "0.10.0",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine": "2.6.0",
"json-loader": "0.5.4",
"karma": "1.7.0",
"karma-browserstack-launcher": "1.3.0",
"karma-chrome-launcher": "2.1.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"karma-webpack-grep": "1.0.1",
"less": "2.7.2",
"node-resemble-js": "0.2.0",
"raw-loader": "0.5.1",
"remap-istanbul": "0.9.5",
"rimraf": "2.6.1",
"rollup": "0.41.6",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-uglify": "1.0.2",
"rxjs": "5.4.3",
"sass-loader": "6.0.5",
"selenium-standalone": "6.4.1",
"source-map-inline-loader": "1.0.0",
"source-map-loader": "0.2.1",
"style-loader": "0.17.0",
"ts-helpers": "1.1.2",
"tslint": "5.2.0",
"typescript": "2.3.2",
"url-loader": "0.5.8",
"webpack": "2.5.1",
"webpack-dev-middleware": "1.10.2",
"webpack-dev-server": "2.4.5",
"webpack-merge": "4.1.0",
"zone.js": "0.8.10"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/skyux2.git"
},
"bugs": {
"url": "https://github.com/blackbaud/skyux2/issues"
}
}