{ "name": "git-butler-tauri", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite dev", "build": "vite build", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", "tauri": "tauri" }, "dependencies": { "@codemirror/autocomplete": "^6.4.2", "@codemirror/commands": "^6.2.0", "@codemirror/lang-angular": "github:codemirror/lang-angular", "@codemirror/lang-css": "github:codemirror/lang-css", "@codemirror/lang-html": "github:codemirror/lang-html", "@codemirror/lang-java": "github:codemirror/lang-java", "@codemirror/lang-javascript": "^6.1.4", "@codemirror/lang-json": "github:codemirror/lang-json", "@codemirror/lang-markdown": "github:codemirror/lang-markdown", "@codemirror/lang-php": "github:codemirror/lang-php", "@codemirror/lang-python": "github:codemirror/lang-python", "@codemirror/lang-rust": "github:codemirror/lang-rust", "@codemirror/lang-vue": "github:codemirror/lang-vue", "@codemirror/language": "^6.6.0", "@codemirror/merge": "^0.1.3", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.3", "@lezer/common": "^1.0.2", "@lezer/highlight": "^1.1.3", "@lezer/javascript": "^1.4.1", "@lezer/lr": "^1.3.3", "@nextjournal/lang-clojure": "^1.0.0", "@replit/codemirror-lang-csharp": "^6.1.0", "@replit/codemirror-lang-svelte": "^6.0.0", "@square/svelte-store": "^1.0.14", "@tabler/icons-svelte": "^2.6.0", "@tauri-apps/api": "^1.2.0", "date-fns": "^2.29.3", "fluent-svelte": "^1.6.0", "idb-keyval": "^6.2.0", "inter-ui": "^3.19.3", "nanoid": "^4.0.1", "posthog-js": "^1.46.1", "seti-icons": "^0.0.4", "svelte-french-toast": "^1.0.3", "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log" }, "devDependencies": { "@sveltejs/adapter-static": "next", "@sveltejs/kit": "next", "@tauri-apps/cli": "^1.2.2", "@types/diff": "^5.0.2", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.7", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-svelte3": "^4.0.0", "postcss": "^8.4.14", "postcss-load-config": "^4.0.1", "prettier": "^2.8.0", "prettier-plugin-svelte": "^2.8.1", "svelte": "^3.55.1", "svelte-check": "^3.0.1", "tailwindcss": "^3.1.5", "tslib": "^2.4.1", "typescript": "^4.8.4", "vite": "^4.0.0" } }