-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
113 lines (113 loc) · 3.92 KB
/
package.json
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
{
"name": "mobsos-evaluation-center",
"version": "1.9.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start-yjs": "node ./node_modules/y-websocket/bin/server.js",
"build": "ng build --configuration production",
"build:prod": "ng build --configuration production",
"build:prod-sbf-dev": "ng build --source-map --configuration production --base-href /monitor/ ",
"build:prod:single-bundle": "ng build --configuration production --single-bundle",
"test": "ng test --browsers=Chrome",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "npx ng lint mobsos-evaluation-center",
"lint:fix": "npx ng lint --fix mobsos-evaluation-center",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^15.2.8",
"@angular/animations": "^15.2.9",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@angular/service-worker": "^15.2.9",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@ngrx/effects": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngx-translate/core": "^14.0.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/katex": "^0.14.0",
"@webcomponents/webcomponentsjs": "^2.5.0",
"angular-google-charts": "^2.2.3",
"core-js": "^3.17.3",
"document-register-element": "^1.14.10",
"hammerjs": "^2.0.8",
"karma-coverage": "~2.1.0",
"katex": "^0.15.3",
"las2peer-frontend-statusbar": "github:rwth-acis/las2peer-frontend-statusbar#0.4.0",
"lit-element": "^2.5.1",
"lodash-es": "^4.17.21",
"material-design-icons": "^3.0.1",
"material-design-icons-iconfont": "^6.5.0",
"mathjs": "^10.5.0",
"monaco-editor": "^0.32.1",
"ngrx-store-localstorage": "^15.0.0",
"ngx-build-plus": "^15.0.0",
"ngx-logger": "^5.0.7",
"ngx-markdown": "^15.1.2",
"ngx-print": "^1.2.1",
"oidc-client": "^1.11.5",
"reqbaz-components": "github:rwth-acis/RequirementsBazaar-Components#develop",
"rxjs": "^7.5.6",
"sqlstring": "^2.3.2",
"tslib": "^2.0.0",
"vkbeautify": "^0.99.3",
"xml-formatter": "^1.2.1",
"y-websocket": "^1.3.15",
"yjs": "^13.5.10",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "^15.2.8",
"@angular/compiler-cli": "^15.2.9",
"@angular/language-service": "^15.2.9",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.9",
"@types/lodash-es": "^4.17.6",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.0.0",
"@typescript-eslint/parser": "^5.43.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"cssnano-preset-default": "^5.1.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "^39.3.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"postcss": "^8.2.15",
"protractor": "~7.0.0",
"puppeteer": "^14.3.0",
"tailwindcss": "^3.0.23",
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
},
"overrides": {
"angular-google-charts": {
"@angular/common": "^15.0.3",
"@angular/core": "^15.0.3"
}
}
}