]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/package.json
3205888f570823469dd3c00eaa09301417d94b64
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / package.json
1 {
2 "name": "ceph-dashboard",
3 "version": "0.0.0",
4 "license": "MIT",
5 "config": {
6 "locale": "en-US"
7 },
8 "scripts": {
9 "ng": "ng",
10 "start": "npm run env_build && ng serve --host 0.0.0.0 --ssl",
11 "build": "npm run env_build && ng build --configuration=$npm_package_config_locale",
12 "build:localize": "node cd --env --pre && ng build --localize",
13 "postbuild:localize": "node cd --res",
14 "env_build": "node cd --env",
15 "i18n": "npm run i18n:extract && npm run i18n:push && npm run i18n:pull && npm run i18n:merge",
16 "i18n:extract": "ng extract-i18n --output-path src/locale --progress=false",
17 "i18n:push": "npx i18ntool push -c i18n.config.json",
18 "i18n:pull": "npx i18ntool pull -c i18n.config.json",
19 "i18n:merge": "npx i18ntool merge -c i18n.config.json",
20 "i18n:token": "npx i18ntool config token",
21 "test": "jest --watch",
22 "test:ci": "jest --clearCache && JEST_SILENT_REPORTER_DOTS=true jest --coverage --reporters jest-silent-reporter",
23 "pree2e": "rm -f cypress/reports/results-*.xml || true",
24 "e2e": "start-test 4200 'cypress open'",
25 "pree2e:ci": "npm run pree2e",
26 "e2e:ci": "start-test 4200 'cypress run -b chrome --headless'",
27 "lint:eslint": "ng lint",
28 "lint:gherkin": "gherkin-lint -c .gherkin-lintrc cypress/e2e",
29 "lint:prettier": "prettier --list-different \"{src,cypress}/**/*.{ts,scss}\"",
30 "lint:html": "htmllint src/app/**/*.html && html-linter --config html-linter.config.json",
31 "prelint:tsc": "npm run postinstall",
32 "lint:tsc": "tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.spec.json --noEmit && tsc -p cypress/tsconfig.json --noEmit",
33 "lint:scss": "stylelint '**/*.scss'",
34 "lint": "run-p -csl --aggregate-output lint:*",
35 "fix:prettier": "prettier --write \"{src,cypress}/**/*.{ts,scss}\"",
36 "fix:eslint": "npm run lint:eslint -- --fix",
37 "fix:scss": "stylelint '**/*.scss' --fix",
38 "fixmod": "pretty-quick --pattern \"{src,cypress}/**/*.{ts,scss}\" --branch HEAD",
39 "fix": "run-p -csl --aggregate-output fix:*",
40 "compodoc": "compodoc",
41 "doc-build": "compodoc -p tsconfig.app.json",
42 "doc-serve": "compodoc --port 8444 -s tsconfig.app.json",
43 "postinstall": "ngcc --properties es2015 browser module main --async false --first-only --tsconfig 'tsconfig.app.json'"
44 },
45 "private": true,
46 "dependencies": {
47 "@angular/animations": "15.2.9",
48 "@angular/common": "15.2.9",
49 "@angular/compiler": "15.2.9",
50 "@angular/core": "15.2.9",
51 "@angular/forms": "15.2.9",
52 "@angular/localize": "15.2.9",
53 "@angular/platform-browser": "15.2.9",
54 "@angular/platform-browser-dynamic": "15.2.9",
55 "@angular/router": "15.2.9",
56 "@circlon/angular-tree-component": "10.0.0",
57 "@ng-bootstrap/ng-bootstrap": "14.2.0",
58 "@ngx-formly/bootstrap": "6.1.1",
59 "@ngx-formly/core": "6.1.1",
60 "@popperjs/core": "2.10.2",
61 "@swimlane/ngx-datatable": "18.0.0",
62 "@types/file-saver": "2.0.1",
63 "async-mutex": "0.2.4",
64 "bootstrap": "5.2.3",
65 "chart.js": "2.9.4",
66 "detect-browser": "5.2.0",
67 "file-saver": "2.0.2",
68 "fork-awesome": "1.1.7",
69 "lodash": "4.17.21",
70 "moment": "2.29.4",
71 "ng-block-ui": "3.0.2",
72 "ng-click-outside": "7.0.0",
73 "ng2-charts": "2.4.2",
74 "ngx-pipe-function": "1.0.0",
75 "ngx-toastr": "17.0.2",
76 "rxjs": "6.6.3",
77 "simplebar-angular": "2.3.6",
78 "swagger-ui": "4.12.0",
79 "tslib": "2.3.1",
80 "zone.js": "0.11.8"
81 },
82 "devDependencies": {
83 "@angular-devkit/build-angular": "15.2.9",
84 "@angular-eslint/builder": "13.5.0",
85 "@angular-eslint/eslint-plugin": "13.5.0",
86 "@angular-eslint/eslint-plugin-template": "13.5.0",
87 "@angular-eslint/schematics": "13.5.0",
88 "@angular-eslint/template-parser": "13.5.0",
89 "@angular/cli": "15.2.9",
90 "@angular/compiler-cli": "15.2.9",
91 "@angular/language-service": "15.2.9",
92 "@applitools/eyes-cypress": "3.22.5",
93 "@compodoc/compodoc": "1.1.18",
94 "@cypress/browserify-preprocessor": "3.0.2",
95 "@types/brace-expansion": "1.1.0",
96 "@types/cypress-cucumber-preprocessor": "4.0.1",
97 "@types/jest": "29.5.4",
98 "@types/lodash": "4.14.161",
99 "@types/node": "18.17.12",
100 "@types/swagger-ui": "3.52.0",
101 "@typescript-eslint/eslint-plugin": "5.27.1",
102 "@typescript-eslint/parser": "5.27.1",
103 "axe-core": "4.4.3",
104 "cypress": "12.17.4",
105 "cypress-axe": "1.5.0",
106 "cypress-cucumber-preprocessor": "4.3.1",
107 "cypress-iframe": "1.0.1",
108 "cypress-multi-reporters": "1.5.0",
109 "eslint": "8.17.0",
110 "gherkin-lint": "4.2.2",
111 "html-linter": "1.1.1",
112 "htmllint-cli": "0.0.7",
113 "identity-obj-proxy": "3.0.0",
114 "isomorphic-form-data": "2.0.0",
115 "jest": "29.6.4",
116 "jest-canvas-mock": "2.4.0",
117 "jest-jasmine2": "28.1.3",
118 "jest-preset-angular": "13.1.1",
119 "jest-silent-reporter": "0.5.0",
120 "mocha-junit-reporter": "2.1.0",
121 "ng-mocks": "14.3.0",
122 "npm-run-all": "4.1.5",
123 "prettier": "2.1.2",
124 "pretty-quick": "3.0.2",
125 "start-server-and-test": "1.12.1",
126 "stylelint": "13.13.1",
127 "stylelint-config-sass-guidelines": "7.1.0",
128 "stylelint-declaration-use-variable": "1.7.3",
129 "table": "6.8.0",
130 "transifex-i18ntool": "1.1.0",
131 "ts-node": "9.0.0",
132 "typescript": "4.9.5"
133 },
134 "cypress-cucumber-preprocessor": {
135 "stepDefinitions": "cypress/e2e/common"
136 }
137 }