-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.18 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.18 KB
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
{
"private": true,
"name": "owncloud-docs-ui",
"description": "The ownCloud documentation UI",
"version": "2.0.0",
"license": "AGPL-3.0",
"author": "The ownCloud Team <docs@owncloud.com>",
"homepage": "https://github.com/owncloud/docs-ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/owncloud/docs-ui.git"
},
"bugs": {
"url": "https://github.com/owncloud/docs-ui/issues"
},
"contributors": [
{
"name": "Martin Mattel",
"email": "github@diemattels.at"
},
{
"name": "Lukas Hirth",
"email": "info@hirt.cz"
}
],
"scripts": {
"lint": "gulp lint",
"preview": "gulp preview",
"bundle": "gulp bundle"
},
"dependencies": {
"del": "^8.0.1",
"depcheck": "^1.4.7",
"elasticsearch-browser": "^16.7.1",
"handlebars": "^4.7.9",
"highlight.js": "^11.11.1",
"jquery": "^4.0.0",
"medium-zoom": "^1.1.0",
"npm-check-updates": "20.0.2"
},
"devDependencies": {
"@asciidoctor/core": "^3.0.4",
"@ronilaukkarinen/gulp-stylelint": "^14.1.2",
"autoprefixer": "^10.5.0",
"baseline-browser-mapping": "^2.10.18",
"browserify": "^17.0.1",
"chokidar": "^5.0.0",
"cssnano": "^7.1.5",
"fancy-log": "^2.0.0",
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint-new": "^2.6.2",
"gulp-postcss": "^10.0.0",
"gulp-svgo": "^2.2.1",
"gulp-terser": "^2.1.0",
"gulp-zip": "^6.1.0",
"js-yaml": "^4.1.1",
"map-stream": "^0.0.7",
"mkdirp": "^3.0.1",
"ordered-read-streams": "^2.0.0",
"plugin-error": "^2.0.1",
"postcss": "^8.5.9",
"postcss-calc": "^10.1.1",
"postcss-custom-properties": "^15.0.1",
"postcss-import": "^16.1.1",
"postcss-url": "^10.1.3",
"prettier-eslint": "^16.4.2",
"require-from-string": "^2.0.2",
"standard": "^17.1.2",
"stylelint-config-standard": "^34.0.0",
"through2": "^4.0.2",
"tslib": "^2.8.1",
"typeface-open-sans": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"vinyl-buffer": "^1.0.1"
},
"keywords": [
"owncloud",
"antora",
"asciidoc",
"documentation"
],
"browserslist": [
"last 2 version"
]
}