mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 21:37:17 +00:00
114 lines
3.5 KiB
JSON
114 lines
3.5 KiB
JSON
{
|
|
"name": "balena-etcher",
|
|
"private": true,
|
|
"displayName": "balenaEtcher",
|
|
"version": "1.5.24",
|
|
"packageType": "local",
|
|
"updates": {
|
|
"enabled": true,
|
|
"sleepDays": 7,
|
|
"semverRange": "<2.0.0"
|
|
},
|
|
"main": "lib/start.js",
|
|
"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",
|
|
"gypfile": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:balena-io/etcher.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make lint test sanity-checks",
|
|
"start": "electron lib/start.js",
|
|
"configure": "node-gyp configure",
|
|
"build": "node-gyp build",
|
|
"install": "node-gyp rebuild",
|
|
"webpack": "webpack",
|
|
"watch": "webpack --watch",
|
|
"concourse-build-electron": "make webpack",
|
|
"concourse-test": "npx npm@6.7.0 test",
|
|
"concourse-test-electron": "npx npm@6.7.0 test"
|
|
},
|
|
"author": "Balena Inc. <hello@etcher.io>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
|
|
"angular": "1.7.6",
|
|
"angular-if-state": "^1.0.0",
|
|
"angular-moment": "^1.0.1",
|
|
"angular-seconds-to-date": "^1.0.0",
|
|
"angular-ui-bootstrap": "^2.5.0",
|
|
"angular-ui-router": "^0.4.2",
|
|
"bindings": "^1.3.0",
|
|
"bluebird": "^3.5.3",
|
|
"bootstrap-sass": "^3.3.6",
|
|
"color": "^2.0.1",
|
|
"command-join": "^2.0.0",
|
|
"d3": "^4.13.0",
|
|
"debug": "^3.1.0",
|
|
"electron-is-running-in-asar": "^1.0.0",
|
|
"etcher-sdk": "^1.3.11",
|
|
"flexboxgrid": "^6.3.0",
|
|
"immutable": "^3.8.1",
|
|
"inactivity-timer": "^1.0.0",
|
|
"lodash": "^4.17.10",
|
|
"mime-types": "^2.1.18",
|
|
"nan": "^2.9.2",
|
|
"node-ipc": "^9.1.1",
|
|
"path-is-inside": "^1.0.2",
|
|
"pretty-bytes": "^1.0.4",
|
|
"prop-types": "^15.5.9",
|
|
"react": "^16.3.2",
|
|
"react-dom": "^16.3.2",
|
|
"react2angular": "^4.0.2",
|
|
"redux": "^3.5.2",
|
|
"rendition": "4.41.1",
|
|
"request": "^2.81.0",
|
|
"resin-corvus": "^2.0.3",
|
|
"roboto-fontface": "^0.9.0",
|
|
"semver": "^5.1.1",
|
|
"styled-components": "^3.2.3",
|
|
"styled-system": "^3.1.11",
|
|
"sudo-prompt": "^8.2.3",
|
|
"uuid": "^3.0.1",
|
|
"xml2js": "^0.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"acorn": "^6.0.5",
|
|
"angular-mocks": "1.7.6",
|
|
"babel-loader": "^8.0.4",
|
|
"chalk": "^1.1.3",
|
|
"electron": "3.1.3",
|
|
"electron-builder": "^20.38.5",
|
|
"electron-mocha": "^6.0.4",
|
|
"eslint": "^4.17.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-jsdoc": "^3.5.0",
|
|
"eslint-plugin-lodash": "^2.6.1",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"html-angular-validate": "^0.2.3",
|
|
"html-loader": "^0.5.1",
|
|
"mocha": "^5.0.1",
|
|
"mochainon": "^2.0.0",
|
|
"nock": "^9.2.3",
|
|
"node-gyp": "^3.8.0",
|
|
"node-sass": "^4.7.2",
|
|
"pkg": "^4.3.0",
|
|
"sass-lint": "^1.12.1",
|
|
"simple-progress-webpack-plugin": "^1.1.2",
|
|
"spectron": "^5.0.0",
|
|
"webpack": "^4.27.0",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-node-externals": "^1.7.2"
|
|
}
|
|
}
|