gitbutler/package.json
2023-07-14 09:48:33 +02:00

103 lines
3.3 KiB
JSON

{
"name": "git-butler-tauri",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"test": "vitest run --mode development",
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "pnpm check --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"lint-ci": "prettier --check $(git diff --name-only HEAD^..HEAD) && eslint $(git diff --name-only HEAD^..HEAD)",
"format": "prettier --plugin-search-dir . --write .",
"tauri": "tauri",
"story:dev": "histoire dev --open",
"story:build": "histoire build",
"story:preview": "histoire preview --open"
},
"devDependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-vue": "^0.1.2",
"@codemirror/lang-wast": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.8.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.1",
"@histoire/plugin-svelte": "^0.16.1",
"@lezer/common": "^1.0.3",
"@lezer/highlight": "^1.1.6",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@sentry/sveltekit": "^7.58.0",
"@square/svelte-store": "^1.0.17",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@types/crypto-js": "^4.1.1",
"@types/diff": "^5.0.3",
"@types/diff-match-patch": "^1.0.32",
"@types/lscache": "^1.3.1",
"@types/marked": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.14",
"class-transformer": "^0.5.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"diff-match-patch": "^1.0.5",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.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.32.2",
"histoire": "^0.16.1",
"inter-ui": "^3.19.3",
"leven": "^4.0.0",
"lscache": "^1.3.2",
"marked": "^5.1.1",
"mm-jsr": "^3.0.2",
"nanoevents": "^8.0.0",
"nanoid": "^4.0.2",
"postcss": "^8.4.25",
"postcss-load-config": "^4.0.1",
"posthog-js": "^1.70.2",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"reflect-metadata": "^0.1.13",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-floating-ui": "^1.5.3",
"svelte-french-toast": "^1.1.0",
"svelte-loadable-store": "^2.0.1",
"svelte-outclick": "^3.6.1",
"svelte-resize-observer": "^2.0.0",
"tailwindcss": "^3.3.2",
"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.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"vitest": "^0.33.0",
"xterm": "^5.2.1",
"xterm-addon-canvas": "^0.4.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-ligatures": "^0.6.0",
"xterm-addon-unicode11": "^0.5.0",
"xterm-addon-webgl": "^0.15.0"
}
}