-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
82 lines (82 loc) · 3.57 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
{
"name": "vitrivr-ng",
"version": "2.9.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"startalt": "ng serve --port 5300",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"gen-api": "openapi-generator-cli generate -g typescript-angular -i https://raw.githubusercontent.com/vitrivr/cineast/main/docs/openapi.json -o openapi/cineast --skip-validate-spec --additional-properties npmName=@cineast-openapi/api,snapshot=true,ngVersion=13.0.0",
"gen-local-api": "openapi-generator-cli generate -g typescript-angular -i http://localhost:4567/openapi-specs -o openapi/cineast --skip-validate-spec --additional-properties npmName=@cineast-openapi/api,snapshot=true,ngVersion=13.0.0",
"gen-dev-api": "openapi-generator-cli generate -g typescript-angular -i https://raw.githubusercontent.com/vitrivr/cineast/dev/docs/openapi.json -o openapi/cineast --skip-validate-spec --additional-properties npmName=@cineast-openapi/api,snapshot=true,ngVersion=13.0.0",
"gen-dres-client": "openapi-generator-cli generate -g typescript-angular -i https://raw.githubusercontent.com/dres-dev/DRES/master/doc/oas-client.json -o openapi/dres --skip-validate-spec --additional-properties npmName=@dres-client-openapi/api,ngVersion=13.0.0,enumPropertyNaming=original",
"gen-dres-dev-client": "openapi-generator-cli generate -g typescript-angular -i https://raw.githubusercontent.com/dres-dev/DRES/dev/doc/oas-client.json -o openapi/dres --skip-validate-spec --additional-properties npmName=@dres-client-openapi/api,ngVersion=13.0.0,enumPropertyNaming=original",
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "2.0.4",
"@angular/animations": "13.3.2",
"@angular/cdk": "13.3.2",
"@angular/common": "13.3.2",
"@angular/compiler": "13.3.2",
"@angular/core": "13.3.2",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "13.3.2",
"@angular/material": "13.3.2",
"@angular/platform-browser": "13.3.2",
"@angular/platform-browser-dynamic": "13.3.2",
"@angular/router": "13.3.2",
"@openapitools/openapi-generator-cli": "2.4.26",
"@types/leaflet": "1.7.5",
"@types/openseadragon": "^2.4.7",
"@types/three": "0.134.0",
"@videogular/ngx-videogular": "5.0.1",
"core-js": "3.19.1",
"deepmerge": "4.2.2",
"dexie": "^3.2.2",
"flatted": "3.2.4",
"jszip": "3.8.0",
"leaflet": "1.7.1",
"leaflet-geosearch": "3.6.0",
"ngx-color-picker": "11.0.0",
"ngx-infinite-scroll": "10.0.1",
"node": "^17.4.0",
"npm": "^8.11.0",
"openapi-generator": "^0.1.39",
"openseadragon": "^2.4.2",
"rxjs": "7.5.5",
"systemjs": "6.12.1",
"tailwindcss": "^2.2.19",
"three": "0.137.0",
"three-obj-loader": "1.1.3",
"three-stl-loader": "1.0.6",
"three-trackballcontrols": "0.9.0",
"ts-md5": "^1.2.9",
"tslib": "^2.3.1",
"two.js": "^0.8.3",
"typescript": "4.6.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.2",
"@angular-eslint/builder": "13.2.0",
"@angular-eslint/eslint-plugin": "13.2.0",
"@angular-eslint/eslint-plugin-template": "13.2.0",
"@angular-eslint/schematics": "13.2.0",
"@angular-eslint/template-parser": "13.2.0",
"@angular/cli": "13.3.2",
"@angular/compiler-cli": "13.3.2",
"@types/core-js": "^2.5.5",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"codelyzer": "^6.0.2",
"eslint": "8.13.0",
"ts-node": "10.7.0",
"tslint": "^6.1.3"
}
}