w/package.json
2025-03-30 19:14:23 +05:00

34 lines
918 B
JSON

{
"name": "wdb",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "2.2.0",
"@tauri-apps/plugin-fs": "2.0.4",
"@tauri-apps/plugin-opener": "2.2.3",
"@tauri-apps/plugin-shell": "2.2.0",
"@tauri-apps/plugin-sql": "2.0.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.8",
"@sveltejs/kit": "2.15.2",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tauri-apps/cli": "2.2.2",
"@tailwindcss/vite": "^4.0.17",
"svelte": "5.17.3",
"svelte-check": "4.1.3",
"typescript": "5.6.3",
"vite": "6.0.7"
}
}