-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
176 lines (176 loc) · 5.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "etcher-ng",
"private": true,
"appName": "Etcher-ng",
"productName": "Etcher-ng",
"displayName": "Etcher NG",
"version": "1.19.22",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
"productDescription": "Etcher-ng 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.",
"author": "Alex313031 <alex313031@gmail.com>",
"license": "Apache-2.0",
"copyright": "Copyright © 2024 Alex313031",
"homepage": "https://github.com/Alex313031/etcher-ng#readme",
"repository": {
"url": "https://github.com/Alex313031/etcher-ng.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": "echo 'Only use custom tests; if you want to test locally, use `npm run wdio`' && exit 0",
"package": "electron-forge package",
"start": "electron-forge start",
"build": "npm run package",
"buildDir": "npm run distDir",
"make": "electron-forge make",
"wdio": "xvfb-maybe wdio run ./wdio.conf.ts",
"dist": "npm run build && electron-builder",
"distDir": "npm run build && electron-builder --dir",
"distLinux": "npm run build && electron-builder -l",
"distWin": "npm run build && electron-builder -w",
"distMac": "npm run build && electron-builder -m",
"clean": "rimraf ./out && rimraf ./dist && rimraf ./dist-builder && rimraf ./.webpack && rimraf node_modules",
"distclean": "rimraf ./out && rimraf ./dist && rimraf ./dist-builder && rimraf ./.webpack",
"burn": "rimraf package-lock.json && rimraf npm-shrinkwrap.json && rimraf node_modules",
"shrink": "npm shrinkwrap"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettify"
}
},
"dependencies": {
"@electron/remote": "2.1.2",
"@fortawesome/fontawesome-free": "6.6.0",
"@ronomon/direct-io": "3.0.1",
"@sentry/electron": "4.24.0",
"analytics-client": "2.0.2",
"axios": "1.6.8",
"debug": "4.3.6",
"drivelist": "12.0.2",
"electron-context-menu": "3.6.1",
"electron-log": "5.1.7",
"electron-squirrel-startup": "1.0.1",
"electron-store": "8.2.0",
"etcher-sdk": "9.1.0",
"i18next": "23.12.2",
"immutable": "4.3.7",
"lodash": "4.17.21",
"outdent": "0.8.0",
"path-is-inside": "1.0.2",
"pretty-bytes": "6.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "13.5.0",
"redux": "4.2.1",
"rendition": "35.2.0",
"semver": "7.6.3",
"styled-components": "5.3.11",
"sys-class-rgb-led": "3.0.1",
"uuid": "9.0.1",
"ws": "8.18.0"
},
"devDependencies": {
"@balena/lint": "8.0.2",
"@electron-forge/cli": "7.4.0",
"@electron-forge/maker-deb": "7.4.0",
"@electron-forge/maker-dmg": "7.4.0",
"@electron-forge/maker-rpm": "7.4.0",
"@electron-forge/maker-squirrel": "7.4.0",
"@electron-forge/maker-zip": "7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "7.4.0",
"@electron-forge/plugin-webpack": "7.4.0",
"@reforged/maker-appimage": "3.3.2",
"@svgr/webpack": "8.1.0",
"@types/chai": "4.3.17",
"@types/copy-webpack-plugin": "10.1.0",
"@types/debug": "4.1.12",
"@types/mime-types": "2.1.4",
"@types/node": "18.19.43",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/semver": "7.5.8",
"@types/sinon": "17.0.3",
"@types/tmp": "0.2.6",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"@wdio/cli": "8.39.1",
"@wdio/local-runner": "8.39.1",
"@wdio/mocha-framework": "8.39.0",
"@wdio/spec-reporter": "8.39.0",
"@yao-pkg/pkg": "5.12.0",
"catch-uncommitted": "2.0.0",
"chai": "4.5.0",
"copy-webpack-plugin": "10.2.4",
"css-loader": "5.2.7",
"electron": "28.3.3",
"electron-builder": "24.13.3",
"file-loader": "6.2.0",
"husky": "8.0.3",
"native-addon-loader": "2.0.1",
"node-loader": "2.0.0",
"rimraf": "4.4.1",
"sinon": "17.0.1",
"string-replace-loader": "3.1.0",
"style-loader": "3.3.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.3.3",
"url-loader": "4.1.1",
"wdio-electron-service": "6.6.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",
"libkrb5-3",
"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-08-02T18:12:56.823Z"
},
"optionalDependencies": {
"bufferutil": "4.0.8",
"utf-8-validate": "6.0.4",
"winusb-driver-generator": "2.1.5"
}
}