Ajout d'une base pour la partie Electron

This commit is contained in:
Quentin Millardet
2024-01-13 23:31:13 +01:00
parent ed0b56e789
commit e7488cc5c7
2 changed files with 530 additions and 0 deletions

12
client/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "teslaligthshow-manager",
"version": "1.0.0",
"main": "main.js",
"license": "MIT",
"devDependencies": {
"electron": "^28.1.3"
},
"scripts": {
"start": "electron ."
}
}