{ "name": "netex", "version": "1.1.15", "scripts": { "ng": "ng", "start:dev": "ng serve --configuration=dev", "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", "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": "python3 prefixCSS.py --stage parse && npm run build-prod netex && node build-netex.js && python3 prefixCSS.py --stage cleanup", "build:netex-dev": "python3 prefixCSS.py --stage parse && npm run build-dev netex && node build-netex.js && python3 prefixCSS.py --stage cleanup" }, "private": true, "dependencies": { "@angular/animations": "^12.2.16", "@angular/cdk": "^12.2.13", "@angular/common": "~12.2.16", "@angular/compiler": "~12.2.16", "@angular/core": "~12.2.16", "@angular/elements": "^12.2.16", "@angular/forms": "~12.2.16", "@angular/localize": "^12.2.16", "@angular/material": "^12.2.13", "@angular/platform-browser": "~12.2.16", "@angular/platform-browser-dynamic": "~12.2.16", "@angular/router": "~12.2.16", "@ng-bootstrap/ng-bootstrap": "^10.0.0", "@ng-select/ng-select": "^7.4.0", "animate.css": "^4.1.1", "bulma": "^0.9.2", "bulma-toast": "^2.4.1", "bulma-tooltip": "^3.0.2", "document-register-element": "^1.7.2", "dom-to-image": "^2.6.0", "json5": "^2.2.0", "lodash.merge": "^4.6.2", "npm": "^8.19.1", "primeicons": "^4.1.0", "primeng": "^12.0.1", "rxjs": "^6.5.3", "tslib": "^2.0.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-builders/custom-webpack": "^12.1.3", "@angular-devkit/build-angular": "~12.2.18", "@angular/cli": "~12.2.16", "@angular/compiler-cli": "~12.2.16", "@angular/language-service": "~12.2.16", "@types/jasmine": "~3.7.7", "@types/jasminewd2": "^2.0.9", "@types/node": "^15.12.2", "codelyzer": "~6.0.2", "concat": "^1.0.3", "fs-extra": "^10.0.0", "htmlhint": "^1.1.4", "jasmine-core": "~3.8.0", "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", "lodash": "^4.17.21", "protractor": "~7.0.0", "raw-loader": "^4.0.2", "ts-node": "~10.0.0", "tslint": "~6.1.0", "typescript": "~4.2.4", "webpack": "5.4.0" }, "overrides": { "glob-parent": "5.1.2", "node-forge": "1.3.0", "@angular-devkit/build-angular": "~12.2.18", "@angular/core": "~12.2.16", "minimatch": "~3.0.5" } }