gitbutler/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2023-01-31 17:55:57 +03:00
{
"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": {
2023-02-05 01:08:20 +03:00
"@codemirror/commands": "^6.2.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.3",
2023-01-31 17:55:57 +03:00
"@tauri-apps/api": "^1.2.0",
2023-02-01 11:24:37 +03:00
"idb-keyval": "^6.2.0",
2023-02-01 17:10:22 +03:00
"mm-jsr": "^3.0.2",
2023-02-06 14:56:58 +03:00
"svelte-icons": "^2.1.0",
2023-02-03 16:28:57 +03:00
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
2023-02-01 11:24:37 +03:00
"yjs": "^13.5.45"
2023-01-31 17:55:57 +03:00
},
"devDependencies": {
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@tauri-apps/cli": "^1.2.2",
2023-02-01 11:24:37 +03:00
"@types/diff": "^5.0.2",
2023-01-31 18:33:32 +03:00
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
2023-01-31 17:55:57 +03:00
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
2023-01-31 18:33:32 +03:00
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
2023-01-31 17:55:57 +03:00
"tslib": "^2.4.1",
"typescript": "^4.8.4",
2023-01-31 18:33:32 +03:00
"vite": "^4.0.0"
2023-01-31 17:55:57 +03:00
}
}