Temporaly reverted old test variant
This commit is contained in:
15
package.json
15
package.json
@@ -4,7 +4,11 @@
|
||||
"description": "A minimal Electron application with node serialport",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
"start": "electron .",
|
||||
"dev:vite": "vite",
|
||||
"dev:electron": "wait-on tcp:5173 && cross-env NODE_ENV=development electron .",
|
||||
"dev": "concurrently -k \"npm run dev:vite\" \"npm run dev:electron\"",
|
||||
"build": "vite build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -20,9 +24,16 @@
|
||||
"author": "GitHub",
|
||||
"license": "CC0-1.0",
|
||||
"devDependencies": {
|
||||
"electron": "^26.4.0"
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"concurrently": "^10.0.3",
|
||||
"cross-env": "^10.1.0",
|
||||
"electron": "^42.3.3",
|
||||
"vite": "^8.0.16",
|
||||
"wait-on": "^9.0.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"serialport": "^10.3.0",
|
||||
"tableify": "^1.1.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user