-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 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
{
"name": "cgtimer",
"productName": "cgtimer",
"version": "3.0.0",
"description": "Media playback production clocks for CasparCG",
"main": "out/main/index.js",
"repository": "https://github.com/jcalado/cgtimer",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"package": "electron-builder --dir",
"make": "electron-builder",
"make:win": "electron-builder --win",
"make:mac": "electron-builder --mac",
"make:linux": "electron-builder --linux",
"publish": "electron-builder --publish always",
"lint": "eslint \"**/*.{ts,tsx}\""
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@vitejs/plugin-react": "^5.0.5",
"electron": "^41.3.0",
"electron-builder": "^26.8.1",
"electron-vite": "^5.0.0",
"eslint": "^9.36.0",
"eslint-plugin-import": "^2.32.0",
"globals": "^17.5.0",
"typescript": "~5.9.0",
"vite": "^7.1.12"
},
"keywords": [],
"author": {
"name": "Joel Calado",
"email": "joelcalado@gmail.com"
},
"license": "GPL-3.0-only",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@fluentui/react-components": "^9.73.8",
"@fluentui/react-icons": "^2.0.325",
"bufferutil": "^4.1.0",
"date-fns": "^4.1.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.8.3",
"osc": "^2.4.5",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-resizable-panels": "^3.0.6",
"utf-8-validate": "^6.0.6"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"keyborg": "2.6.0"
}
}