mirror of
https://github.com/BillyOutlast/gsd-pi-config.git
synced 2026-07-01 08:34:05 -04:00
e34668656e
Adds cloud editor (upload/download), full preferences coverage, pi-coding-agent settings UI, gallery integration, and Vercel config for pi.opengsd.net at root path. Points release metadata at open-gsd/gsd-pi-config. Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "gsd-pi-config",
|
|
"version": "1.1.0",
|
|
"description": "Desktop configuration manager for GSD Pi preferences",
|
|
"author": "Jeremy McSpadden <jeremy@fluxlabs.net>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 1420",
|
|
"dev:web": "vite --mode web",
|
|
"build": "tsc && vite build",
|
|
"build:web": "tsc && vite build --mode web",
|
|
"preview:web": "vite preview --mode web",
|
|
"test": "vitest run",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/plugin-dialog": "^2.7.0",
|
|
"@tauri-apps/plugin-opener": "^2.5.3",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-shell": "^2.3.5",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"react-router-dom": "^7.13.1",
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@tauri-apps/cli": "^2.10.1",
|
|
"@types/node": "^25.9.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vercel/node": "^5.5.27",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.8",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|