This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 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
{
"name": "onlivfe",
"description": "Onlivfe is tool that allows for listing your friends quickly on different platforms, mainly social VR, without having to actually open the actual platform's game/interface programs individually.",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/onlivfe/desktop#readme",
"contributors": [
"ljoonal (http://ljoonal.xyz)"
],
"bugs": {
"url": "https://github.com/onlivfe/desktop/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlivfe/desktop.git"
},
"dependencies": {
"@angular/animations": "16.0.1",
"@angular/cdk": "16.0.1",
"@angular/common": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/core": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/material": "16.0.1",
"@angular/platform-browser": "16.0.1",
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/router": "16.0.1",
"@tauri-apps/api": "2.0.0-alpha.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/architect": "0.1600.1",
"@angular-devkit/build-angular": "16.0.1",
"@angular-devkit/core": "16.0.1",
"@angular-devkit/schematics": "16.0.1",
"@angular-eslint/builder": "^16.0.1",
"@angular-eslint/eslint-plugin": "^16.0.1",
"@angular-eslint/eslint-plugin-template": "^16.0.1",
"@angular-eslint/schematics": "16.0.1",
"@angular-eslint/template-parser": "^16.0.1",
"@angular/cli": "16.0.1",
"@angular/compiler-cli": "16.0.1",
"@angular/language-service": "16.0.1",
"@angular/localize": "16.0.1",
"@tauri-apps/cli": "2.0.0-alpha.8",
"@types/jasmine": "4.3.1",
"@types/node": "18.15.13",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@typescript-eslint/types": "^5.59.6",
"eslint": "8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "4.5.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "^2.8.8",
"typescript": "~5.0.4"
},
"scripts": {
"ng": "ng",
"dev": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"tauri": "tauri",
"lint": "ng lint"
},
"browserslist": [
"last 3 chrome versions",
"safari >= 13"
],
"volta": {
"node": "20.0.0",
"yarn": "3.5.0"
},
"engines": {
"node": ">=18.10"
},
"packageManager": "yarn@3.5.0",
"private": true
}