Initial commit

This commit is contained in:
Joey Kimsey
2026-09-11 18:14:10 -04:00
commit f785af89cd
15 changed files with 4273 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "capsule",
"version": "0.1.0",
"description": "Desktop companion for The Tempus Project sites",
"main": "./out/main/index.js",
"author": "Joey Kimsey <Joey@thetempusproject.com>",
"homepage": "https://TheTempusProject.com",
"license": "MIT",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build": "electron-vite build"
},
"dependencies": {
"@electron-toolkit/utils": "^4.0.0"
},
"devDependencies": {
"electron": "^39.2.6",
"electron-vite": "^5.0.0",
"vite": "^7.2.6"
}
}