{ "name": "vitamui-ui", "version": "1.0.0-SNAPSHOT", "license": "MIT", "scripts": { "ng": "ng", "ng-high-memory": "node --max_old_space_size=4000 ./node_modules/@angular/cli/bin/ng", "start": "ng serve --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:en": "ng serve --proxy-config proxy.conf.json --configuration=en --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:demo": "ng serve demo --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:portal": "ng serve portal --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:identity": "ng serve identity --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:pastis": "ng serve pastis --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "start:referential": "ng serve referential --proxy-config proxy.conf.json --disable-host-check --ssl --ssl-key dev-ssl/server.key --ssl-cert dev-ssl/server.crt", "build": "ng build --prod --i18n-locale fr --build-optimizer=false --optimization=false", "postinstall": "npm run build:vitamui-library", "build:prod": "export NODE_OPTIONS=--max_old_space_size=4096; ng build --prod --i18n-locale fr --output-path ../../../target/www", "build:dev": "ng build --prod --i18n-locale fr --build-optimizer=false --optimization=false", "build:fr": "ng build --prod --i18n-locale fr --output-path ../../../target/www/fr", "build:en": "ng build --prod --i18n-file src/locale/messages.en.xlf --i18n-format xlf --i18n-locale en --output-path ../../../target/www/en", "build:all": "npm run build:fr && npm run build:en", "build:demo": "ng build demo --prod --i18n-locale fr", "build:portal": "export NODE_OPTIONS=--max_old_space_size=4096; ng build portal --prod --i18n-locale fr", "build:identity": "export NODE_OPTIONS=--max_old_space_size=4096; ng build identity --prod --i18n-locale fr", "build:referential": "export NODE_OPTIONS=--max_old_space_size=4096; ng build referential --prod --i18n-locale fr", "build:pastis": "export NODE_OPTIONS=--max_old_space_size=4096 ; ng build pastis --prod --i18n-locale fr ", "test": "ng test --watch=false", "test:demo": "ng test demo --watch=false", "test:portal": "ng test portal --watch=false", "test:identity": "ng test identity --watch=false", "test:referential": "ng test referential --watch=false", "test:vitamui-library": "ng test vitamui-library --watch=false", "test:conf-ci": "ng test --watch=false --karma-config=karma.conf.ci.js", "test:sonar": "ng test --code-coverage --watch=false", "lint": "ng lint --format=stylish", "lint:demo": "ng lint demo --format=stylish", "lint:identity": "ng lint identity --format=stylish", "lint:portal": "ng lint portal --format=stylish", "lint:referential": "ng lint referential --format=stylish", "e2e": "ng e2e", "i18n-extract": "ng xi18n --outputPath=locale --i18n-locale=fr", "i18n-merge": "xliffmerge --profile xliffmerge.json fr en", "i18n:portal": "ng xi18n portal --outputPath=src/locale --i18n-locale=fr && xliffmerge --profile projects/portal/xliffmerge.json fr en", "i18n:identity": "ng xi18n identity --outputPath=src/locale --i18n-locale=fr && xliffmerge --profile projects/identity/xliffmerge.json fr en", "i18n:referential": "ng xi18n referential --outputPath=src/locale --i18n-locale=fr && xliffmerge --profile projects/referential/xliffmerge.json fr en", "check:demo": "npm run lint:demo && npm run build:demo", "check:portal": "npm run lint:portal && npm run test:portal && npm run build:portal", "check:identity": "npm run lint:identity && npm run test:identity && npm run build:identity", "check:referential": "npm run lint:referential && npm run test:referential && npm run build:referential", "copy-scss:vitamui-library": "cp-cli ./projects/vitamui-library/src/sass ./dist/sass", "build:vitamui-library": "ng build vitamui-library", "watch:vitamui-library": "ng build vitamui-library --watch" }, "private": true, "dependencies": { "@angular/animations": "8.0.0", "@angular/cdk": "^8.0.0", "@angular/common": "8.0.0", "@angular/compiler": "8.0.0", "@angular/core": "8.0.0", "@angular/forms": "8.0.0", "@angular/material": "^8.0.0", "@angular/material-moment-adapter": "^8.0.0", "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", "@angular/router": "8.0.0", "@types/uuid": "^7.0.0", "bootstrap": "^4.0.0", "classlist.js": "^1.1.20150312", "core-js": "^2.4.1", "d3": "^3.5.17", "d3-svg-legend": "^1.13.0", "lodash": "^4.17.10", "material-design-icons": "^3.0.1", "moment": "^2.24.0", "ng2-date-picker": "^8.0.0", "ng2-file-upload": "^1.4.0", "ng2-nvd3": "^2.0.0", "ng2-tooltip-directive": "^2.9.20", "ngx-filesize": "^2.0.2", "ngx-spinner": "^9.0.2", "ngx-toastr": "^11.3.3", "ngx-ui-loader": "^8.0.0", "nvd3": "^1.8.6", "rxjs": "^6.5.2", "tslib": "^1.9.0", "ui-frontend-common": "file:../ui-frontend-common/ui-frontend-common-0.0.14.tgz", "underscore": "^1.9.1", "uuid": "^7.0.2", "web-animations-js": "^2.3.2", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0", "@angular-devkit/build-ng-packagr": "^0.900.2", "@angular/cli": "8.2.2", "@angular/compiler-cli": "8.0.0", "@angular/language-service": "8.0.0", "@types/jasmine": "~3.3.0", "@types/jasminewd2": "~2.0.3", "@types/lodash": "^4.14.116", "@types/node": "~8.9.1", "@types/underscore": "^1.8.8", "codelyzer": "^5.0.1", "cp-cli": "^1.1.2", "hammerjs": "^2.0.8", "jasmine-core": "~3.3.0", "jasmine-marbles": "^0.4.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~3.1.1", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.4", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.4.0", "ng-packagr": "^9.0.0", "ngx-i18nsupport": "^0.17.1", "node-sass": "^4.12.0", "protractor": "^5.4.1", "puppeteer": "^1.2.0", "ts-node": "~7.0.1", "tsickle": "^0.37.0", "tslint": "~5.11.0", "typescript": "3.4.5" } }