Initial commit: JV Production Intelligence Dashboard
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user