projectblacklight/blacklight

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "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"
  }
}