-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.26 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.26 KB
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
{
"name": "captrix",
"productName": "captrix",
"version": "1.1.2",
"description": "Professional offline screen recording application",
"main": ".vite/build/main.js",
"homepage": "https://github.com/Hexploration-Inc/captrix",
"repository": {
"type": "git",
"url": "https://github.com/Hexploration-Inc/captrix.git"
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"rebuild": "electron-rebuild -f -w uiohook-napi"
},
"keywords": [],
"author": {
"name": "Sahil",
"email": "issahil404@gmail.com"
},
"license": "MIT",
"build": {
"publish": [
{
"provider": "github",
"owner": "Hexploration-Inc",
"repo": "captrix"
}
]
},
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-rpm": "^7.8.1",
"@electron-forge/maker-squirrel": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.1",
"@electron-forge/publisher-github": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.43",
"electron": "31.2.0",
"electron-rebuild": "^3.2.9",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"tailwindcss": "^4.1.11",
"ts-node": "^10.9.2",
"typescript": "~4.5.4",
"vite": "^5.4.19"
},
"dependencies": {
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"electron-squirrel-startup": "^1.0.1",
"electron-updater": "^6.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-player": "^2.16.0",
"uiohook-napi": "^1.5.4"
}
}