mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-19 12:57:16 +00:00
153 lines
4.9 KiB
JSON
153 lines
4.9 KiB
JSON
{
|
|
"name": "balena-etcher",
|
|
"private": true,
|
|
"displayName": "balenaEtcher",
|
|
"productName": "balenaEtcher",
|
|
"version": "1.19.8",
|
|
"packageType": "local",
|
|
"main": ".webpack/main",
|
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
|
"productDescription": "Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more.",
|
|
"homepage": "https://github.com/balena-io/etcher",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:balena-io/etcher.git"
|
|
},
|
|
"scripts": {
|
|
"prettify": "prettier --write lib/**/*.css && balena-lint --fix --typescript typings lib tests forge.config.ts forge.sidecar.ts webpack.config.ts",
|
|
"lint": "npm run prettify && catch-uncommitted",
|
|
"test-gui": "xvfb-maybe electron-mocha --recursive --reporter spec --window-config tests/gui/window-config.json --require ts-node/register/transpile-only --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox --renderer tests/gui/**/*.ts",
|
|
"test-shared": "xvfb-maybe electron-mocha --recursive --reporter spec --require ts-node/register/transpile-only --require-main tests/gui/allow-renderer-process-reuse.ts --full-trace --no-sandbox tests/shared/**/*.ts",
|
|
"test": "npm run test-gui && npm run test-shared",
|
|
"package": "electron-forge package",
|
|
"start": "electron-forge start",
|
|
"make": "electron-forge make"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run prettify"
|
|
}
|
|
},
|
|
"author": "Balena Ltd. <hello@balena.io>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534",
|
|
"@electron/remote": "^2.1.0",
|
|
"@fortawesome/fontawesome-free": "6.5.1",
|
|
"@sentry/electron": "^4.15.1",
|
|
"analytics-client": "^2.0.1",
|
|
"axios": "^1.6.0",
|
|
"debug": "4.3.4",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"electron-updater": "6.1.7",
|
|
"etcher-sdk": "9.0.0",
|
|
"i18next": "23.7.8",
|
|
"immutable": "3.8.2",
|
|
"lodash": "4.17.21",
|
|
"node-ipc": "9.2.1",
|
|
"outdent": "0.8.0",
|
|
"path-is-inside": "1.0.2",
|
|
"pretty-bytes": "5.6.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-i18next": "13.5.0",
|
|
"redux": "4.2.1",
|
|
"rendition": "35.1.2",
|
|
"semver": "7.5.4",
|
|
"styled-components": "5.3.6",
|
|
"sys-class-rgb-led": "3.0.1",
|
|
"uuid": "9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@balena/lint": "7.2.4",
|
|
"@electron-forge/cli": "7.2.0",
|
|
"@electron-forge/maker-deb": "7.2.0",
|
|
"@electron-forge/maker-dmg": "7.2.0",
|
|
"@electron-forge/maker-rpm": "7.2.0",
|
|
"@electron-forge/maker-squirrel": "7.2.0",
|
|
"@electron-forge/maker-zip": "7.2.0",
|
|
"@electron-forge/plugin-auto-unpack-natives": "7.2.0",
|
|
"@electron-forge/plugin-webpack": "7.2.0",
|
|
"@reforged/maker-appimage": "3.3.2",
|
|
"@svgr/webpack": "8.1.0",
|
|
"@types/chai": "4.3.11",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/mime-types": "2.1.4",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/node": "^20.11.6",
|
|
"@types/node-ipc": "9.2.3",
|
|
"@types/react": "17.0.2",
|
|
"@types/react-dom": "17.0.2",
|
|
"@types/semver": "7.5.6",
|
|
"@types/sinon": "17.0.2",
|
|
"@types/tmp": "0.2.6",
|
|
"@vercel/webpack-asset-relocator-loader": "1.7.3",
|
|
"catch-uncommitted": "^2.0.0",
|
|
"chai": "4.3.10",
|
|
"css-loader": "5.2.7",
|
|
"electron": "27.1.3",
|
|
"electron-mocha": "^12.2.0",
|
|
"file-loader": "6.2.0",
|
|
"husky": "8.0.3",
|
|
"mocha": "^10.2.0",
|
|
"native-addon-loader": "2.0.1",
|
|
"node-loader": "^2.0.0",
|
|
"omit-deep-lodash": "1.1.7",
|
|
"@yao-pkg/pkg": "^5.11.1",
|
|
"sinon": "17.0.1",
|
|
"string-replace-loader": "3.1.0",
|
|
"style-loader": "3.3.3",
|
|
"ts-loader": "^9.5.1",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"url-loader": "4.1.1",
|
|
"xvfb-maybe": "^0.2.1"
|
|
},
|
|
"hostDependencies": {
|
|
"debian": [
|
|
"gconf-service",
|
|
"gconf2",
|
|
"libasound2",
|
|
"libatk1.0-0",
|
|
"libc6",
|
|
"libcairo2",
|
|
"libcups2",
|
|
"libdbus-1-3",
|
|
"libexpat1",
|
|
"libfontconfig1",
|
|
"libfreetype6",
|
|
"libgbm1",
|
|
"libgcc1",
|
|
"libgconf-2-4",
|
|
"libgdk-pixbuf2.0-0",
|
|
"libglib2.0-0",
|
|
"libgtk-3-0",
|
|
"liblzma5",
|
|
"libnotify4",
|
|
"libnspr4",
|
|
"libnss3",
|
|
"libpango1.0-0 | libpango-1.0-0",
|
|
"libstdc++6",
|
|
"libx11-6",
|
|
"libxcomposite1",
|
|
"libxcursor1",
|
|
"libxdamage1",
|
|
"libxext6",
|
|
"libxfixes3",
|
|
"libxi6",
|
|
"libxrandr2",
|
|
"libxrender1",
|
|
"libxss1",
|
|
"libxtst6",
|
|
"polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18 <20"
|
|
},
|
|
"versionist": {
|
|
"publishedAt": "2024-04-22T09:37:38.023Z"
|
|
}
|
|
}
|