EZPPLauncher/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2024-12-09 21:53:43 +00:00
{
"name": "ezpplauncher",
2024-12-10 09:08:23 +00:00
"version": "3.0.0",
2024-12-09 21:53:43 +00:00
"description": "",
"type": "module",
"scripts": {
2024-12-09 22:20:59 +00:00
"debug": "bun run tauri dev",
2024-12-09 21:53:43 +00:00
"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",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
2024-12-10 09:08:23 +00:00
"@tailwindcss/typography": "^0.5.15",
2024-12-09 21:53:43 +00:00
"@tauri-apps/api": "^2",
2024-12-10 09:08:23 +00:00
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
2024-12-09 22:16:29 +00:00
"@tauri-apps/plugin-shell": "^2",
2024-12-10 09:08:23 +00:00
"@tauri-apps/plugin-sql": "^2.2.0",
"lucide-svelte": "^0.468.0",
"radix-icons-svelte": "^1.2.1"
2024-12-09 21:53:43 +00:00
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2024-12-10 09:08:23 +00:00
"@tauri-apps/cli": "^2",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.69",
"clsx": "^2.1.1",
"sass-embedded": "^1.82.0",
2024-12-09 21:53:43 +00:00
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
2024-12-10 09:08:23 +00:00
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
2024-12-09 21:53:43 +00:00
"tslib": "^2.8.0",
"typescript": "^5.5.0",
2024-12-10 09:08:23 +00:00
"vite": "^5.4.10"
2024-12-09 21:53:43 +00:00
}
}