forked from blackbaud/skyux2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.89 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
{
"name": "@blackbaud/skyux",
"version": "2.3.2",
"description": "SKY UX built on Angular 2",
"author": "Blackbaud, Inc.",
"homepage": "https://github.com/blackbaud/skyux2",
"license": "MIT",
"main": "dist/bundles/core.umd.js",
"files": [
"dist"
],
"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 && npm run clean:srctemp",
"build:skyux": "skyux build --output-keep-alive",
"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: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",
"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": {
"@angular/animations": "4.3.6",
"dragula": "3.7.2",
"font-awesome": "4.7.0",
"intl": "1.2.5",
"microedge-rxstate": "2.0.0",
"moment": "2.18.1",
"ng2-dragula": "1.5.0",
"ng2-toastr": "4.1.2",
"web-animations-js": "2.3.1"
},
"devDependencies": {
"@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": "2.3.2",
"@blackbaud/skyux-builder": "1.6.2",
"@blackbaud/skyux-design-tokens": "0.0.8",
"@blackbaud/stache": "2.1.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",
"font-awesome-webpack": "0.0.5-beta.2",
"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.2.0",
"karma-chrome-launcher": "2.1.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"less": "2.7.2",
"node-resemble-js": "0.2.0",
"node-sass": "4.5.3",
"node-sass-tilde-importer": "1.0.0",
"normalize-scss": "5.0.3",
"prismjs": "1.6.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": "blackbaud-bobbyearl/source-map-inline-loader",
"source-map-loader": "0.2.1",
"style-loader": "0.17.0",
"ts-helpers": "1.1.2",
"tslint": "5.2.0",
"tslint-loader": "3.5.3",
"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"
},
"engines": {
"node": ">= 6.11.1",
"npm": ">= 3"
}
}