-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.07 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.07 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
{
"name": "monex",
"version": "0.0.0-development",
"type": "module",
"private": true,
"description": "Monitoring Application for eXist-db",
"scripts": {
"build": "gulp build",
"deploy": "dotenv -- gulp install",
"develop": "dotenv -- gulp",
"prepare": "husky",
"test": "npm run cypress",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXist-db/monex.git"
},
"keywords": [
"eXist-db",
"xquery",
"performance",
"monitoring",
"xar",
"expath"
],
"author": "exist-db",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/eXist-db/monex/issues"
},
"homepage": "https://github.com/eXist-db/monex#readme",
"app": {
"author": "The eXist-db Authors",
"target": "monex",
"description": "Monitoring Application for eXist-db",
"namespace": "http://exist-db.org/apps/monex",
"website": "https://github.com/eXist-db/monex",
"status": "stable",
"title": "Monex",
"license": "LGPL-2.1-or-later"
},
"dependencies": {
"admin-lte": "^2.4.18",
"chart.js": "^4.5.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.2.0",
"datatables.net-responsive": "^3.0.8",
"datatables.net-responsive-bs": "^3.0.8",
"hammerjs": "^2.0.8",
"knockout": "^3.5.2",
"knockout.mapping": "^2.4.3",
"prismjs": "^1.30.0"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@existdb/gulp-exist": "^6.0.0",
"@existdb/gulp-replace-tmpl": "^1.0.4",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.5",
"@xmldom/xmldom": "^0.9.10",
"conventional-changelog-conventionalcommits": "^9.0.0",
"conventional-changelog-writer": "^8.2.0",
"cypress": "^15.16.0",
"delete": "^1.1.0",
"dotenv-cli": "^11.0.0",
"gulp": "^5.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.1.0",
"gulp-zip": "^6.1.0",
"husky": "^9.1.7",
"semantic-release": "^25.0.3"
}
}