-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
109 lines (109 loc) · 2.78 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"private": true,
"name": "owncloud-docs-ui",
"description": "The ownCloud documentation UI",
"version": "1.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": "Matthew Setter",
"email": "matthew@matthewsetter.com"
},
{
"name": "Martin Mattel",
"email": "github@diemattels.at"
},
{
"name": "Thomas Boerger",
"email": "tboerger@owncloud.com"
},
{
"name": "Alex Ackermann",
"email": "alexackermann@kiteworks.com"
}
],
"scripts": {
"lint": "gulp lint",
"preview": "gulp preview",
"bundle": "gulp pack"
},
"dependencies": {
"del": "6",
"elasticsearch-browser": "^16.7.1",
"handlebars": "^4.7.8",
"highlight.js": "^11.10.0",
"jquery": "^3.7.1",
"medium-zoom": "^1.1.0",
"nth-check": "^2.0.1"
},
"comments": {
"reason": "Removed from devDependencies as nowhere referenced, commented as reminder",
"chokidar": "^3.5.3",
"core-js": "^3.31.1",
"prettier": "^3.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-prettier": "^3.0.0"
},
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.1.2",
"autoprefixer": "^10.4.20",
"browserify": "^17.0.1",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.2.0",
"gulp-eslint": "^6.0.0",
"gulp-postcss": "^10.0.0",
"gulp-svgo": "^2.2.1",
"gulp-terser": "^2.1.0",
"gulp-zip": "^5.1.0",
"js-yaml": "^4.1.0",
"map-stream": "^0.0.7",
"merge-stream": "^2.0.0",
"plugin-error": "^2.0.1",
"postcss": "8",
"postcss-calc": "^10.0.2",
"postcss-custom-properties": "^14.0.4",
"postcss-import": "^16.1.0",
"postcss-url": "^10.1.3",
"prettier-eslint": "^16.3.0",
"require-from-string": "^2.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"typeface-open-sans": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"vinyl-buffer": "^1.0.0"
},
"keywords": [
"owncloud",
"antora",
"asciidoc",
"documentation"
],
"resolutions": {
"gulp-eslint/eslint": "^7.17.0",
"glob-parent": "^5.1.2",
"set-value": "^4.0.1",
"nth-check": "^2.0.1",
"ansi-regex": "^5.0.1",
"yargs-parser": "^20.2.3"
},
"browserslist": [
"last 2 version"
]
}