[feat] v1.0 initialization

This commit is contained in:
He
2026-06-27 08:20:12 +08:00
commit 0e4d5ff083
22 changed files with 6957 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "easygallery",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"vue": "^3.5.13",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-fs": "^2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.7",
"typescript": "~6.0.3",
"vite": "^8.0.16",
"vue-tsc": "^3.3.5",
"@tauri-apps/cli": "^2"
}
}