Newer
Older
"name": "netex",
"start:local": "ng serve --configuration=local",
"start:remote": "ng serve --configuration=remote",
"start:prod": "ng serve --configuration=production",
"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",
AndiMajore
committed
"build:netex-remote": "npm run build-remote netex && node build-netex.js && npm run prefixcss",
"prefixcss": "postcss -r drugsTone-build/styles.css"
"@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",
AndiMajore
committed
"animate.css": "^4.1.1",
AndiMajore
committed
"dom-to-image": "^2.6.0",
"primeicons": "^4.1.0",
"primeng": "^12.0.0-rc.1",
AndiMajore
committed
"@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",
AndiMajore
committed
"autoprefixer": "^10.2.6",
"fs-extra": "^10.0.0",
"htmlhint": "^0.14.2",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
AndiMajore
committed
"lodash": "^4.17.21",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-modules": "^4.1.3",
"postcss-prefix-selector": "^1.10.0",
"postcss-prefixer": "^2.1.2",
"postcss-scss": "^4.0.0",
"posthtml-css-modules": "^0.1.3",
"posthtml-loader": "^2.0.1",
AndiMajore
committed
"raw-loader": "^4.0.2",
AndiMajore
committed
},
"resolutions": {
"webpack": "5.4.0"