-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 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
{
"name": "bd2modmanager",
"private": true,
"version": "4.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run type-check && vite build",
"preview": "vite preview",
"tauri": "tauri",
"type-check": "vue-tsc --noEmit",
"download:modpreview": "node scripts/download_modpreview.mjs",
"i18n:check": "i18n-check --locales src/locales -s en-US"
},
"dependencies": {
"@floating-ui/vue": "^1.1.10",
"@headlessui/vue": "^1.7.23",
"@primeuix/themes": "^2.0.3",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.19",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.2",
"@tauri-apps/plugin-updater": "~2.10.0",
"@tauri-apps/plugin-window-state": "^2.4.1",
"@vueuse/core": "^14.2.1",
"lucide-vue-next": "^0.575.0",
"pinia": "^3.0.4",
"pnpm": "^10.30.2",
"primevue": "^4.5.4",
"tailwindcss": "^4.2.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.29",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@lingual/i18n-check": "^0.9.3",
"@tauri-apps/cli": "^2.10.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/devtools": "^8.0.6",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-vue-devtools": "^8.0.6",
"vue-tsc": "^3.2.5"
}
}