forked from vitrivr/vitrivr-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
{
"name": "vitrivr-ng",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"gen-api": "openapi-generator 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=9.1.12",
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "2.0.3",
"@angular/animations": "11.0.7",
"@angular/cdk": "11.0.3",
"@angular/common": "11.0.7",
"@angular/compiler": "11.0.7",
"@angular/core": "11.0.7",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/forms": "11.0.7",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "11.0.7",
"@angular/platform-browser-dynamic": "11.0.7",
"@angular/router": "11.0.7",
"@openapitools/openapi-generator-cli": "^1.0.15-4.3.1",
"@types/jszip": "^3.4.1",
"@types/three": "^0.93.31",
"@videogular/ngx-videogular": "2.1.0",
"core-js": "3.6.5",
"deepmerge": "4.2.2",
"dexie": "^3.0.3",
"flatted": "3.0.4",
"jszip": "3.5.0",
"ngx-color-picker": "11.0.0",
"ngx-infinite-scroll": "10.0.1",
"npm": "^6.14.11",
"rxjs": "6.6.0",
"systemjs": "6.4.0",
"three": "0.125.0",
"three-obj-loader": "1.1.3",
"three-stl-loader": "1.0.6",
"three-trackballcontrols": "0.0.8",
"ts-md5": "^1.2.7",
"tslib": "^2.0.0",
"typescript": "4.0.5",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.6",
"@angular/cli": "11.0.6",
"@angular/compiler-cli": "11.0.7",
"@types/core-js": "^0.9.46",
"codelyzer": "^6.0.0",
"protractor": "~7.0.0",
"ts-node": "8.10.2",
"tslint": "^6.1.3"
}
}