Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
package.json 1.94 KiB
Newer Older
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
  "name": "smp-builders",
  "version": "5.0.0",
  "license": "EUPL 1.2",
  "angular-cli": {},
  "scripts": {
    "ng": "ng",
    "start": "ng serve --proxy-config proxy-config.json",
    "start:dev": "ng serve -c dev --proxy-config proxy-config.json",
    "build": "ng build --dev --base-href /smp/",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "prod": "ng build --configuration production --output-path=./src/main/resources/META-INF/resources/ui/",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "dependencies": {
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular/animations": "^15.2.4",
    "@angular/cdk": "^15.2.4",
    "@angular/common": "^15.2.4",
    "@angular/compiler": "^15.2.4",
    "@angular/core": "^15.2.4",
    "@angular/forms": "^15.2.4",
    "@angular/material": "^15.2.4",
    "@angular/material-moment-adapter": "^15.2.4",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular/platform-browser": "^15.2.4",
    "@angular/platform-browser-dynamic": "^15.2.4",
    "@angular/platform-server": "^15.2.4",
    "@angular/router": "^15.2.4",
    "@angular/flex-layout": "^15.0.0-beta.42",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@swimlane/ngx-datatable": "^20.1.0",
    "@angular-material-components/datetime-picker" : "^9.0.0",
    "@angular-material-components/moment-adapter" : "^9.0.0",
    "@ctrl/ngx-codemirror": "^6.1.0",
    "codemirror":"5.65.12",
    "file-saver": "^2.0.5",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "rxjs": "^6.6.3",
    "ts-helpers": "^1.1.2",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "tslib": "^2.5.0",
    "zone.js": "^0.13.0"
  },
  "devDependencies": {
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular-devkit/build-angular": "^15.2.4",
    "@angular/cli": "^15.2.4",
    "@angular/compiler-cli": "^15.2.4",
    "@types/file-saver": "2.0.5",
    "@types/jasmine": "^4.3.1",
    "@types/node": "^18.15.6",
    "hammerjs": "^2.0.8",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "jasmine-core": "4.6.0",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "jasmine-spec-reporter": "7.0.0",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "karma": "^6.4.1",
    "karma-chrome-launcher": "^3.1.1",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "karma-cli": "^2.0.0",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "karma-jasmine": "^5.1.0",
    "ng-packagr": "^15.2.2",
    "postcss": "^8.4.21",
    "eslint": "^8.36.0"
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
  },
  "peerDependencies": {
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "postcss": "^8.4.21"