Initial commit: JV Production Intelligence Dashboard

This commit is contained in:
Omair Saleh
2026-04-28 17:34:59 +08:00
commit 4abe884e0c
55 changed files with 18942 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "jv-dashboard",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"api": "bun api/server.ts"
},
"dependencies": {
"vue": "^3.4.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
}
}