Sha256: 0f87d499f58869e69bdb46d10a183bd855e460190095b80fa882726bf4161732

Contents?: true

Size: 1.84 KB

Versions: 11

Compression:

Stored size: 1.84 KB

Contents

{
  "name": "katello",
  "version": "1.0.0",
  "license": "GPL-2.0",
  "scripts": {
    "storybook": "cross-env NODE_ENV=storybook start-storybook -p 6007",
    "storybook:deploy": "cross-env NODE_ENV=storybook storybook-to-ghpages",
    "test": "npx jest webpack",
    "test:watch": "npx jest webpack --watchAll",
    "test:current": "npx jest webpack --watch",
    "format": "prettier --single-quote --trailing-comma es5 --write 'webpack/**/*.js'",
    "build": "npm run format && npm run lint",
    "lint": "npx eslint webpack/",
    "lint:fix": "npx eslint --fix webpack/",
    "lint:test": "npm run lint && npm test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/katello/katello.git"
  },
  "bugs": {
    "url": "https://projects.theforeman.org/projects/katello/issues"
  },
  "devDependencies": {
    "@sheerun/mutationobserver-shim": "^0.3.3",
    "@testing-library/jest-dom": "^5.3.0",
    "@testing-library/react": "^10.0.2",
    "@theforeman/builder": ">= 6.0.0",
    "@theforeman/find-foreman": "^4.8.0",
    "axios-mock-adapter": "^1.10.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.2.2",
    "eslint-config-airbnb": "^16.0.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.18.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.4.0",
    "jest": "^24.9.0",
    "nock": "^12.0.3",
    "react-test-renderer": "^16.0.0"
  },
  "_comment": "We don't include @theforeman/vendor because it's assumed to be present in Foreman",
  "dependencies": {
    "angular": "1.7.9",
    "bootstrap-select": "1.12.4",
    "downshift": "^5.4.2",
    "ngreact": "^0.5.0",
    "query-string": "^6.1.0",
    "react-bootstrap": "^0.32.1"
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
katello-4.0.3 package.json
katello-4.0.2.1 package.json
katello-4.0.2 package.json
katello-4.0.1.2 package.json
katello-4.0.1.1 package.json
katello-4.0.1 package.json
katello-4.0.0 package.json
katello-4.0.0.rc3.1 package.json
katello-4.0.0.rc3 package.json
katello-4.0.0.rc2 package.json
katello-4.0.0.rc1 package.json