mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +03:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "git-butler-tauri",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.2.0",
|
|
"@codemirror/state": "^6.2.0",
|
|
"@codemirror/view": "^6.7.3",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"idb-keyval": "^6.2.0",
|
|
"mm-jsr": "^3.0.2",
|
|
"svelte-icons": "^2.1.0",
|
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
|
"yjs": "^13.5.45"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "next",
|
|
"@sveltejs/kit": "next",
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
"@types/diff": "^5.0.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.14",
|
|
"postcss-load-config": "^4.0.1",
|
|
"svelte": "^3.54.0",
|
|
"svelte-check": "^3.0.0",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"tailwindcss": "^3.1.5",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.8.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|