{ "name": "netex", "version": "0.4.2", "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" }, "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", "@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", "html2canvas": "^1.0.0-rc.5", "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-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", "codelyzer": "^6.0.0", "concat": "^1.0.3", "fs-extra": "^10.0.0", "htmlhint": "^0.14.2", "jasmine-core": "~3.7.1", "jasmine-spec-reporter": "~7.0.0", "karma": "~6.3.3", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "protractor": "~7.0.0", "ts-node": "~10.0.0", "tslint": "~6.1.0", "typescript": "~4.2.4" } }