{
  "name": "dspace-angular",
  "version": "7.6.3",
  "scripts": {
    "ng": "ng",
    "config:watch": "nodemon",
    "test:rest": "ts-node --project ./tsconfig.ts-node.json scripts/test-rest.ts",
    "start": "yarn run start:prod",
    "start:dev": "nodemon --exec \"cross-env NODE_ENV=development yarn run serve\"",
    "start:prod": "yarn run build:prod && cross-env NODE_ENV=production yarn run serve:ssr",
    "start:mirador:prod": "yarn run build:mirador && yarn run start:prod",
    "preserve": "yarn base-href",
    "serve": "ts-node --project ./tsconfig.ts-node.json scripts/serve.ts",
    "serve:ssr": "node dist/server/main",
    "build": "ng build --configuration development",
    "build:stats": "ng build --stats-json",
    "build:prod": "cross-env NODE_ENV=production yarn run build:ssr",
    "build:ssr": "ng build --configuration production && ng run dspace-angular:server:production",
    "test": "ng test --source-map=true --watch=false --configuration test",
    "test:watch": "nodemon --exec \"ng test --source-map=true --watch=true --configuration test\"",
    "test:headless": "ng test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage",
    "lint": "ng lint",
    "lint-fix": "ng lint --fix=true",
    "e2e": "cross-env NODE_ENV=production ng e2e",
    "clean:dev:config": "rimraf src/assets/config.json",
    "clean:coverage": "rimraf coverage",
    "clean:dist": "rimraf dist",
    "clean:doc": "rimraf doc",
    "clean:log": "rimraf *.log*",
    "clean:json": "rimraf *.records.json",
    "clean:node": "rimraf node_modules",
    "clean:cli": "rimraf .angular/cache",
    "clean:prod": "yarn run clean:dist && yarn run clean:log && yarn run clean:doc && yarn run clean:coverage && yarn run clean:json",
    "clean": "yarn run clean:prod && yarn run clean:dev:config && yarn run clean:cli && yarn run clean:node",
    "sync-i18n": "ts-node --project ./tsconfig.ts-node.json scripts/sync-i18n-files.ts",
    "build:mirador": "webpack --config webpack/webpack.mirador.config.ts",
    "merge-i18n": "ts-node --project ./tsconfig.ts-node.json scripts/merge-i18n-files.ts",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "env:yaml": "ts-node --project ./tsconfig.ts-node.json scripts/env-to-yaml.ts",
    "base-href": "ts-node --project ./tsconfig.ts-node.json scripts/base-href.ts",
    "check-circ-deps": "npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\\.model\\.ts$' --circular --extensions ts ./"
  },
  "browser": {
    "fs": false,
    "path": false,
    "http": false,
    "https": false
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^15.2.10",
    "@angular/cdk": "^15.2.9",
    "@angular/common": "^15.2.10",
    "@angular/compiler": "^15.2.10",
    "@angular/core": "^15.2.10",
    "@angular/forms": "^15.2.10",
    "@angular/localize": "15.2.10",
    "@angular/platform-browser": "^15.2.10",
    "@angular/platform-browser-dynamic": "^15.2.10",
    "@angular/platform-server": "^15.2.10",
    "@angular/router": "^15.2.10",
    "@babel/runtime": "7.26.0",
    "@kolkov/ngx-gallery": "^2.0.1",
    "@ng-bootstrap/ng-bootstrap": "^11.0.0",
    "@ng-dynamic-forms/core": "^15.0.0",
    "@ng-dynamic-forms/ui-ng-bootstrap": "^15.0.0",
    "@ngrx/effects": "^15.4.0",
    "@ngrx/router-store": "^15.4.0",
    "@ngrx/store": "^15.4.0",
    "@nguniversal/express-engine": "^15.2.1",
    "@ngx-translate/core": "^14.0.0",
    "@nicky-lenaers/ngx-scroll-to": "^14.0.0",
    "angular-idle-preload": "3.0.0",
    "angulartics2": "^12.2.1",
    "axios": "^1.7.9",
    "bootstrap": "^4.6.1",
    "cerialize": "0.1.18",
    "cli-progress": "^3.12.0",
    "colors": "^1.4.0",
    "compression": "^1.7.5",
    "cookie-parser": "1.4.7",
    "core-js": "^3.40.0",
    "date-fns": "^2.30.0",
    "date-fns-tz": "^1.3.7",
    "deepmerge": "^4.3.1",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-rate-limit": "^5.1.3",
    "fast-json-patch": "^3.1.1",
    "filesize": "^6.1.0",
    "http-proxy-middleware": "^2.0.7",
    "http-terminator": "^3.2.0",
    "isbot": "^5.1.21",
    "js-cookie": "2.2.1",
    "js-yaml": "^4.1.0",
    "json5": "^2.2.3",
    "jsonschema": "1.5.0",
    "jwt-decode": "^3.1.2",
    "klaro": "^0.7.21",
    "lodash": "^4.17.21",
    "lru-cache": "^7.14.1",
    "markdown-it": "^13.0.2",
    "markdown-it-mathjax3": "^4.3.2",
    "mirador": "^3.4.3",
    "mirador-dl-plugin": "^0.13.0",
    "mirador-share-plugin": "^0.16.0",
    "morgan": "^1.10.0",
    "ng2-file-upload": "1.4.0",
    "ng2-nouislider": "^2.0.0",
    "ngx-infinite-scroll": "^15.0.0",
    "ngx-pagination": "6.0.3",
    "ngx-skeleton-loader": "^7.0.0",
    "ngx-sortablejs": "^11.1.0",
    "ngx-ui-switch": "^14.1.0",
    "nouislider": "^15.8.1",
    "pem": "1.14.8",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.0",
    "sanitize-html": "^2.14.0",
    "sortablejs": "1.15.6",
    "uuid": "^8.3.2",
    "zone.js": "~0.13.3"
  },
  "devDependencies": {
    "@angular-builders/custom-webpack": "~15.0.0",
    "@angular-devkit/build-angular": "^15.2.11",
    "@angular-eslint/builder": "15.2.1",
    "@angular-eslint/eslint-plugin": "15.2.1",
    "@angular-eslint/eslint-plugin-template": "15.2.1",
    "@angular-eslint/schematics": "15.2.1",
    "@angular-eslint/template-parser": "15.2.1",
    "@angular/cli": "^16.2.16",
    "@angular/compiler-cli": "^15.2.10",
    "@angular/language-service": "^15.2.10",
    "@cypress/schematic": "^1.5.0",
    "@fortawesome/fontawesome-free": "^6.7.2",
    "@material-ui/core": "^4.12.4",
    "@material-ui/icons": "^4.11.3",
    "@ngrx/store-devtools": "^15.4.0",
    "@ngtools/webpack": "^15.2.6",
    "@nguniversal/builders": "^15.2.1",
    "@types/deep-freeze": "0.1.5",
    "@types/ejs": "^3.1.5",
    "@types/express": "^4.17.21",
    "@types/grecaptcha": "^3.0.9",
    "@types/jasmine": "~3.6.0",
    "@types/js-cookie": "2.2.6",
    "@types/lodash": "^4.17.14",
    "@types/node": "^14.18.63",
    "@types/sanitize-html": "^2.13.0",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "axe-core": "^4.10.2",
    "compression-webpack-plugin": "^9.2.0",
    "copy-webpack-plugin": "^6.4.1",
    "cross-env": "^7.0.3",
    "csstype": "^3.1.3",
    "cypress": "^13.17.0",
    "cypress-axe": "^1.5.0",
    "deep-freeze": "0.0.1",
    "eslint": "^8.39.0",
    "eslint-plugin-deprecation": "^1.5.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsdoc": "^45.0.0",
    "eslint-plugin-jsonc": "^2.18.2",
    "eslint-plugin-lodash": "^7.4.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "express-static-gzip": "^2.2.0",
    "jasmine-core": "^3.8.0",
    "jasmine-marbles": "0.9.2",
    "karma": "^6.4.4",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage-istanbul-reporter": "~3.0.3",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "karma-mocha-reporter": "2.2.5",
    "ng-mocks": "^14.13.2",
    "ngx-mask": "^13.1.7",
    "nodemon": "^2.0.22",
    "postcss": "^8.5",
    "postcss-import": "^14.0.0",
    "postcss-loader": "^4.0.3",
    "postcss-preset-env": "^7.4.2",
    "prop-types": "^15.8.1",
    "react": "^16.14.0",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^16.14.0",
    "rimraf": "^3.0.2",
    "sass": "~1.83.4",
    "sass-loader": "^12.6.0",
    "sass-resources-loader": "^2.2.5",
    "ts-node": "^8.10.2",
    "typescript": "~4.8.4",
    "webpack": "5.76.1",
    "webpack-cli": "^4.2.0",
    "webpack-dev-server": "^4.15.2"
  }
}
