|
| 1 | +--- |
| 2 | +layout: app |
| 3 | + |
| 4 | +permalink: /Bazecor/ |
| 5 | + |
| 6 | +icons: |
| 7 | + - Bazecor/icons/256x256/bazecor.png |
| 8 | + |
| 9 | +screenshots: |
| 10 | + - Bazecor/screenshot.png |
| 11 | + |
| 12 | +authors: |
| 13 | + - name: Dygmalab |
| 14 | + url: https://github.com/Dygmalab |
| 15 | + |
| 16 | +links: |
| 17 | + - type: GitHub |
| 18 | + url: Dygmalab/Bazecor |
| 19 | + - type: Download |
| 20 | + url: https://github.com/Dygmalab/Bazecor/releases |
| 21 | + |
| 22 | +desktop: |
| 23 | + Desktop Entry: |
| 24 | + Name: Bazecor |
| 25 | + Exec: AppRun --no-sandbox %U |
| 26 | + Terminal: false |
| 27 | + Type: Application |
| 28 | + Icon: bazecor |
| 29 | + StartupWMClass: Bazecor |
| 30 | + X-AppImage-Version: 0.3.3.271 |
| 31 | + Categories: Utility |
| 32 | + AppImageHub: |
| 33 | + X-AppImage-Signature: "[don't know]: invalid packet (ctb=0a) no signature found |
| 34 | + the signature could not be verified. Please remember that the signature file (.sig |
| 35 | + or .asc) should be the first file given on the command line." |
| 36 | + X-AppImage-Type: 2 |
| 37 | + X-AppImage-Architecture: x86_64 |
| 38 | + |
| 39 | +electron: |
| 40 | + author: |
| 41 | + name: Dygma Lab S.L. |
| 42 | + |
| 43 | + homepage: https://github.com/Dygmalab/Bazecor |
| 44 | + husky: |
| 45 | + hooks: |
| 46 | + pre-commit: npm-run-all -p lint:all |
| 47 | + dependencies: |
| 48 | + "@material-ui/core": "^4.11.3" |
| 49 | + "@material-ui/icons": "^4.11.2" |
| 50 | + "@reach/router": "^1.3.4" |
| 51 | + classnames: "^2.2.6" |
| 52 | + electron-devtools-installer: "^3.1.1" |
| 53 | + electron-notarize: "^1.0.0" |
| 54 | + electron-settings: "^4.0.2" |
| 55 | + electron-store: "^6.0.1" |
| 56 | + electron-window-state: "^5.0.3" |
| 57 | + i18next: "^19.9.2" |
| 58 | + i18next-electron-language-detector: "^0.0.10" |
| 59 | + prop-types: "^15.7.2" |
| 60 | + react: "^16.8.5" |
| 61 | + react-beautiful-dnd: "^10.1.1" |
| 62 | + react-color: "^2.19.3" |
| 63 | + react-dom: "^16.8.5" |
| 64 | + react-i18next: "^11.8.12" |
| 65 | + react-localization: "^1.0.16" |
| 66 | + react-toastify: "^6.2.0" |
| 67 | + serialport: "^9.0.7" |
| 68 | + source-map-support: "^0.5.16" |
| 69 | + sudo-prompt: "^9.2.1" |
| 70 | + terser: "^5.6.1" |
| 71 | + trim-right: "^1.0.1" |
| 72 | + typeface-roboto: "^1.1.13" |
| 73 | + typeface-source-code-pro: "^1.1.13" |
| 74 | + usb: "^1.6.5" |
| 75 | + resolutions: {} |
| 76 | + main: main.js |
| 77 | +--- |
0 commit comments