forked from projectblacklight/blacklight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 955 Bytes
/
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
{
"name": "blacklight-frontend",
"version": "8.0.1",
"description": "The frontend code and styles for Blacklight",
"main": "app/assets/javascripts/blacklight",
"module": "app/assets/javascripts/blacklight/blacklight.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/blacklight.git"
},
"files": [
"app/assets",
"app/javascript"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/blacklight/issues"
},
"homepage": "https://github.com/projectblacklight/blacklight#readme",
"devDependencies": {
"rollup": "^2.60.0",
"rollup-plugin-includepaths": "^0.2.4"
},
"browserslist": [
"defaults",
"not IE 11"
],
"dependencies": {
"bootstrap": ">=4.3.1 <6.0.0"
}
}