forked from arctco/zcom-mod-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.03 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
{
"name": "zcom-mod-manager",
"private": true,
"version": "0.6.5",
"license": "GPL-3.0-only",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"check:release-version": "node scripts/check-release-version.mjs",
"typecheck": "tsc -b --pretty false",
"test": "vitest run",
"prepare:retoc": "bash scripts/prepare-retoc.sh",
"build:appimage": "NO_STRIP=1 tauri build --bundles appimage",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-opener": "^2.5.0",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.8.4",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^30.0.1",
"typescript": "~5.7.2",
"vite": "^7.1.11",
"vitest": "^4.1.11"
}
}