-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.18 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
{
"private": true,
"name": "xstreaming",
"description": "xstreaming",
"version": "1.3.0",
"author": "Geocld <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "DEBUG=xstreaming:authenticationV2 nextron",
"build": "nextron build",
"lint": "eslint . --ext .ts && eslint renderer/ --ext .tsx",
"lint:fix": "eslint . --ext .ts --fix && eslint renderer/ --ext .tsx --fix",
"postinstall": "electron-builder install-app-deps",
"publish": "electron-builder -p onTag",
"flatpak-build": "nextron build --no-pack && electron-builder --dir"
},
"dependencies": {
"@nextui-org/react": "^2.4.6",
"axios": "^1.7.7",
"compare-versions": "^6.1.0",
"debounce": "^2.1.1",
"debug": "^4.3.4",
"electron-serve": "^1.3.0",
"electron-store": "^8.0.1",
"express": "^4.18.3",
"express-http-proxy": "^2.0.0",
"express-ws": "^5.0.2",
"framer-motion": "^11.5.4",
"github-url-to-object": "^4.0.6",
"i18next": "23.14.0",
"ip-address": "^9.0.5",
"jose": "^5.1.0",
"moment": "^2.30.1",
"next-i18next": "^15.3.1",
"next-themes": "^0.3.0",
"react-i18next": "^15.0.1",
"react-query": "^3.39.3",
"semver": "^7.6.3",
"uplot": "^1.6.30",
"uuid-1345": "^1.0.2",
"xbox-webapi": "^1.4.1",
"xstreaming-player": "0.2.5",
"xvfb-maybe": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@fortawesome/fontawesome-free": "^6.5.1",
"@next/eslint-plugin-next": "^14.2.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.47",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"electron": "33",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"next": "^13.5.6",
"nextron": "^8.13.0",
"node-loader": "^2.0.0",
"postcss": "^8.4.45",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}