]> git.evergreen-ils.org Git - working/eg-antora.git/blob - package.json
process vendor scripts with browserify in build task
[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   "engines": {
11     "node": ">= 8.0.0"
12   },
13   "devDependencies": {
14     "autoprefixer": "^7.1.4",
15     "browser-sync": "^2.18.13",
16     "browserify": "^14.4.0",
17     "chokidar": "^1.7.0",
18     "cssnano": "^3.10.0",
19     "eslint": "^4.8.0",
20     "eslint-config-standard": "^10.2.1",
21     "eslint-plugin-import": "^2.7.0",
22     "eslint-plugin-node": "^5.2.0",
23     "eslint-plugin-promise": "^3.5.0",
24     "eslint-plugin-standard": "^3.0.1",
25     "gulp": "^3.9.1",
26     "gulp-concat": "^2.6.1",
27     "gulp-eslint": "^4.0.0",
28     "gulp-imagemin": "^3.3.0",
29     "gulp-postcss": "^7.0.0",
30     "gulp-stylelint": "^5.0.0",
31     "gulp-tap": "^1.0.1",
32     "gulp-uglify": "^3.0.0",
33     "gulp-vinyl-zip": "^2.0.0",
34     "handlebars": "^4.0.10",
35     "js-yaml": "^3.10.0",
36     "lodash.debounce": "^4.0.8",
37     "map-stream": "^0.0.7",
38     "merge-stream": "^1.0.1",
39     "postcss-calc": "^6.0.0",
40     "postcss-custom-properties": "^6.1.0",
41     "postcss-import": "^11.0.0",
42     "prettier-eslint": "^8.2.0",
43     "require-from-string": "^2.0.1",
44     "stylelint": "^8.2.0",
45     "stylelint-config-standard": "^17.0.0",
46     "vinyl-buffer": "^1.0.0",
47     "vinyl-fs": "^2.4.4"
48   }
49 }