gitbutler/package.json

106 lines
3.4 KiB
JSON
Raw Normal View History

2023-01-31 17:55:57 +03:00
{
2023-02-24 12:46:41 +03:00
"name": "git-butler-tauri",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
2023-07-02 18:39:43 +03:00
"test": "vitest run --mode development",
2023-02-24 12:46:41 +03:00
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
2023-03-31 15:32:36 +03:00
"check:watch": "pnpm check --watch",
2023-02-24 12:46:41 +03:00
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"lint-ci": "prettier --check $(git diff --name-only HEAD^..HEAD) && eslint $(git diff --name-only HEAD^..HEAD)",
2023-02-24 12:46:41 +03:00
"format": "prettier --plugin-search-dir . --write .",
2023-03-27 18:30:09 +03:00
"tauri": "tauri",
2023-05-09 10:50:42 +03:00
"story:dev": "histoire dev --open",
"story:build": "histoire build",
"story:preview": "histoire preview --open"
2023-02-24 12:46:41 +03:00
},
2023-04-05 15:54:27 +03:00
"devDependencies": {
2023-03-16 14:42:04 +03:00
"@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",
2023-03-17 14:46:48 +03:00
"@codemirror/lang-rust": "^6.0.1",
2023-03-16 14:42:04 +03:00
"@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",
2023-05-09 10:50:42 +03:00
"@histoire/plugin-svelte": "^0.16.1",
2023-03-16 14:42:04 +03:00
"@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",
2023-07-13 10:11:58 +03:00
"@sentry/sveltekit": "^7.58.0",
"@square/svelte-store": "^1.0.14",
2023-03-31 13:01:06 +03:00
"@sveltejs/adapter-static": "^2.0.0",
2023-07-13 10:11:58 +03:00
"@sveltejs/kit": "^1.22.3",
2023-06-16 09:46:53 +03:00
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
2023-07-01 22:04:31 +03:00
"@types/crypto-js": "^4.1.1",
2023-02-24 12:46:41 +03:00
"@types/diff": "^5.0.2",
2023-03-16 14:42:04 +03:00
"@types/diff-match-patch": "^1.0.32",
"@types/lscache": "^1.3.1",
2023-05-28 00:40:43 +03:00
"@types/marked": "^5.0.0",
2023-05-24 12:00:21 +03:00
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.7",
"class-transformer": "^0.5.1",
2023-07-01 22:04:31 +03:00
"crypto-js": "^4.1.1",
2023-04-06 12:04:44 +03:00
"date-fns": "^2.29.3",
"diff-match-patch": "^1.0.5",
2023-05-22 10:55:36 +03:00
"eslint": "^8.41.0",
2023-02-24 12:46:41 +03:00
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
2023-05-12 13:17:06 +03:00
"eslint-plugin-square-svelte-store": "^1.0.0",
2023-07-13 10:11:58 +03:00
"eslint-plugin-svelte": "^2.32.2",
2023-05-09 10:50:42 +03:00
"histoire": "^0.16.1",
2023-04-06 12:04:44 +03:00
"inter-ui": "^3.19.3",
2023-05-09 17:31:27 +03:00
"leven": "^4.0.0",
"lscache": "^1.3.2",
2023-05-25 13:14:51 +03:00
"marked": "^5.0.2",
2023-06-02 12:46:47 +03:00
"mm-jsr": "^3.0.2",
2023-04-27 08:44:18 +03:00
"nanoevents": "^7.0.1",
2023-04-06 12:04:44 +03:00
"nanoid": "^4.0.1",
2023-02-24 12:46:41 +03:00
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
2023-04-06 12:04:44 +03:00
"posthog-js": "^1.46.1",
"prettier": "^2.8.0",
2023-07-13 10:11:58 +03:00
"prettier-plugin-svelte": "^2.10.1",
2023-05-16 09:10:19 +03:00
"prettier-plugin-tailwindcss": "^0.3.0",
"reflect-metadata": "^0.1.13",
2023-07-13 10:11:58 +03:00
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte-floating-ui": "^1.5.2",
2023-07-13 10:11:58 +03:00
"svelte-french-toast": "^1.1.0",
"svelte-loadable-store": "^2.0.1",
"svelte-outclick": "^3.6.1",
2023-04-06 12:04:44 +03:00
"svelte-resize-observer": "^2.0.0",
2023-02-24 12:46:41 +03:00
"tailwindcss": "^3.1.5",
2023-04-06 12:04:44 +03:00
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-websocket-api": "github:tauri-apps/tauri-plugin-websocket",
"tinykeys": "^1.4.0",
2023-02-24 12:46:41 +03:00
"tslib": "^2.4.1",
2023-05-11 09:08:46 +03:00
"typescript": "^5.0.4",
2023-04-06 12:04:44 +03:00
"vite": "^4.0.0",
"vitest": "^0.32.2",
2023-04-06 12:04:44 +03:00
"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",
2023-06-02 12:46:47 +03:00
"xterm-addon-webgl": "^0.14.0"
2023-02-24 12:46:41 +03:00
}
2023-01-31 17:55:57 +03:00
}