Newer
Older
"name": "netex",
AndiMajore
committed
"version": "1.1.15",
"start:dev": "ng serve --configuration=dev",
"start:prod": "ng serve --configuration=production",
"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"
"@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",
AndiMajore
committed
"animate.css": "^4.1.1",
AndiMajore
committed
"dom-to-image": "^2.6.0",
"lodash.merge": "^4.6.2",
AndiMajore
committed
"htmlhint": "^1.1.4",
"jasmine-core": "~3.8.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
AndiMajore
committed
AndiMajore
committed
"raw-loader": "^4.0.2",
"typescript": "~4.2.4",
"webpack": "5.4.0"
AndiMajore
committed
},
"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"