v1.19.17
[etcher.git] / package.json
blobe8e763863e31cd7cd496135e22b518105c56e981
2   "name": "balena-etcher",
3   "private": true,
4   "displayName": "balenaEtcher",
5   "productName": "balenaEtcher",
6   "version": "1.19.17",
7   "packageType": "local",
8   "main": ".webpack/main",
9   "description": "Flash OS images to SD cards and USB drives, safely and easily.",
10   "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.",
11   "homepage": "https://github.com/balena-io/etcher",
12   "repository": {
13     "type": "git",
14     "url": "git@github.com:balena-io/etcher.git"
15   },
16   "scripts": {
17     "prettify": "prettier --write lib/**/*.css && balena-lint --fix --typescript typings lib tests forge.config.ts forge.sidecar.ts webpack.config.ts",
18     "lint": "npm run prettify && catch-uncommitted",
19     "test": "echo 'Only use custom tests; if you want to test locally, use `npm run wdio`' && exit 0",
20     "package": "electron-forge package",
21     "start": "electron-forge start",
22     "make": "electron-forge make",
23     "wdio": "xvfb-maybe wdio run ./wdio.conf.ts"
24   },
25   "husky": {
26     "hooks": {
27       "pre-commit": "npm run prettify"
28     }
29   },
30   "author": "Balena Ltd. <hello@balena.io>",
31   "license": "Apache-2.0",
32   "dependencies": {
33     "@electron/remote": "^2.1.2",
34     "@fortawesome/fontawesome-free": "^6.5.2",
35     "@ronomon/direct-io": "^3.0.1",
36     "@sentry/electron": "^4.24.0",
37     "analytics-client": "^2.0.1",
38     "axios": "^1.6.8",
39     "debug": "4.3.4",
40     "drivelist": "^12.0.2",
41     "electron-squirrel-startup": "^1.0.0",
42     "electron-updater": "6.1.8",
43     "etcher-sdk": "9.0.11",
44     "i18next": "23.11.2",
45     "immutable": "3.8.2",
46     "lodash": "4.17.21",
47     "outdent": "0.8.0",
48     "path-is-inside": "1.0.2",
49     "pretty-bytes": "6.1.1",
50     "react": "17.0.2",
51     "react-dom": "17.0.2",
52     "react-i18next": "13.5.0",
53     "redux": "4.2.1",
54     "rendition": "35.2.0",
55     "semver": "7.6.0",
56     "styled-components": "5.3.6",
57     "sys-class-rgb-led": "3.0.1",
58     "uuid": "9.0.1",
59     "ws": "^8.16.0"
60   },
61   "devDependencies": {
62     "@balena/lint": "8.0.2",
63     "@electron-forge/cli": "7.4.0",
64     "@electron-forge/maker-deb": "7.4.0",
65     "@electron-forge/maker-dmg": "7.4.0",
66     "@electron-forge/maker-rpm": "7.4.0",
67     "@electron-forge/maker-squirrel": "7.4.0",
68     "@electron-forge/maker-zip": "7.4.0",
69     "@electron-forge/plugin-auto-unpack-natives": "7.4.0",
70     "@electron-forge/plugin-webpack": "7.4.0",
71     "@reforged/maker-appimage": "3.3.2",
72     "@svgr/webpack": "8.1.0",
73     "@types/chai": "4.3.14",
74     "@types/debug": "^4.1.12",
75     "@types/mime-types": "2.1.4",
76     "@types/node": "^20.11.6",
77     "@types/react": "17.0.2",
78     "@types/react-dom": "17.0.2",
79     "@types/semver": "7.5.8",
80     "@types/sinon": "17.0.3",
81     "@types/tmp": "0.2.6",
82     "@vercel/webpack-asset-relocator-loader": "1.7.3",
83     "@wdio/cli": "^8.36.1",
84     "@wdio/local-runner": "^8.36.1",
85     "@wdio/mocha-framework": "^8.36.1",
86     "@wdio/spec-reporter": "^8.36.1",
87     "@yao-pkg/pkg": "^5.11.5",
88     "catch-uncommitted": "^2.0.0",
89     "chai": "4.3.10",
90     "css-loader": "5.2.7",
91     "electron": "30.0.1",
92     "file-loader": "6.2.0",
93     "husky": "8.0.3",
94     "native-addon-loader": "2.0.1",
95     "node-loader": "^2.0.0",
96     "sinon": "^17.0.1",
97     "string-replace-loader": "3.1.0",
98     "style-loader": "3.3.3",
99     "ts-loader": "^9.5.1",
100     "ts-node": "^10.9.2",
101     "tslib": "2.6.2",
102     "typescript": "^5.3.3",
103     "url-loader": "4.1.1",
104     "wdio-electron-service": "^6.4.1",
105     "xvfb-maybe": "^0.2.1"
106   },
107   "hostDependencies": {
108     "debian": [
109       "gconf-service",
110       "gconf2",
111       "libasound2",
112       "libatk1.0-0",
113       "libc6",
114       "libcairo2",
115       "libcups2",
116       "libdbus-1-3",
117       "libexpat1",
118       "libfontconfig1",
119       "libfreetype6",
120       "libgbm1",
121       "libgcc1",
122       "libgconf-2-4",
123       "libgdk-pixbuf2.0-0",
124       "libglib2.0-0",
125       "libgtk-3-0",
126       "liblzma5",
127       "libnotify4",
128       "libnspr4",
129       "libnss3",
130       "libpango1.0-0 | libpango-1.0-0",
131       "libstdc++6",
132       "libx11-6",
133       "libxcomposite1",
134       "libxcursor1",
135       "libxdamage1",
136       "libxext6",
137       "libxfixes3",
138       "libxi6",
139       "libxrandr2",
140       "libxrender1",
141       "libxss1",
142       "libxtst6",
143       "polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1"
144     ]
145   },
146   "engines": {
147     "node": ">=20 <21"
148   },
149   "versionist": {
150     "publishedAt": "2024-05-09T06:33:45.589Z"
151   },
152   "optionalDependencies": {
153     "bufferutil": "^4.0.8",
154     "utf-8-validate": "^5.0.10"
155   }