-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
77 lines (77 loc) · 2.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "WeGA-WebApp",
"version": "4.12.0-alpha",
"description": "Web application for the digital edition of the Carl Maria von Weber Collected Works",
"main": "controller.xql",
"repository": "https://github.com/Edirom/WeGA-WebApp.git",
"author": "Peter Stadler <[email protected]>",
"license": "(BSD-2-Clause OR CC-BY-4.0)",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"Easy-Responsive-Tabs-to-Accordion": "peterstadler/Easy-Responsive-Tabs-to-Accordion#develop",
"Junicode-New": "https://github.com/psb1558/Junicode-New",
"WeGA-ODD": "edirom/WeGA-ODD#develop",
"bootstrap": "^4.3.1",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-remote-data": "peterstadler/bootstrap-remote-data#master",
"bravura": "https://github.com/steinbergmedia/bravura",
"csLink": "correspSearch/csLink#v2.0.0",
"datatables.net": "^1.11.3",
"datatables.net-bs4": "^1.11.3",
"datatables.net-buttons": "^2.1.1",
"datatables.net-buttons-bs4": "^2.1.1",
"fittextjs": "^1.2.0",
"flip": "nnattawat/flip",
"google-code-prettify": "^1.0.3",
"ion-rangeslider": "^2",
"jquery": "^3.5.0",
"jquery-ui": "^1.13.2",
"jquery-ui-themes": "^1.12.0",
"jszip": "^3.7.1",
"moment": "^2.29.4",
"select2": "^4",
"swagger-ui-dist": "^4.1.3"
},
"devDependencies": {
"@redocly/cli": "^1.2.0",
"frontend-dependencies": "^0.2.1",
"minify": "^6.0.1",
"prettydiff": "^99.0.1",
"sass": "^1.22.12",
"vnu": "^0.0.1"
},
"frontendDependencies": {
"target": "libs",
"packages": [
"@fortawesome/fontawesome-free",
"Easy-Responsive-Tabs-to-Accordion",
"Junicode-New",
"WeGA-ODD",
"bootstrap-hover-dropdown/*.js",
"bootstrap-remote-data/{css,js,img}",
"bootstrap/{build,dist,js,scss}",
"bravura",
"csLink/dist",
"csLink/static",
"datatables.net",
"datatables.net-bs4",
"datatables.net-buttons",
"datatables.net-buttons-bs4",
"fittextjs",
"flip/dist",
"google-code-prettify/{styles,bin,lang}",
"ion-rangeslider/{css,img,js}",
"jquery/dist/",
"jquery-ui",
"jquery-ui-themes",
"jszip",
"moment/min",
"select2/dist/",
"swagger-ui-dist/"
]
},
"scripts": {
"postinstall": "./node_modules/.bin/frontend-dependencies"
}
}