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

Skip to content
Snippets Groups Projects
package.json 1.86 KiB
Newer Older
{
  "name": "smp-web",
  "version": "4.2.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": {
    "@angular/animations": "^13.2.3",
    "@angular/cdk": "^13.2.3",
    "@angular/common": "^13.2.3",
    "@angular/compiler": "^13.2.3",
    "@angular/core": "^13.2.3",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular/flex-layout": "^12.0.0-beta.35",
    "@angular/forms": "^13.2.3",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular/http": "^7.2.16",
    "@angular/material": "^13.2.3",
    "@angular/platform-browser": "^13.2.3",
    "@angular/platform-browser-dynamic": "^13.2.3",
    "@angular/platform-server": "^13.2.3",
    "@angular/router": "^13.2.3",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@swimlane/ngx-datatable": "~20.0.0",
    "core-js": "^3.18.3",
    "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.3.1",
    "zone.js": "^0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^13.2.4",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@angular/cli": "^13.3.7",
    "@angular/compiler-cli": "^13.2.3",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "@types/file-saver": "2.0.3",
    "@types/jasmine": "3.9.1",
    "@types/node": "^16.11.1",
    "hammerjs": "^2.0.8",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "jasmine-core": "3.9.0",
    "jasmine-spec-reporter": "7.0.0",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "karma-chrome-launcher": "^3.1.0",
    "karma-cli": "^2.0.0",
    "karma-jasmine": "^4.0.1",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "postcss": "^8.3.9",
    "protractor": "^7.0.0",
    "ts-node": "^10.3.0",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
    "tslint": "^6.1.3",
Joze RIHTARSIC's avatar
Joze RIHTARSIC committed
  },
  "peerDependencies": {
    "postcss": "^8.3.9"