{ "name": "git-butler-tauri", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite dev", "test": "vitest run", "build": "vite build", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "pnpm check --watch", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", "tauri": "tauri", "story:dev": "histoire dev --open", "story:build": "histoire build", "story:preview": "histoire preview --open" }, "devDependencies": { "@codemirror/autocomplete": "^6.4.2", "@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-css": "^6.1.1", "@codemirror/lang-html": "^6.4.2", "@codemirror/lang-java": "^6.0.1", "@codemirror/lang-javascript": "^6.1.4", "@codemirror/lang-json": "^6.0.1", "@codemirror/lang-markdown": "^6.1.0", "@codemirror/lang-php": "^6.0.1", "@codemirror/lang-python": "^6.1.2", "@codemirror/lang-rust": "^6.0.1", "@codemirror/lang-vue": "^0.1.1", "@codemirror/lang-wast": "^6.0.1", "@codemirror/lang-xml": "^6.0.2", "@codemirror/language": "^6.6.0", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.9.2", "@histoire/plugin-svelte": "^0.16.1", "@lezer/common": "^1.0.2", "@lezer/highlight": "^1.1.3", "@lezer/javascript": "^1.4.1", "@lezer/lr": "^1.3.3", "@replit/codemirror-lang-svelte": "^6.0.0", "@sentry/sveltekit": "^7.49.0", "@square/svelte-store": "^1.0.14", "@sveltejs/adapter-static": "^2.0.0", "@sveltejs/kit": "^1.15.0", "@tauri-apps/api": "^1.4.0", "@tauri-apps/cli": "^1.4.0", "@types/diff": "^5.0.2", "@types/diff-match-patch": "^1.0.32", "@types/marked": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", "autoprefixer": "^10.4.7", "class-transformer": "^0.5.1", "date-fns": "^2.29.3", "diff-match-patch": "^1.0.5", "eslint": "^8.41.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-square-svelte-store": "^1.0.0", "eslint-plugin-svelte": "^2.29.0", "histoire": "^0.16.1", "inter-ui": "^3.19.3", "leven": "^4.0.0", "marked": "^5.0.2", "mm-jsr": "^3.0.2", "nanoevents": "^7.0.1", "nanoid": "^4.0.1", "postcss": "^8.4.14", "postcss-load-config": "^4.0.1", "posthog-js": "^1.46.1", "prettier": "^2.8.0", "prettier-plugin-svelte": "^2.8.1", "prettier-plugin-tailwindcss": "^0.3.0", "reflect-metadata": "^0.1.13", "svelte": "~3.55.1", "svelte-check": "^3.0.1", "svelte-dnd-action": "github:gitbutlerapp/svelte-dnd-action#9912712394c26b971ef067674bdc871550940636", "svelte-floating-ui": "^1.5.2", "svelte-french-toast": "^1.0.3", "svelte-gravatar": "^1.0.3", "svelte-loadable-store": "^1.2.3", "svelte-outclick": "^3.5.0", "svelte-resize-observer": "^2.0.0", "tailwindcss": "^3.1.5", "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log", "tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket", "tinykeys": "^1.4.0", "tslib": "^2.4.1", "typescript": "^5.0.4", "vite": "^4.0.0", "vitest": "^0.32.2", "xterm": "^5.1.0", "xterm-addon-canvas": "^0.3.0", "xterm-addon-fit": "^0.7.0", "xterm-addon-ligatures": "^0.6.0", "xterm-addon-unicode11": "^0.5.0", "xterm-addon-webgl": "^0.14.0" } }