ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "claim_for_crown_court_defense",
  "description": "Claim for Crown Court Defence",
  "version": "1.0.0",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence.git"
  },
  "author": "LAA Developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence/issues"
  },
  "homepage": "https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence#readme",
  "scripts": {
    "validate:js": "standard",
    "validate:scss": "stylelint **/*.scss",
    "test:jasmine-headless": "npx jasmine-browser-runner runSpecs",
    "test:jasmine": "npx jasmine-browser-runner",
    "build": "webpack --config ./config/webpack/webpack.config.js"
  },
  "dependencies": {
    "@babel/core": "^7.25.7",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.25.7",
    "@babel/preset-env": "^7.25.7",
    "accessible-autocomplete": "^3.0.1",
    "babel-loader": "^9.2.1",
    "babel-plugin-macros": "^3.1.0",
    "chart.js": "^4.4.4",
    "chartkick": "^5.0.1",
    "css-loader": "^7.1.2",
    "datatables.net-buttons-dt": "^3.1.2",
    "datatables.net-dt": "^2.1.7",
    "datatables.net-fixedheader-dt": "^4.0.1",
    "datatables.net-select": "2.1.0",
    "dropzone": "^5.9.3",
    "file-loader": "^6.2.0",
    "govuk-frontend": "^5.6.0",
    "jquery": "^3.7.1",
    "jquery-accessible-accordion-aria": "^2.6.1",
    "jquery-datatables-checkboxes": "^1.3.0",
    "jquery-highlight": "^3.5.0",
    "jquery-throttle-debounce": "^1.0.0",
    "jquery-ujs": "^1.2.3",
    "jquery-xpath": "^0.3.1",
    "jquery.iframe-transport": "^1.0.0",
    "jsrender": "^1.0.15",
    "mini-css-extract-plugin": "^2.9.1",
    "postcss": "^8.4.47",
    "sass": "^1.79.4",
    "sass-loader": "^16.0.2",
    "stickyfilljs": "^2.1.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.10",
    "url-loader": "^4.1.1",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4",
    "webpack-remove-empty-scripts": "^1.0.4"
  },
  "devDependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "expose-loader": "^5.0.0",
    "jasmine-browser-runner": "^2.5.0",
    "jasmine-core": "^5.3.0",
    "standard": "^17.1.2",
    "stylelint": "^15.11.0",
    "stylelint-config-gds": "^1.1.1",
    "stylelint-order": "^6.0.4"
  },
  "standard": {
    "env": [
      "jasmine",
      "jquery"
    ],
    "globals": [
      "GOVUK",
      "moj",
      "Stickyfill"
    ],
    "ignore": [
      "app/webpack/javascripts/vendor/",
      "spec/javascripts/helpers/"
    ]
  }
}