]> git.evergreen-ils.org Git - working/eg-antora.git/blob - package.json
resolves #1 add initial Gulp build
[working/eg-antora.git] / package.json
1 {
2   "name": "antora-ui-default",
3   "description": "An archetype project that produces a UI for creating documentation sites with Antora",
4   "homepage": "https://gitlab.com/antora/antora-ui-default",
5   "license": "MPL-2.0",
6   "repository": {
7     "type": "git",
8     "url": "https://gitlab.com/antora/antora-ui-default.git"
9   },
10   "devDependencies": {
11     "autoprefixer": "^7.1.4",
12     "browser-sync": "^2.18.13",
13     "chokidar": "^1.7.0",
14     "cssnano": "^3.10.0",
15     "gulp": "^3.9.1",
16     "gulp-concat": "^2.6.1",
17     "gulp-imagemin": "^3.3.0",
18     "gulp-postcss": "^7.0.0",
19     "gulp-uglify": "^3.0.0",
20     "gulp-vinyl-zip": "^2.0.0",
21     "handlebars": "^4.0.10",
22     "js-yaml": "^3.10.0",
23     "lodash.debounce": "^4.0.8",
24     "map-stream": "^0.0.7",
25     "merge-stream": "^1.0.1",
26     "minimatch": "^3.0.4",
27     "postcss-calc": "^6.0.0",
28     "postcss-custom-properties": "^6.1.0",
29     "postcss-import": "^11.0.0",
30     "require-from-string": "^2.0.1",
31     "vinyl-fs": "^2.4.4"
32   }
33 }