-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "repositorymonitor",
"version": "1.0.0",
"description": "여러 git·svn 저장소의 상태를 한눈에 보는 macOS 네이티브 대시보드",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-updater": "^2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4",
"@tauri-apps/cli": "^2",
"@tsconfig/svelte": "^5",
"svelte": "^5",
"svelte-check": "^4",
"typescript": "~5.6",
"vite": "^5",
"vitest": "^2"
}
}