-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "spotlight-frontend",
"version": "5.0.0-alpha",
"description": "Exhibits plugin for blacklight",
"main": "app/assets/javascripts/spotlight",
"type": "module",
"module": "app/assets/javascripts/spotlight/spotlight.esm.js",
"scripts": {
"prepare": "rollup --config rollup.config.js --sourcemap && ESM=true rollup --config rollup.config.js --sourcemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/spotlight.git"
},
"files": [
"app/assets",
"vendor/assets"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/spotlight/issues"
},
"homepage": "https://github.com/projectblacklight/spotlight#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"rollup": "^4.0.0",
"rollup-plugin-includepaths": "^0.2.4"
},
"browserslist": [
"defaults",
"not IE 11"
],
"dependencies": {
"blacklight-frontend": "^8.4.0",
"bootstrap": ">=4.3.1 <6.0.0",
"clipboard": "^2.0.11",
"jquery": "^3.7.1",
"jquery-serializejson": "^3.2.1",
"leaflet": "^1.9.4",
"leaflet-iiif": "^3.0.0",
"sir-trevor": "^0.8.2",
"sortablejs": "^1.15.3"
}
}