feat: Update observation tracking in PDV and Kitchen
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "rrbec-gestao-bar",
|
||||
"version": "1.0.0",
|
||||
"description": "Sistema de Gestão de Bar e Restaurante - RRBEC",
|
||||
"main": "src/main/main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"dev": "electron . --inspect",
|
||||
"build:win": "electron-builder --win"
|
||||
},
|
||||
"keywords": [
|
||||
"electron",
|
||||
"bar",
|
||||
"restaurante",
|
||||
"gestao"
|
||||
],
|
||||
"author": "RRBEC",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^28.0.0",
|
||||
"electron-builder": "^24.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.2",
|
||||
"electron-store": "^8.1.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.rrbec.gestao",
|
||||
"productName": "RRBEC Gestão",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis",
|
||||
"portable"
|
||||
],
|
||||
"icon": "assets/icon.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user