-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pr-buddy",
"private": true,
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "tauri build",
"vite:dev": "vite",
"vite:build": "vite build",
"vite:preview": "vite preview",
"tauri": "tauri",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"smoke": "bash scripts/smoke-test.sh"
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.8",
"@lucide/svelte": "^0.575.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-stronghold": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tauri-apps/cli": "^2.10.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"autoprefixer": "^10.4.20",
"jsdom": "^28.1.0",
"postcss": "^8.4.49",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.0",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vitest": "^4.0.18"
}
}