{ "name": "frontend", "version": "0.0.0", "scripts": { "ng": "ng", "build": "npm run copyLibAssets && ng build --prod --deploy-url static/", "build:fr": "npm run copyLibAssets && ng build --prod --deploy-url static/ --configuration=fr", "build:watch": "npm run copyLibAssets && ng build --watch --deploy-url static/ --outputPath ../backend/app/static/ --outputHashing all", "serve": "npm run copyLibAssets && ng serve --proxy-config=src/proxy.conf.json", "copyLibAssets": "cp -r ./node_modules/kubeflow/assets/* ./src/assets/", "i18n:extract": "ng extract-i18n --output-path i18n", "test": "ng test", "test:prod": "ng test --browsers=ChromeHeadless --watch=false", "lint-check": "ng lint", "lint": "ng lint --fix", "format:check": "prettier --check 'src/**/*.{js,ts,html,scss,css}' || node scripts/check-format-error.js", "format:write": "prettier --write 'src/**/*.{js,ts,html,scss,css}'", "ui-test": "cypress open . --e2e", "ui-test-ci": "cypress run . --e2e", "ui-test-ci-all": "cypress run . --e2e --browser=chrome && cypress run . --e2e --browser=firefox" }, "private": true, "dependencies": { "@angular/animations": "~12.2.17", "@angular/cdk": "^12.2.13", "@angular/cdk-experimental": "^12.2.13", "@angular/common": "~12.2.17", "@angular/compiler": "~12.2.17", "@angular/core": "~12.2.17", "@angular/forms": "~12.2.17", "@angular/localize": "^12.2.17", "@angular/material": "^12.2.13", "@angular/platform-browser": "~12.2.17", "@angular/platform-browser-dynamic": "~12.2.17", "@angular/router": "~12.2.17", "@fortawesome/angular-fontawesome": "^0.9.0", "@fortawesome/fontawesome-svg-core": "^1.2.26", "@fortawesome/free-brands-svg-icons": "^5.12.0", "@fortawesome/free-solid-svg-icons": "^5.12.0", "@kubernetes/client-node": "^0.16.3", "date-fns": "^1.29.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "material-icons": "^0.7.3", "raw-loader": "^4.0.0", "rxjs": "~6.6.7", "tslib": "^2.0.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~12.0.5", "@angular-eslint/builder": "12.7.0", "@angular-eslint/eslint-plugin": "12.7.0", "@angular-eslint/eslint-plugin-template": "12.7.0", "@angular-eslint/schematics": "12.7.0", "@angular-eslint/template-parser": "12.7.0", "@angular/cli": "~12.0.5", "@angular/compiler-cli": "~12.2.17", "@angular/language-service": "~12.2.17", "@cypress/schematic": "^2.2.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "4.28.2", "@typescript-eslint/parser": "4.28.2", "cypress": "^10.10.0", "eslint": "^7.26.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "^34.0.0", "eslint-plugin-prefer-arrow": "latest", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.3.16", "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", "prettier": "2.3.2", "ts-node": "^10.4.0", "typescript": "~4.2.4", "wait-on": "^7.0.1" } }