{ "name": "@gitbutler/ui", "private": true, "version": "0.0.0", "type": "module", "engines": { "node": ">=20.11" }, "packageManager": "pnpm@9.2.0", "scripts": { "dev": "vite dev", "test": "vitest run --mode development", "test:watch": "vitest --watch --mode development", "test:e2e": "playwright test -c ./playwright.config.ts", "test:e2e:watch": "playwright test -c ./playwright.config.ts --ui", "test:e2e:run": "vite dev --mode testing", "build:development": "vite build --mode development", "build:nightly": "vite build --mode nightly", "build": "vite build", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "pnpm check --watch", "lint": "prettier --check . && eslint .", "format": "prettier --write .", "fix": "eslint --fix .", "tauri": "tauri", "prepare": "svelte-kit sync" }, "devDependencies": { "@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-css": "^6.2.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-java": "^6.0.1", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-markdown": "^6.2.5", "@codemirror/lang-php": "^6.0.1", "@codemirror/lang-python": "^6.1.6", "@codemirror/lang-rust": "^6.0.1", "@codemirror/lang-vue": "^0.1.3", "@codemirror/lang-wast": "^6.0.2", "@codemirror/lang-xml": "^6.1.0", "@codemirror/language": "^6.10.2", "@codemirror/legacy-modes": "^6.4.0", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.3", "@eslint/js": "^9.5.0", "@lezer/common": "^1.2.1", "@lezer/highlight": "^1.2.0", "@octokit/rest": "^20.1.1", "@playwright/test": "^1.44.1", "@replit/codemirror-lang-svelte": "^6.0.0", "@sentry/sveltekit": "^8.9.2", "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.5.10", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tauri-apps/api": "^1.5.5", "@types/crypto-js": "^4.2.2", "@types/diff": "^5.2.1", "@types/diff-match-patch": "^1.0.36", "@types/eslint__js": "^8.42.3", "@types/lscache": "^1.3.4", "@types/marked": "^5.0.2", "@typescript-eslint/parser": "^7.13.1", "autoprefixer": "^10.4.19", "class-transformer": "^0.5.1", "crypto-js": "^4.2.0", "date-fns": "^2.30.0", "diff-match-patch": "^1.0.5", "eslint": "^9.5.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import-x": "^0.5.1", "eslint-plugin-square-svelte-store": "^1.0.0", "eslint-plugin-svelte": "2.40.0", "globals": "^15.6.0", "inter-ui": "^4.0.2", "leven": "^4.0.0", "lscache": "^1.3.2", "marked": "^10.0.0", "mm-jsr": "^3.0.2", "nanoevents": "^9.0.0", "nanoid": "^5.0.7", "postcss": "^8.4.38", "postcss-load-config": "^5.1.0", "postcss-pxtorem": "^6.1.0", "posthog-js": "1.136.4", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.4", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "svelte": "5.0.0-next.149", "svelte-check": "^3.8.0", "svelte-eslint-parser": "github:gitbutlerapp/svelte-eslint-parser", "svelte-floating-ui": "^1.5.8", "svelte-french-toast": "^1.2.0", "svelte-loadable-store": "^2.0.1", "svelte-resize-observer": "^2.0.0", "tauri-plugin-context-menu": "^0.7.0", "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "tinykeys": "^2.1.0", "tslib": "^2.6.3", "typescript": "^5.4.5", "typescript-eslint": "^7.13.1", "vite": "^5.2.13", "vitest": "^0.34.6" }, "dependencies": { "openai": "^4.47.3" } }