- Added frontend runtime JavaScript functions for logging, window management, and notifications. - Created Go module with dependencies for Wails and Excel processing. - Implemented main application entry point with embedded frontend assets. - Configured Wails application settings in wails.json. Co-authored-by: Copilot <copilot@github.com>
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"vite": "^3.0.7"
|
|
}
|
|
} |