Files
openwork/package.json

45 lines
1.2 KiB
JSON

{
"name": "@different-ai/openwork",
"private": true,
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "tauri build",
"dev:web": "vite",
"build:web": "vite build",
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test:health": "node scripts/health.mjs",
"test:sessions": "node scripts/sessions.mjs",
"test:events": "node scripts/events.mjs",
"test:todos": "node scripts/todos.mjs",
"test:permissions": "node scripts/permissions.mjs",
"test:e2e": "node scripts/e2e.mjs"
},
"dependencies": {
"@opencode-ai/sdk": "^1.1.19",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "~2.5.0",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-updater": "~2.9.0",
"jsonc-parser": "^3.2.1",
"lucide-solid": "^0.562.0",
"solid-js": "^1.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.6.3",
"vite": "^6.0.1",
"vite-plugin-solid": "^2.11.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}