-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.68 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
{
"name": "balatro-mod-manager",
"version": "0.4.1",
"description": "A mod manager for Balatro - easily install and manage mods for the popular roguelike deckbuilding game",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "oxlint -c oxlint.json",
"lint:fix": "oxlint -c oxlint.json --fix",
"format": "prettier --write \"src/**/*.{svelte,ts,js,css,html}\"",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"license": "GPL-3.0",
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.19",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-window-state": "^2.4.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tauri-apps/cli": "^2.11.2",
"@testing-library/svelte": "^5.3.1",
"@vitest/coverage-v8": "^4.1.7",
"happy-dom": "^20.9.0",
"lucide-svelte": "^1.0.1",
"marked": "^18.0.4",
"oxlint": "^1.67.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^4.0.1",
"svelte": "^5.56.0",
"svelte-check": "^4.4.8",
"svelte-confetti": "^2.3.2",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.7"
},
"packageManager": "bun@1.2.5"
}