Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Nov 17, 2024
1 parent d8d6e8d commit 355b438
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions electron-builder.json5 → electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* @see https://www.electron.build/configuration/configuration
*/
{
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
"appId": "YourAppID",
"asar": true,
"directories": {
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,29 @@
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"pree2e": "vite build --mode=test",
"e2e": "playwright test"
"pretest": "vite build --mode=test",
"test": "vitest run"
},
"dependencies": {
"electron-updater": "^6.1.8"
"electron-updater": "^6.3.9"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"electron": "^29.1.1",
"@playwright/test": "^1.48.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"electron": "^33.2.0",
"electron-builder": "^24.13.3",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.4",
"vite-plugin-electron-renderer": "^0.14.5"
"vite": "^5.4.11",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-electron-renderer": "^0.14.6",
"vitest": "^2.1.5"
}
}

0 comments on commit 355b438

Please sign in to comment.