Skip to content

Commit c5ce6bc

Browse files
committed
3.1.11
1 parent a698f1f commit c5ce6bc

File tree

2 files changed

+169
-169
lines changed

2 files changed

+169
-169
lines changed

package.json

Lines changed: 115 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,117 @@
11
{
2-
"name": "deskreen-ce",
3-
"version": "3.1.10",
4-
"description": "An Electron application with React and TypeScript",
5-
"main": "./out/main/index.js",
6-
"author": "deskreen.com",
7-
"homepage": "https://electron-vite.org",
8-
"scripts": {
9-
"clean": "rm -rf dist out src/client-viewer/dist",
10-
"format": "biome format --write . --diagnostic-level=error",
11-
"lint": "biome lint . --diagnostic-level=error",
12-
"lint:error-only": "biome lint --write . --max-diagnostics=none",
13-
"typecheck:client-viewer": "tsc --noEmit -p src/client-viewer/tsconfig.app.json --composite false",
14-
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
15-
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
16-
"typecheck": "npm run typecheck:client-viewer && npm run typecheck:node && npm run typecheck:web",
17-
"start": "electron-vite preview",
18-
"dev": "concurrently \"pnpm electron-vite dev\" \"pnpm:devClientViewer\"",
19-
"devClientViewer": "cd src/client-viewer && pnpm dev --host --port=5174",
20-
"buildDev": "npm run buildClientViewer && electron-vite build",
21-
"build": "npm run typecheck && npm run buildClientViewer && electron-vite build",
22-
"buildClientViewer": "cd src/client-viewer && pnpm build",
23-
"postinstall": "electron-builder install-app-deps",
24-
"build:unpack": "npm run build && electron-builder --dir",
25-
"build:win": "npm run build && electron-builder --win",
26-
"build:win:ia32": "npm run build && electron-builder --win --ia32",
27-
"build:win:arm64": "npm run build && electron-builder --win --arm64",
28-
"build:mac": "npm run buildClientViewer && electron-vite build && electron-builder --mac",
29-
"build:mac:arm64": "npm run buildClientViewer && electron-vite build && electron-builder --mac --arm64",
30-
"build:mac:x64": "npm run buildClientViewer && electron-vite build && electron-builder --mac --x64",
31-
"build:linux": "npm run buildClientViewer && electron-vite build && electron-builder --linux",
32-
"build:linux:arm64": "npm run buildClientViewer && electron-vite build && electron-builder --linux --arm64",
33-
"build:linux:armv7l": "npm run buildClientViewer && electron-vite build && electron-builder --linux --armv7l"
34-
},
35-
"dependencies": {
36-
"@blueprintjs/core": "^6.3.4",
37-
"@blueprintjs/select": "^6.0.8",
38-
"@electron-toolkit/preload": "^3.0.2",
39-
"@electron-toolkit/utils": "^4.0.0",
40-
"@fortawesome/fontawesome-free": "^7.1.0",
41-
"@material-ui/core": "^4.12.4",
42-
"@roamhq/wrtc": "^0.9.1",
43-
"@types/lodash": "^4.17.20",
44-
"axios": "^1.13.2",
45-
"classnames": "^2.5.1",
46-
"clsx": "^2.1.1",
47-
"detect-port": "^2.1.0",
48-
"electron-devtools-installer": "^4.0.0",
49-
"electron-log": "^5.4.3",
50-
"electron-settings": "^4.0.4",
51-
"electron-store": "^10.1.0",
52-
"electron-updater": "^6.6.2",
53-
"fontsource-lexend-peta": "^4.0.0",
54-
"fs-extra": "^11.3.2",
55-
"get-port": "^7.1.0",
56-
"i18next": "^25.6.2",
57-
"i18next-fs-backend": "^2.6.0",
58-
"i18next-sync-fs-backend": "^1.1.1",
59-
"kcors": "^2.2.2",
60-
"koa": "^3.1.1",
61-
"koa-router": "^14.0.0",
62-
"koa-send": "^5.0.1",
63-
"koa-static": "^5.0.0",
64-
"lodash": "^4.17.21",
65-
"node-forge": "^1.3.1",
66-
"normalize.css": "^8.0.1",
67-
"qrcode.react": "^4.2.0",
68-
"react-flexbox-grid": "^2.1.2",
69-
"react-toast-notifications": "^2.5.1",
70-
"shortid": "^2.2.17",
71-
"simple-peer": "^9.11.1",
72-
"socket.io": "^4.8.1",
73-
"socket.io-client": "^4.8.1",
74-
"uuid": "^11.1.0"
75-
},
76-
"devDependencies": {
77-
"@biomejs/biome": "2.3.6",
78-
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
79-
"@electron-toolkit/eslint-config-ts": "^3.1.0",
80-
"@electron-toolkit/tsconfig": "^1.0.1",
81-
"@types/electron-devtools-installer": "^4.0.0",
82-
"@types/i18next-node-fs-backend": "^2.1.5",
83-
"@types/kcors": "^2.2.9",
84-
"@types/koa": "^3.0.1",
85-
"@types/koa-router": "^7.4.9",
86-
"@types/koa-send": "^4.1.6",
87-
"@types/koa-static": "^4.0.4",
88-
"@types/node-forge": "^1.3.14",
89-
"@types/qrcode.react": "^3.0.0",
90-
"@types/react": "^19.2.3",
91-
"@types/react-dom": "^19.2.2",
92-
"@types/react-toast-notifications": "^2.4.1",
93-
"@types/simple-peer": "^9.11.9",
94-
"@types/socket.io": "^3.0.2",
95-
"@types/socket.io-client": "^3.0.0",
96-
"@vitejs/plugin-react": "^5.1.0",
97-
"concurrently": "^9.2.1",
98-
"electron": "^37.9.0",
99-
"electron-builder": "^26.0.12",
100-
"electron-vite": "^4.0.1",
101-
"eslint": "^9.39.1",
102-
"eslint-plugin-react": "^7.37.5",
103-
"eslint-plugin-react-hooks": "^5.2.0",
104-
"eslint-plugin-react-refresh": "^0.4.24",
105-
"prettier": "^3.6.2",
106-
"react": "^19.2.0",
107-
"react-dom": "^19.2.0",
108-
"react-i18next": "^15.7.4",
109-
"typescript": "^5.9.3",
110-
"vite": "^7.2.2"
111-
},
112-
"pnpm": {
113-
"onlyBuiltDependencies": [
114-
"electron"
115-
]
116-
}
2+
"name": "deskreen-ce",
3+
"version": "3.1.11",
4+
"description": "An Electron application with React and TypeScript",
5+
"main": "./out/main/index.js",
6+
"author": "deskreen.com",
7+
"homepage": "https://electron-vite.org",
8+
"scripts": {
9+
"clean": "rm -rf dist out src/client-viewer/dist",
10+
"format": "biome format --write . --diagnostic-level=error",
11+
"lint": "biome lint . --diagnostic-level=error",
12+
"lint:error-only": "biome lint --write . --max-diagnostics=none",
13+
"typecheck:client-viewer": "tsc --noEmit -p src/client-viewer/tsconfig.app.json --composite false",
14+
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
15+
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
16+
"typecheck": "npm run typecheck:client-viewer && npm run typecheck:node && npm run typecheck:web",
17+
"start": "electron-vite preview",
18+
"dev": "concurrently \"pnpm electron-vite dev\" \"pnpm:devClientViewer\"",
19+
"devClientViewer": "cd src/client-viewer && pnpm dev --host --port=5174",
20+
"buildDev": "npm run buildClientViewer && electron-vite build",
21+
"build": "npm run typecheck && npm run buildClientViewer && electron-vite build",
22+
"buildClientViewer": "cd src/client-viewer && pnpm build",
23+
"postinstall": "electron-builder install-app-deps",
24+
"build:unpack": "npm run build && electron-builder --dir",
25+
"build:win": "npm run build && electron-builder --win",
26+
"build:win:ia32": "npm run build && electron-builder --win --ia32",
27+
"build:win:arm64": "npm run build && electron-builder --win --arm64",
28+
"build:mac": "npm run buildClientViewer && electron-vite build && electron-builder --mac",
29+
"build:mac:arm64": "npm run buildClientViewer && electron-vite build && electron-builder --mac --arm64",
30+
"build:mac:x64": "npm run buildClientViewer && electron-vite build && electron-builder --mac --x64",
31+
"build:linux": "npm run buildClientViewer && electron-vite build && electron-builder --linux",
32+
"build:linux:arm64": "npm run buildClientViewer && electron-vite build && electron-builder --linux --arm64",
33+
"build:linux:armv7l": "npm run buildClientViewer && electron-vite build && electron-builder --linux --armv7l"
34+
},
35+
"dependencies": {
36+
"@blueprintjs/core": "^6.3.4",
37+
"@blueprintjs/select": "^6.0.8",
38+
"@electron-toolkit/preload": "^3.0.2",
39+
"@electron-toolkit/utils": "^4.0.0",
40+
"@fortawesome/fontawesome-free": "^7.1.0",
41+
"@material-ui/core": "^4.12.4",
42+
"@roamhq/wrtc": "^0.9.1",
43+
"@types/lodash": "^4.17.20",
44+
"axios": "^1.13.2",
45+
"classnames": "^2.5.1",
46+
"clsx": "^2.1.1",
47+
"detect-port": "^2.1.0",
48+
"electron-devtools-installer": "^4.0.0",
49+
"electron-log": "^5.4.3",
50+
"electron-settings": "^4.0.4",
51+
"electron-store": "^10.1.0",
52+
"electron-updater": "^6.6.2",
53+
"fontsource-lexend-peta": "^4.0.0",
54+
"fs-extra": "^11.3.2",
55+
"get-port": "^7.1.0",
56+
"i18next": "^25.6.2",
57+
"i18next-fs-backend": "^2.6.0",
58+
"i18next-sync-fs-backend": "^1.1.1",
59+
"kcors": "^2.2.2",
60+
"koa": "^3.1.1",
61+
"koa-router": "^14.0.0",
62+
"koa-send": "^5.0.1",
63+
"koa-static": "^5.0.0",
64+
"lodash": "^4.17.21",
65+
"node-forge": "^1.3.1",
66+
"normalize.css": "^8.0.1",
67+
"qrcode.react": "^4.2.0",
68+
"react-flexbox-grid": "^2.1.2",
69+
"react-toast-notifications": "^2.5.1",
70+
"shortid": "^2.2.17",
71+
"simple-peer": "^9.11.1",
72+
"socket.io": "^4.8.1",
73+
"socket.io-client": "^4.8.1",
74+
"uuid": "^11.1.0"
75+
},
76+
"devDependencies": {
77+
"@biomejs/biome": "2.3.6",
78+
"@electron-toolkit/eslint-config-prettier": "^3.0.0",
79+
"@electron-toolkit/eslint-config-ts": "^3.1.0",
80+
"@electron-toolkit/tsconfig": "^1.0.1",
81+
"@types/electron-devtools-installer": "^4.0.0",
82+
"@types/i18next-node-fs-backend": "^2.1.5",
83+
"@types/kcors": "^2.2.9",
84+
"@types/koa": "^3.0.1",
85+
"@types/koa-router": "^7.4.9",
86+
"@types/koa-send": "^4.1.6",
87+
"@types/koa-static": "^4.0.4",
88+
"@types/node-forge": "^1.3.14",
89+
"@types/qrcode.react": "^3.0.0",
90+
"@types/react": "^19.2.3",
91+
"@types/react-dom": "^19.2.2",
92+
"@types/react-toast-notifications": "^2.4.1",
93+
"@types/simple-peer": "^9.11.9",
94+
"@types/socket.io": "^3.0.2",
95+
"@types/socket.io-client": "^3.0.0",
96+
"@vitejs/plugin-react": "^5.1.0",
97+
"concurrently": "^9.2.1",
98+
"electron": "^37.9.0",
99+
"electron-builder": "^26.0.12",
100+
"electron-vite": "^4.0.1",
101+
"eslint": "^9.39.1",
102+
"eslint-plugin-react": "^7.37.5",
103+
"eslint-plugin-react-hooks": "^5.2.0",
104+
"eslint-plugin-react-refresh": "^0.4.24",
105+
"prettier": "^3.6.2",
106+
"react": "^19.2.0",
107+
"react-dom": "^19.2.0",
108+
"react-i18next": "^15.7.4",
109+
"typescript": "^5.9.3",
110+
"vite": "^7.2.2"
111+
},
112+
"pnpm": {
113+
"onlyBuiltDependencies": [
114+
"electron"
115+
]
116+
}
117117
}

src/client-viewer/package.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"name": "deskreen-ce-client-viewer",
3-
"private": true,
4-
"version": "3.1.10",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "vite",
8-
"build": "tsc -b && vite build",
9-
"lint": "eslint .",
10-
"preview": "vite preview"
11-
},
12-
"dependencies": {
13-
"@blueprintjs/core": "^6.3.4",
14-
"i18next": "^25.6.2",
15-
"i18next-http-backend": "^3.0.2",
16-
"node-forge": "^1.3.1",
17-
"normalize.css": "^8.0.1",
18-
"pixelmatch": "^7.1.0",
19-
"react": "^19.2.0",
20-
"react-app-polyfill": "^3.0.0",
21-
"react-dom": "^19.2.0",
22-
"react-flexbox-grid": "^2.1.2",
23-
"react-i18next": "^15.7.4",
24-
"react-player": "^3.3.3",
25-
"react-spinners": "^0.17.0",
26-
"screenfull": "^6.0.2",
27-
"shortid": "^2.2.17",
28-
"simple-peer": "^9.11.1",
29-
"socket.io-client": "^4.8.1",
30-
"ua-parser-js": "^2.0.6",
31-
"video.js": "^8.23.4"
32-
},
33-
"devDependencies": {
34-
"@eslint/js": "^9.39.1",
35-
"@types/node-forge": "^1.3.14",
36-
"@types/pixelmatch": "^5.2.6",
37-
"@types/react": "^19.2.3",
38-
"@types/react-dom": "^19.2.2",
39-
"@types/resemblejs": "^4.1.3",
40-
"@types/shortid": "^2.2.0",
41-
"@types/socket.io-client": "^3.0.0",
42-
"@types/ua-parser-js": "^0.7.39",
43-
"@vitejs/plugin-legacy": "^7.2.1",
44-
"@vitejs/plugin-react": "^5.1.0",
45-
"eslint": "^9.39.1",
46-
"eslint-config-prettier": "^10.1.8",
47-
"eslint-plugin-react-hooks": "^5.2.0",
48-
"eslint-plugin-react-refresh": "^0.4.24",
49-
"globals": "^16.5.0",
50-
"prettier": "3.6.2",
51-
"typescript": "~5.9.3",
52-
"typescript-eslint": "^8.46.4",
53-
"vite": "^7.2.2",
54-
"vite-plugin-node-polyfills": "^0.24.0"
55-
}
2+
"name": "deskreen-ce-client-viewer",
3+
"private": true,
4+
"version": "3.1.11",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "tsc -b && vite build",
9+
"lint": "eslint .",
10+
"preview": "vite preview"
11+
},
12+
"dependencies": {
13+
"@blueprintjs/core": "^6.3.4",
14+
"i18next": "^25.6.2",
15+
"i18next-http-backend": "^3.0.2",
16+
"node-forge": "^1.3.1",
17+
"normalize.css": "^8.0.1",
18+
"pixelmatch": "^7.1.0",
19+
"react": "^19.2.0",
20+
"react-app-polyfill": "^3.0.0",
21+
"react-dom": "^19.2.0",
22+
"react-flexbox-grid": "^2.1.2",
23+
"react-i18next": "^15.7.4",
24+
"react-player": "^3.3.3",
25+
"react-spinners": "^0.17.0",
26+
"screenfull": "^6.0.2",
27+
"shortid": "^2.2.17",
28+
"simple-peer": "^9.11.1",
29+
"socket.io-client": "^4.8.1",
30+
"ua-parser-js": "^2.0.6",
31+
"video.js": "^8.23.4"
32+
},
33+
"devDependencies": {
34+
"@eslint/js": "^9.39.1",
35+
"@types/node-forge": "^1.3.14",
36+
"@types/pixelmatch": "^5.2.6",
37+
"@types/react": "^19.2.3",
38+
"@types/react-dom": "^19.2.2",
39+
"@types/resemblejs": "^4.1.3",
40+
"@types/shortid": "^2.2.0",
41+
"@types/socket.io-client": "^3.0.0",
42+
"@types/ua-parser-js": "^0.7.39",
43+
"@vitejs/plugin-legacy": "^7.2.1",
44+
"@vitejs/plugin-react": "^5.1.0",
45+
"eslint": "^9.39.1",
46+
"eslint-config-prettier": "^10.1.8",
47+
"eslint-plugin-react-hooks": "^5.2.0",
48+
"eslint-plugin-react-refresh": "^0.4.24",
49+
"globals": "^16.5.0",
50+
"prettier": "3.6.2",
51+
"typescript": "~5.9.3",
52+
"typescript-eslint": "^8.46.4",
53+
"vite": "^7.2.2",
54+
"vite-plugin-node-polyfills": "^0.24.0"
55+
}
5656
}

0 commit comments

Comments
 (0)