forked from JoelCDL/public_interface
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "public-interface",
"version": "1.0.0",
"scripts": {
"pa11y": "pa11y --runner axe --runner htmlcs",
"pa11yci": "mkdir -p .pa11yci/screencaptures && pa11y-ci --config .pa11yci/pa11yci.json",
"publish": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/ucldc/public_interface.git"
},
"devDependencies": {
"apache-server-configs": "^3.0.0",
"autoprefixer": "^9.1.0",
"backstopjs": "^3.5.10",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"docco": "^0.8.0",
"gh-pages": "^2.2.0",
"gulp": "4.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-file-include": "^2.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-modernizr": "^3.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.5",
"imagemin-gifsicle": "^7.0.0",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"pa11y": "^5.3.0",
"pa11y-ci": "^2.3.0",
"postcss-import": "^12.0.0",
"postcss-svg": "^2.4.0",
"source-sans-pro": "^3.6.0"
},
"engines": {
"node": ">=10.8.0"
},
"dependencies": {
"backbone": "~1.2.1",
"bootstrap-sass": "~3.4.1",
"corejs-typeahead": "^1.3.1",
"font-awesome": "~4.7.0",
"imagesloaded": "~3.1.8",
"infinite-scroll": "^3.0.5",
"isotope-layout": "~3.0.6",
"jquery": "^3.4.1",
"jquery-pjax": "^2.0.1",
"jquery.dotdotdot": "^1.7.4",
"mediaelement": "~4.1.2",
"nprogress": "~0.2.0",
"openseadragon": "^2.1.0",
"picturefill": "~2.3.1",
"slick-carousel": "=1.8.1",
"underscore": "~1.7.0"
}
}