-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "vicav-app",
"version": "1.0.0",
"description": "VICAV Dictionary of arabic varieties",
"main": "index.js",
"directories": {
"doc": "docs"
},
"comments": {
"bootstrap": "bootstrap 4.0.0 compiled into fundament.min.js",
"jQuery": "bootstrap 4.0.0 is incompatibla with any jQuery >= 3.5.0",
"fundament": "fundament.min.js v1.2.1 is used but not the fundament.min.css.",
"fundament_1": "fundament.min.css v1.2.1 breaks the CSS"
},
"dependencies": {
"blueimp-gallery": "^3.2.0",
"bootstrap": "4.3.1",
"jquery": "3.4.1",
"jquery-ui": "^1.13.0",
"leaflet": "^1.2.0",
"popper.js": "^1.12.5"
},
"devDependencies": {
"chai-colors": "^1.0.1",
"cypress": "^13.6.0"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "cypress run && echo 'TODO: Add other tests (xspec, BaseX unit)...'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acdh-oeaw/vicav-app.git"
},
"author": "Charly Moerth, Omar Siam, Mau Zsofia Abraham et al.",
"license": "MIT",
"bugs": {
"url": "https://github.com/acdh-oeaw/vicav-app/issues"
},
"homepage": "https://github.com/acdh-oeaw/vicav-app#readme",
"engines": {
"node": "20.x",
"npm": "10.2.x",
"jvm": "17",
"basex": "9.7.4",
"saxon": "12.4"
},
"basex": {
"parallel": "128",
"gzip": "true"
}
}