-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 5.28 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 5.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "apache-streampipes",
"version": "0.99.0-SNAPSHOT",
"description": "Apache StreamPipes user interface",
"homepage": "http://streampipes.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-streampipes"
},
"scripts": {
"build-libs": "ng build @streampipes/platform-services && ng build @streampipes/shared-ui",
"install-libs": "npm install @streampipes/platform-services@file:./dist/streampipes/platform-services @streampipes/shared-ui@file:./dist/streampipes/shared-ui --no-save",
"build-libraries": "npm run build-libs && npm run install-libs",
"start": "npm run build-libraries && node ./deployment/prebuild.js && ng serve -o",
"test": "node ./deployment/prebuild.js && npm run build-libraries && ng test",
"run-prebuild-script": "node ./deployment/prebuild.js",
"build": "npm run i18n:validate && node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build --configuration production",
"build-dev": "node ./deployment/prebuild.js && set NODE_OPTIONS=--max-old-space-size=8192 && npm run build-libraries && ng build",
"lint": "ng lint app && ng lint app-e2e && ng lint @streampipes/platform-services && ng lint @streampipes/shared-ui",
"lint:fix": "ng lint app --fix && ng lint app-e2e --fix && ng lint @streampipes/platform-services --fix && ng lint @streampipes/shared-ui --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint-staged": "lint-staged",
"test-cypress-open": "cypress open --config baseUrl=http://localhost:8082 --expose DEVELOPMENT=true",
"test-cypress-smoke": "npx cypress run --spec 'cypress/tests/**/*.smoke.spec.ts' --config baseUrl=http://localhost:8082",
"test-cypress-all": "npx cypress run --spec 'cypress/tests/**/*.spec.ts' --config baseUrl=http://localhost:8082",
"prepare": "cd ../ && husky install ./ui/.husky",
"i18n:extract": "ngx-translate-extract --input ./src --input ./projects --output ./deployment/i18n/{en,de,pl}.json -n -s --clean --format json --format-indentation ' '",
"i18n:translate": "node ./deployment/i18n-translate.js",
"i18n:validate": "node ./deployment/i18n-validate.js",
"i18n:check": "npm run i18n:extract && prettier --write ./deployment/i18n/{en,de,pl}.json && npm run i18n:validate"
},
"dependencies": {
"@angular/animations": "^22.1.6",
"@angular/cdk": "^22.1.6",
"@angular/common": "^22.1.6",
"@angular/compiler": "^22.1.6",
"@angular/core": "^22.1.6",
"@angular/forms": "^22.1.6",
"@angular/material": "^22.1.6",
"@angular/platform-browser": "^22.1.6",
"@angular/platform-browser-dynamic": "^22.1.6",
"@angular/router": "^22.1.6",
"@auth0/angular-jwt": "^5.2.0",
"@bluehalo/ngx-leaflet": "^22.0.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"@gradle-tech/develocity-agent": "^4.1.1",
"@jsplumb/browser-ui": "^6.2.10",
"@maplibre/maplibre-gl-leaflet": "^0.1.4",
"@ngbracket/ngx-layout": "^22.0.1",
"@ngx-loading-bar/core": "^7.0.1",
"@ngx-loading-bar/http-client": "^7.0.1",
"@ngx-translate/core": "^18.0.0",
"@ngx-translate/http-loader": "^18.0.0",
"@panzoom/panzoom": "^4.5.1",
"monaco-editor": "^0.56.0",
"console-browserify": "^1.2.0",
"d3-array": "^3.2.4",
"d3-contour": "^4.0.2",
"d3-scale": "^4.0.2",
"dagre": "^0.8.5",
"date-fns": "^3.6.0",
"echarts": "^6.0.0",
"echarts-simple-transform": "^1.0.0",
"gridstack": "^12.6.0",
"file-saver": "2.0.5",
"jquery": "^3.7.0",
"jquery-ui-dist": "1.13.2",
"leaflet": "1.9.3",
"lodash.clonedeep": "^4.5.0",
"marked": "^18.0.3",
"material-icons": "^1.13.14",
"maplibre-gl": "^6.8.0",
"ngx-color-picker": "^20.1.1",
"ngx-echarts": "^22.0.0",
"ngx-markdown": "^22.0.2",
"ngx-monaco-editor-v2": "^22.0.5",
"ngx-quill": "^31.0.1",
"quill": "^2.0.3",
"roboto-fontface": "0.10.0",
"rxjs": "^7.8.2",
"shepherd.js": "13.0.3",
"supercluster": "^9.1.0",
"stream-browserify": "3.0.0",
"swagger-ui-dist": "5.15.1",
"tslib": "^2.6.2",
"zone.js": "~0.15.1",
"katex": "^0.16.47",
"marked-katex-extension": "^5.1.12"
},
"devDependencies": {
"@angular-eslint/builder": "^22.5.0",
"@angular-eslint/eslint-plugin": "^22.5.0",
"@angular-eslint/eslint-plugin-template": "^22.5.0",
"@angular-eslint/schematics": "^22.5.0",
"@angular-eslint/template-parser": "^22.5.0",
"@angular/build": "^22.1.8",
"@angular/cli": "^22.1.8",
"@angular/compiler-cli": "^22.1.6",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^10.0.1",
"@types/jqueryui": "^1.12.16",
"@types/leaflet": "^1.9.0",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.32.1",
"@vendure/ngx-translate-extract": "^10.1.3",
"csv-string": "^4.1.1",
"cypress": "^16.1.0",
"cypress-multi-reporters": "^2.0.5",
"deepl-node": "^1.16.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.0.1",
"husky": "^8.0.2",
"jsdom": "^30.0.1",
"js-yaml": "^5.4.1",
"lint-staged": "^17.4.1",
"mustache": "^4.2.0",
"ng-packagr": "^22.1.1",
"prettier": "3.9.6",
"typescript": "6.0.3",
"vitest": "^4.1.11",
"angular-eslint": "^22.5.0"
}
}