Initial commit: Momentry Studio v0.1.0

This commit is contained in:
2026-06-13 17:49:02 +08:00
commit 79e0a862d4
14019 changed files with 1129062 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "momentry-studio",
"version": "0.1.0",
"description": "Momentry Studio - Video Analysis Platform",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "cargo tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"typescript": "~5.6.3",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}