Sha256: 6c14cc76699d98a1c41550881c456784eab013b297b857f859dce4f86c2b3b29

Contents?: true

Size: 955 Bytes

Versions: 2

Compression:

Stored size: 955 Bytes

Contents

{
  "name": "blacklight-frontend",
  "version": "8.3.0",
  "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"
  }
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/package.json
blacklight-8.3.0 package.json