-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "crApp-WebApp",
"version": "0.1.0-alpha",
"description": "Web application for critical reports in hybrid or digital editions",
"main": "controller.xql",
"repository": "https://github.com/riedde/crApp.git",
"author": "Dennis Ried <ried-musikforschung@mail.de>",
"license": "(BSD-2-Clause OR CC-BY-4.0)",
"private": false,
"dependencies": {
"bootstrap": "^5.2.3",
"bravura": "https://github.com/steinbergmedia/bravura",
"google-code-prettify": "^1.0.3",
"jquery": "^3.5.0",
"jquery-ui": "^1.13.2",
"jquery-ui-themes": "^1.12.0",
"jszip": "^3.7.1",
"openseadragon": "^2.4.0",
"select2": "^4"
},
"devDependencies": {
"frontend-dependencies": "^0.2.1",
"minify": "^6.0.1",
"prettydiff": "^99.0.1",
"sass": "^1.62.1"
},
"frontendDependencies": {
"target": "libs",
"packages": [
"bootstrap/{build,dist,js,scss}",
"bravura",
"google-code-prettify/{styles,bin,lang}",
"jquery/dist/",
"jquery-ui",
"jquery-ui-themes",
"jszip",
"openseadragon/build/openseadragon/",
"select2/dist/"
]
},
"scripts": {
"postinstall": "./node_modules/.bin/frontend-dependencies"
}
}