singularity-forge/studio/package.json
ace-pm f92ee8d64c
Rename @sf-run/* → @singularity-forge/* package scope
- All 373 source files updated
- Package.json scopes in all workspace packages
- Loader workspace symlink dir updated
- RpcClient import unified from pi-coding-agent (fixes type mismatch)
- Scripts, configs, flake.nix updated
- Workspace symlinks rebuilt
2026-04-15 22:56:33 +02:00

31 lines
798 B
JSON

{
"name": "@singularity-forge/studio",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "dist/main/index.js",
"scripts": {
"dev": "electron-vite dev",
"build": "electron-vite build",
"preview": "electron-vite preview",
"test": "node --test test/*.test.mjs"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-resizable-panels": "^4.7.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^22.18.6",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"electron": "^41.0.3",
"electron-vite": "^5.0.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}