Sha256: b1db723ff51a970ffb248f7454150cc345effb07b7609b07fb12bb7873a02bc9
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 Bytes
Contents
{ "name": "blacklight-frontend", "version": "8.6.1", "description": "The frontend code and styles for Blacklight", "main": "app/assets/javascripts/blacklight", "type": "module", "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": "^4.24.0", "rollup-plugin-includepaths": "^0.2.4" }, "browserslist": [ "defaults", "not IE 11" ], "dependencies": { "bootstrap": ">=4.3.1 <6.0.0" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-8.6.1 | package.json |