-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.34 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "seenivers-app",
"version": "0.43.0",
"private": true,
"type": "module",
"scripts": {
"dev:tauri": "pnpm tauri dev",
"tauri:build": "pnpm run tauri build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"db:generate": "drizzle-kit generate",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"format": "prettier --write .",
"tauri": "tauri",
"prepare": "svelte-kit sync || echo ''",
"machine-translate": "inlang machine translate --project project.inlang"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@eslint/js": "^10.0.1",
"@inlang/cli": "^3.1.9",
"@inlang/paraglide-js": "^2.15.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.53.3",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2.10.1",
"@types/better-sqlite3": "^7.6.13",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^24.12.0",
"autoprefixer": "^10.4.27",
"daisyui": "^5.5.19",
"drizzle-kit": "^0.31.10",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.16.0",
"fuse.js": "^7.1.0",
"globals": "^17.4.0",
"marked": "^17.0.5",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"semantic-release": "^25.0.3",
"svelte": "^5.54.1",
"svelte-check": "^4.4.5",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"@seenivers/api": "1.0.16"
},
"dependencies": {
"@ctrl/video-filename-parser": "^5.4.1",
"@sentry/sveltekit": "^10.45.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-sql": "^2.3.2",
"@tauri-apps/plugin-updater": "^2.10.0",
"@trpc/client": "^11.14.1",
"better-sqlite3": "^12.8.0",
"drizzle-orm": "^0.45.1",
"hls.js": "^1.6.15",
"plyr": "^3.8.4",
"vidstack": "^1.12.13",
"zod": "^4.3.6"
},
"pnpm": {
"overrides": {
"handlebars": "^4.7.9"
}
}
}