{ "name": "thinkloom", "version": "0.1.0", "private": true, "engines": { "node": ">=22.13.0" }, "scripts": { "dev": "vinext dev", "build": "vinext build", "start": "vinext start", "test": "npm run typecheck && node --test tests/*.test.mjs", "lint": "eslint . --ignore-pattern dist --ignore-pattern .next --ignore-pattern desktop-dist --ignore-pattern src-tauri/target", "db:generate": "drizzle-kit generate", "typecheck": "tsc --noEmit", "desktop:dev": "vite --config vite.desktop.config.ts", "desktop:build": "vite build --config vite.desktop.config.ts", "tauri": "tauri" }, "dependencies": { "@tiptap/markdown": "^3.28.0", "@tiptap/pm": "^3.28.0", "@tiptap/react": "^3.28.0", "@tiptap/starter-kit": "^3.28.0", "drizzle-orm": "0.45.2", "next": "16.2.6", "react": "19.2.6", "react-dom": "19.2.6" }, "devDependencies": { "@cloudflare/vite-plugin": "1.37.1", "@cloudflare/workers-types": "^4.20260702.1", "@tailwindcss/postcss": "4.2.1", "@tauri-apps/cli": "^2.11.4", "@types/node": "22.19.19", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.2", "@vitejs/plugin-rsc": "0.5.26", "drizzle-kit": "0.31.10", "eslint": "9.39.4", "eslint-config-next": "16.2.6", "react-server-dom-webpack": "19.2.6", "tailwindcss": "4.2.1", "typescript": "5.9.3", "vinext": "0.0.50", "vite": "8.0.13", "wrangler": "4.92.0" }, "type": "module" }