Skip to content

Commit

Permalink
update frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
greenmtnboy committed Jul 27, 2024
1 parent ee498d2 commit f50c6a8
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 101 deletions.
10 changes: 0 additions & 10 deletions frontend/e2e/example.spec.ts

This file was deleted.

30 changes: 10 additions & 20 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
},
"scripts": {
"dev": "vite",
"build_debug": "vue-tsc && vite build",
"build_debug": "vite build",
"build": "node build-backend.js && vue-tsc && vite build",
"preview": "vite preview",
"debug_bg": "node test-bg.js",
"dist_linux": "vue-tsc && vite build && node build-backend.js && electron-builder --linux snap",
"dist_windows": "vue-tsc && vite build && node build-backend.js && electron-builder --win",
"test": "playwright test"
"test": "playwright test --debug"
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"electron-store": "^8.1.0",
"monaco-editor": "^0.40.0",
"noty": "^3.2.0-beta-deprecated",
"playwright": "^1.45.3",
"split.js": "^1.6.5",
"tabulator-tables": "^6.2.0",
"vite-plugin-commonjs-externals": "^0.1.3",
Expand All @@ -35,15 +36,15 @@
"vue-router": "^4.2.4",
"vue3-apexcharts": "^1.4.1",
"vue3-shortkey": "^4.0.0",
"vuetify": "^3.3.7",
"vuetify": "^3.6.13",
"vuex": "^4.1.0"
},
"devDependencies": {
"@mdi/font": "^7.2.96",
"@playwright/test": "^1.43.1",
"@playwright/test": "^1.45.3",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^4.1.0",
"electron": "^26.1.0",
"electron": "^31.3.0",
"electron-builder": "^24.6.4",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
Expand Down
Loading

0 comments on commit f50c6a8

Please sign in to comment.