-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 675 Bytes
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
{
"name": "shc",
"version": "1.0.0",
"description": "existdb-dashboard",
"main": "index.html",
"scripts": {
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXist-db/dashboard.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@existdb/gulp-exist": "^4.1.0",
"bluebird": "^3.5.35",
"bower": "^1.8.0",
"brace-expansion": "^5.0.5",
"chai": "^4.2.0",
"chai-jquery": "^2.1.0",
"cypress": "^8.4.1",
"del": "^2.2.0",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-watch": "^5.0.1",
"jquery": "^3.6.0",
"less-plugin-autoprefix": "^2.0.0"
}
}