Skip to content
Snippets Groups Projects
Select Git revision
  • 55e685e48d15cdadb2f5b9e7da584376efeff510
  • master default protected
  • csv_export
  • ndex
  • v1.1.18-rc2
  • v1.1.17
  • v1.1.16
  • v1.1.16-rc12
  • v1.1.16-rc11
  • v1.1.16-rc10
  • v1.1.16-rc9
  • v1.1.16-rc8
  • v1.1.16-rc7
  • v1.1.16-rc4
  • v1.1.16-rc3
  • v1.1.16-rc1
  • v1.1.6-rc1
  • v1.1.15
  • v1.1.15-rc7
  • v1.1.15-rc6
  • v1.1.15-rc3
  • v1.1.15-rc1
  • v1.1.14
  • v1.1.13
24 results

package.json

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project manages its dependencies using npm. Learn more
    package.json 3.42 KiB
    {
      "name": "netex",
      "version": "0.7.1",
      "scripts": {
        "ng": "ng",
        "start:local": "ng serve --configuration=local",
        "start:remote": "ng serve --configuration=remote",
        "start:prod": "ng serve --configuration=production",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint && htmlhint",
        "e2e": "ng e2e",
        "build-prod": "ng build --configuration=production --output-hashing=none",
        "build-dev": "ng build --configuration=development --output-hashing=none",
        "build-remote": "ng build --configuration=remote --output-hashing=none",
        "package-es5": "cd dist/netex && cat runtime-es5.js polyfills-es5.js main-es5.js > bundle-es5.js",
        "package-es2015": "cd dist/netex && cat runtime-es2015.js polyfills-es2015.js main-es2015.js > bundle-es2015.js",
        "bundle": "npm run build-prod netex && npm run package-es5 && npm run package-es2015",
        "build:netex": "npm run build-prod netex && node build-netex.js",
        "build:netex-dev": "npm run build-dev netex && node build-netex.js",
        "build:netex-remote": "npm run build-remote netex && node build-netex.js && npm run prefixcss",
        "prefixcss": "postcss -r drugsTone-build/styles.css"
      },
      "private": true,
      "dependencies": {
        "@angular/animations": "^12.0.3",
        "@angular/cdk": "^12.0.4",
        "@angular/common": "~12.0.3",
        "@angular/compiler": "~12.0.3",
        "@angular/core": "~12.0.3",
        "@angular/elements": "^12.0.3",
        "@angular/forms": "~12.0.3",
        "@angular/localize": "^12.0.3",
        "@angular/platform-browser": "~12.0.3",
        "@angular/platform-browser-dynamic": "~12.0.3",
        "@angular/router": "~12.0.3",
        "@fortawesome/angular-fontawesome": "^0.9.0",
        "@fortawesome/fontawesome": "^1.1.8",
        "@fortawesome/fontawesome-svg-core": "^1.2.35",
        "@fortawesome/free-regular-svg-icons": "^5.15.3",
        "@fortawesome/free-solid-svg-icons": "^5.15.3",
        "@ng-select/ng-select": "^6.1.0",
        "animate.css": "^4.1.1",
        "bulma": "^0.9.2",
        "bulma-toast": "^2.3.1",
        "bulma-tooltip": "^3.0.2",
        "document-register-element": "^1.7.2",
        "dom-to-image": "^2.6.0",
        "primeicons": "^4.1.0",
        "primeng": "^12.0.0-rc.1",
        "python": "0.0.4",
        "python-shell": "^3.0.0",
        "rxjs": "~7.1.0",
        "tslib": "^2.0.0",
        "zone.js": "~0.11.4"
      },
      "devDependencies": {
        "@angular-builders/custom-webpack": "^12.1.0",
        "@angular-devkit/build-angular": "~12.0.3",
        "@angular/cli": "~12.0.3",
        "@angular/compiler-cli": "~12.0.3",
        "@angular/language-service": "~12.0.3",
        "@types/jasmine": "~3.7.7",
        "@types/jasminewd2": "^2.0.9",
        "@types/node": "^15.12.2",
        "autoprefixer": "^10.2.6",
        "codelyzer": "^6.0.0",
        "concat": "^1.0.3",
        "fs-extra": "^10.0.0",
        "htmlhint": "^0.14.2",