-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
61 lines (61 loc) · 1.46 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
{
"name": "exist-documentation",
"version": "6.1.1-SNAPSHOT",
"description": "Documentation package for eXist-db",
"scripts": {
"test": "mocha src/test/mocha/ --recursive --exit",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXist-db/documentation.git"
},
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery"
],
"author": "Duncan Paterson, exist-db",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/eXist-db/documentation/issues"
},
"homepage": "https://github.com/eXist-db/documentation#readme",
"standard": {
"env": [
"mocha"
]
},
"devDependencies": {
"acorn": "^8.14.0",
"chai": "^5.1.2",
"cypress": "^13.17.0",
"del": "^6.1.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-flatmap": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-muxml": "^2.0.0",
"gulp-optimize-js": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-standard": "^14.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-uglify": "^3.0.2",
"lazypipe": "^1.0.2",
"mocha": "^11.0.1",
"sass": "^1.83.1",
"supertest": "^7.0.0"
},
"dependencies": {
"@highlightjs/cdn-assets": "^11.11.1",
"@neos21/bootstrap3-glyphicons": "^1.0.7",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3"
}
}