-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.67 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
{
"name": "rvp",
"version": "0.14.7",
"description": "Research Video Prototype",
"author": "Studio Process <[email protected]>",
"maintainers": [
"Studio Process <[email protected]>"
],
"contributors": [
"Adrian Soluch <[email protected]>",
"Onur Dogangönül <[email protected]>",
"Manuel Meister <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/StudioProcess/rvp.git"
},
"license": "GPL-3.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"scripts": {
"ng": "ng",
"prestart": "node tools/prepEnv",
"prestart:prod": "node tools/prepEnv",
"start": "ng serve",
"start:prod": "ng serve --prod",
"prebuild": "node tools/prepEnv",
"build": "ng build",
"prebuild:prod": "node tools/prepEnv",
"build:prod": "ng build --prod; open dist/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"reinstall": "rm -rf dist tmp; npm ci",
"chrome": "open -a 'google chrome' http://localhost:4200",
"tslint:app": "tslint -c tslint.json -p src/tsconfig.app.json --format stylish",
"tsc:app": "tsc -p src/tsconfig.app.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.1.1",
"@angular/cdk": "^9.2.2",
"@angular/common": "^10.1.1",
"@angular/compiler": "^10.1.1",
"@angular/core": "^10.1.1",
"@angular/forms": "^10.1.1",
"@angular/platform-browser": "^10.1.1",
"@angular/platform-browser-dynamic": "^10.1.1",
"@angular/router": "^10.1.1",
"@ng-stack/contenteditable": "^1.0.1",
"@ngrx/effects": "^10.0.0",
"@ngrx/store": "^10.0.0",
"@ngrx/store-devtools": "^10.0.0",
"core-js": "^2.6.11",
"fibers": "^4.0.3",
"file-saver": "^1.3.8",
"foundation-sites": "^6.6.3",
"fuse.js": "^3.6.1",
"immutable": "4.0.0-rc.9",
"ionicons": "^4.6.3",
"jquery": "^3.5.1",
"jszip": "3.1.5",
"jszip-utils": "0.0.2",
"localforage": "^1.7.3",
"moment": "^2.25.3",
"natives": "^1.1.6",
"ngx-autosize-input": "^2.3.7",
"node-sass": "^4.14.1",
"pace-progress": "^1.0.2",
"rxjs": "^6.5.5",
"rxjs-tslint": "^0.1.8",
"tslib": "^2.0.0",
"video.js": "^5.20.5",
"what-input": "^5.2.7",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.1",
"@angular/cli": "^10.1.1",
"@angular/compiler-cli": "^10.1.1",
"@angular/language-service": "^10.1.1",
"@types/file-saver": "^1.3.1",
"@types/jquery": "^3.5.1",
"@types/jszip": "^3.1.7",
"@types/node": "^12.12.37",
"@types/video.js": "^5.16",
"codelyzer": "^5.2.2",
"tslint": "~6.1.0",
"typescript": "~4.0.2"
}
}