-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 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
{
"dependencies": {
"@popperjs/core": "2.11.8",
"autocomplete.js": "github:vufind-org/autocomplete.js#v2.1.10",
"bootstrap": "5.3.3",
"chart.js": "^4.4.0",
"gulp-cli": "^3.0.0",
"jquery": "^3.7.1",
"simple-keyboard": "^3.6.0",
"simple-keyboard-layouts": "^3.0.0",
"vanilla-cookieconsent": "3.0.0"
},
"name": "vufind-theme-lboro-2024",
"version": "0.0.1",
"description": "Theme for the Loughborough VuFind system",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"installBuildDeps": "npm install && node tools/copyDependencies.mjs --only-build-deps",
"updateDeps": "npm update && node tools/copyDependencies.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PTFS-Europe/vufind-theme-lboro-2024.git"
},
"author": "PTFS Europe, Loughborogh University",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PTFS-Europe/vufind-theme-lboro-2024/issues"
},
"homepage": "https://github.com/PTFS-Europe/vufind-theme-lboro-2024#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"less2scss": "^1.9.2",
"sass": "^1.77.6"
}
}