generated from electron-vite/electron-vite-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.83 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
{
"name": "lucast-electron",
"productName": "Lucast",
"version": "2.1.0",
"private": true,
"description": "Lucast is a free screen-recording application for Windows, macOS, and Linux build with Electron and React.",
"author": "Paul Litovka <pashalitovka@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@7.3.0",
"main": "dist/main/index.cjs",
"keywords": [
"screencast",
"screen-capture",
"screen-recording",
"desktop-app",
"electron",
"react",
"typescript",
"ffprobe",
"ffmpeg",
"vite"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PAXANDDOS/lucast-electron.git"
},
"bugs": {
"url": "https://github.com/PAXANDDOS/lucast-electron/issues"
},
"homepage": "https://github.com/PAXANDDOS/lucast-electron#readme",
"scripts": {
"dev": "node scripts/watch.mjs",
"build": "node scripts/build.mjs && electron-builder --config .electron-builder.config.js",
"lint": "eslint . --ext js,ts,tsx",
"typecheck": "tsc --noEmit -p packages/renderer/tsconfig.json"
},
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"check-disk-space": "^3.3.0",
"electron-dl": "^3.3.1",
"electron-store": "^8.0.2",
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.20",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react": "^1.3.2",
"electron": "^19.0.6",
"electron-builder": "^23.1.0",
"eslint": "8.18.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-resolve": "^2.1.2"
},
"env": {
"PORT": 3344
}
}