-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.92 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
{
"name": "ethical-digital-standards-ui",
"description": "A project that produces a UI for the Antora documentation site barcelona.cat/digitalstandards/",
"homepage": "https://github.com/AjuntamentdeBarcelona/ethical-digital-standards-ui/",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AjuntamentdeBarcelona/ethical-digital-standards-ui.git"
},
"engines": {
"node": ">= 10.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"autoprefixer": "^9.4.4",
"browserify": "^16.2.3",
"bufferutil": "^4.0.0",
"chokidar": "^2.0.4",
"cssnano": "^3.10.0",
"eslint": "^5.12.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-eslint": "^4.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-postcss": "^7.0.1",
"gulp-stylelint": "^5.0.0",
"gulp-uglify": "^3.0.0",
"gulp-vinyl-zip": "^2.1.0",
"handlebars": "^4.0.10",
"handlebars-helpers": "^0.10.0",
"highlight.js": "^9.12.0",
"i18n-js": "^3.1.0",
"js-yaml": "^3.13.1",
"jsdom": "^12.2.0",
"logging-helpers": "^1.0.0",
"map-stream": "^0.0.7",
"merge-stream": "^1.0.1",
"postcss-calc": "^7.0.1",
"postcss-comment": "^2.0.0",
"postcss-custom-properties": "^6.1.0",
"postcss-easy-import": "^3.0.0",
"postcss-import": "^11.0.0",
"postcss-url": "^7.1.2",
"precss": "^3.1.2",
"prettier-eslint": "^8.2.0",
"renderjson": "^1.4.0",
"require-from-string": "^2.0.1",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"typeface-roboto": "^0.0.45",
"typeface-roboto-mono": "^0.0.44",
"utf-8-validate": "^5.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-fs": "^2.4.4"
}
}