-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.38 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.38 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
{
"name": "exist-documentation",
"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.16.0",
"autoprefixer": "^10.5.0",
"chai": "^6.2.2",
"concat-stream": "^2.0.0",
"cssnano": "^8.0.1",
"cypress": "^15.17.0",
"del": "^8.0.1",
"gulp": "^5.0.1",
"gulp-header": "^2.0.12",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"into-stream": "^5.0.1",
"mocha": "^11.7.6",
"muxml": "^2.0.1",
"sass": "^1.100.0",
"supertest": "^7.2.2",
"svgo": "^4.0.1",
"through2": "^4.0.2"
},
"dependencies": {
"@highlightjs/cdn-assets": "^11.11.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8"
},
"browserslist": [
"defaults"
],
"version": "7.0.0-SNAPSHOT"
}