2017-10-20 00:36:33 +00:00
|
|
|
{
|
2017-11-24 03:40:02 +00:00
|
|
|
"name": "betaflight-configurator",
|
2020-07-03 14:18:55 +00:00
|
|
|
"productName": "Betaflight Configurator",
|
2017-11-24 03:40:02 +00:00
|
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
2022-06-05 02:57:31 +00:00
|
|
|
"version": "10.9.0",
|
2020-04-25 08:43:12 +00:00
|
|
|
"main": "main.html",
|
2020-06-26 10:47:34 +00:00
|
|
|
"chromium-args": "--disable-features=nw2",
|
2017-11-24 03:40:02 +00:00
|
|
|
"scripts": {
|
2020-10-15 15:37:30 +00:00
|
|
|
"start": "run-script-os",
|
2020-10-15 10:15:22 +00:00
|
|
|
"start:default": "NODE_ENV=development NW_PRE_ARGS=--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension' gulp debug",
|
|
|
|
"start:windows": "set NODE_ENV=development && set NW_PRE_ARGS=--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension' && gulp debug",
|
2018-05-29 21:53:35 +00:00
|
|
|
"gulp": "gulp",
|
2020-10-15 15:37:30 +00:00
|
|
|
"release": "run-script-os",
|
|
|
|
"release:default": "NODE_ENV=production gulp release",
|
|
|
|
"release:windows": "set NODE_ENV=production&& gulp release",
|
2020-12-27 22:09:52 +00:00
|
|
|
"pretest": "yarn run lint",
|
2023-01-14 21:11:37 +00:00
|
|
|
"test": "vitest",
|
2021-12-17 17:38:53 +00:00
|
|
|
"lint": "eslint --ext .js,.vue src gulpfile.js gulp-appdmg.js",
|
2022-04-23 16:47:35 +00:00
|
|
|
"lint:fix": "eslint --fix src gulpfile.js gulp-appdmg.js",
|
|
|
|
"storybook": "start-storybook -p 6006"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"window": {
|
2020-04-25 08:43:12 +00:00
|
|
|
"icon": "images/bf_icon_128.png",
|
|
|
|
"id": "main-window",
|
|
|
|
"min_width": 1024,
|
2020-10-19 06:30:53 +00:00
|
|
|
"min_height": 550,
|
|
|
|
"title": "Betaflight Configurator"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "github.com/betaflight/betaflight-configurator"
|
|
|
|
},
|
2018-01-19 12:10:23 +00:00
|
|
|
"webview": {
|
|
|
|
"partitions": [
|
|
|
|
{
|
|
|
|
"name": "map",
|
2018-01-24 21:46:56 +00:00
|
|
|
"accessible_resources": [
|
|
|
|
"tabs/map.html",
|
2018-02-23 19:48:38 +00:00
|
|
|
"js/tabs/map.js",
|
2019-03-05 00:37:21 +00:00
|
|
|
"/js/libraries/openlayers/ol.css",
|
2019-02-27 17:32:23 +00:00
|
|
|
"/js/libraries/openlayers/ol.js",
|
2019-04-03 10:35:06 +00:00
|
|
|
"/images/icons/cf_icon_position.png",
|
|
|
|
"/images/icons/cf_icon_position_nofix.png"
|
2018-01-24 21:46:56 +00:00
|
|
|
]
|
2018-01-19 12:10:23 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-11-24 03:40:02 +00:00
|
|
|
"author": "The Betaflight open source project.",
|
|
|
|
"license": "GPL-3.0",
|
2019-08-20 11:22:52 +00:00
|
|
|
"engines": {
|
2022-05-03 00:52:44 +00:00
|
|
|
"node": "16.x"
|
2019-08-20 11:22:52 +00:00
|
|
|
},
|
2018-01-25 12:45:55 +00:00
|
|
|
"dependencies": {
|
2020-07-03 14:18:55 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
2020-10-16 09:55:33 +00:00
|
|
|
"@panter/vue-i18next": "^0.15.2",
|
2020-02-22 03:44:41 +00:00
|
|
|
"bluebird": "^3.7.2",
|
2022-05-13 09:39:09 +00:00
|
|
|
"bonjour": "^3.5.0",
|
2022-12-30 06:34:44 +00:00
|
|
|
"crypto-es": "^1.2.7",
|
2023-01-25 15:28:21 +00:00
|
|
|
"d3": "^7.8.2",
|
2021-04-13 15:25:48 +00:00
|
|
|
"djv": "^2.1.4",
|
2022-10-03 10:41:55 +00:00
|
|
|
"dompurify": "^2.4.0",
|
2020-06-22 09:25:51 +00:00
|
|
|
"i18next": "^19.0.0",
|
2020-10-29 18:25:35 +00:00
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2022-10-03 10:41:55 +00:00
|
|
|
"inflection": "^1.13.4",
|
2022-02-15 14:02:31 +00:00
|
|
|
"jbox": "^1.3.3",
|
2022-10-03 10:36:24 +00:00
|
|
|
"jquery": "^3.6.1",
|
2019-03-23 23:21:52 +00:00
|
|
|
"jquery-textcomplete": "^1.8.5",
|
2020-07-03 14:18:55 +00:00
|
|
|
"jquery-touchswipe": "^1.6.19",
|
2020-06-22 08:34:03 +00:00
|
|
|
"jquery-ui-npm": "^1.12.0",
|
2023-01-14 21:11:37 +00:00
|
|
|
"jsdom": "^21.0.0",
|
2022-10-03 10:41:55 +00:00
|
|
|
"marked": "^4.1.1",
|
2022-10-03 10:36:24 +00:00
|
|
|
"multicast-dns": "^7.2.5",
|
2021-11-24 01:38:48 +00:00
|
|
|
"multiple-select": "^1.5.2",
|
2020-10-15 10:15:22 +00:00
|
|
|
"nw-vue-devtools-prebuilt": "^0.0.10",
|
2020-08-20 17:45:39 +00:00
|
|
|
"select2": "^4.0.13",
|
2022-06-27 02:21:52 +00:00
|
|
|
"semver-min": "^0.7.2",
|
|
|
|
"short-unique-id": "^4.4.4",
|
2020-10-20 12:17:50 +00:00
|
|
|
"switchery-latest": "^0.8.2",
|
2021-03-23 13:19:21 +00:00
|
|
|
"three": "~0.97.0",
|
2020-10-10 11:31:07 +00:00
|
|
|
"universal-ga": "^1.2.0",
|
2022-10-03 10:41:55 +00:00
|
|
|
"vue": "^2.7.10"
|
2018-01-25 12:45:55 +00:00
|
|
|
},
|
2017-11-24 03:40:02 +00:00
|
|
|
"devDependencies": {
|
2022-10-03 10:41:55 +00:00
|
|
|
"@babel/core": "^7.19.3",
|
2020-06-30 13:10:22 +00:00
|
|
|
"@quanle94/innosetup": "^6.0.2",
|
2022-12-29 13:42:36 +00:00
|
|
|
"@rollup/plugin-alias": "^4.0.2",
|
|
|
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
|
|
"@rollup/plugin-replace": "^5.0.2",
|
2022-10-03 10:36:24 +00:00
|
|
|
"@storybook/addon-actions": "^6.5.12",
|
|
|
|
"@storybook/addon-essentials": "^6.5.12",
|
|
|
|
"@storybook/addon-links": "^6.5.12",
|
|
|
|
"@storybook/vue": "^6.5.12",
|
2022-06-27 02:21:52 +00:00
|
|
|
"babel-loader": "^8.2.5",
|
|
|
|
"command-exists": "^1.2.9",
|
|
|
|
"cordova-lib": "^11.0.0",
|
|
|
|
"del": "^6.1.1",
|
2022-10-03 10:41:55 +00:00
|
|
|
"eslint": "^8.24.0",
|
2020-10-01 22:00:36 +00:00
|
|
|
"eslint-plugin-vue": "^7.3.0",
|
2022-10-03 10:36:24 +00:00
|
|
|
"follow-redirects": "^1.15.2",
|
2022-06-27 02:21:52 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"glob": "^8.0.3",
|
2019-05-08 13:39:21 +00:00
|
|
|
"gulp": "^4.0.2",
|
2022-12-25 01:31:17 +00:00
|
|
|
"gulp-debian": "^0.3.2",
|
2022-06-27 02:21:52 +00:00
|
|
|
"gulp-json-editor": "^2.5.6",
|
2022-05-20 17:42:25 +00:00
|
|
|
"gulp-less": "^5.0.0",
|
2021-08-22 06:54:34 +00:00
|
|
|
"gulp-prompt": "^1.2.0",
|
2020-02-22 03:44:41 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2022-06-27 02:21:52 +00:00
|
|
|
"gulp-replace": "^1.1.3",
|
2022-05-20 17:42:25 +00:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2021-12-17 17:38:53 +00:00
|
|
|
"gulp-util": "^3.0.8",
|
|
|
|
"gulp-xml-transformer": "^5.1.1",
|
|
|
|
"gulp-yarn": "^3.0.0",
|
2022-10-03 10:41:55 +00:00
|
|
|
"gulp-zip": "^5.1.0",
|
2020-10-01 22:00:36 +00:00
|
|
|
"husky": "^4.3.0",
|
2022-10-03 10:41:55 +00:00
|
|
|
"nw-builder": "^3.8.6",
|
2022-06-27 02:21:52 +00:00
|
|
|
"os": "^0.1.2",
|
2022-10-03 10:36:24 +00:00
|
|
|
"postcss": "^8.4.17",
|
2022-12-29 13:42:36 +00:00
|
|
|
"rollup": "^3.9.0",
|
2020-10-10 11:31:07 +00:00
|
|
|
"rollup-plugin-vue": "^5.*.*",
|
2020-02-22 03:44:41 +00:00
|
|
|
"rpm-builder": "^1.2.1",
|
2022-06-27 02:21:52 +00:00
|
|
|
"run-script-os": "^1.1.6",
|
2022-12-07 19:41:26 +00:00
|
|
|
"simple-git": "^3.15.0",
|
2018-05-13 19:00:56 +00:00
|
|
|
"targz": "^1.0.1",
|
2022-06-27 02:21:52 +00:00
|
|
|
"temp": "^0.9.4",
|
2021-12-17 17:38:53 +00:00
|
|
|
"through2": "^4.0.2",
|
2019-07-04 23:17:54 +00:00
|
|
|
"vinyl-source-stream": "^2.0.0",
|
2023-01-14 21:11:37 +00:00
|
|
|
"vite": "^4.0.4",
|
|
|
|
"vitest": "^0.27.1",
|
2022-04-23 16:47:35 +00:00
|
|
|
"vue-loader": "^15.9.8",
|
2022-10-03 10:41:55 +00:00
|
|
|
"vue-template-compiler": "^2.7.10",
|
2022-10-03 10:36:24 +00:00
|
|
|
"yarn": "^1.22.19"
|
2017-11-24 03:40:02 +00:00
|
|
|
},
|
2019-07-04 23:17:54 +00:00
|
|
|
"optionalDependencies": {
|
2022-06-23 10:28:55 +00:00
|
|
|
"appdmg": "^0.6.4"
|
2020-10-01 22:00:36 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "yarn lint"
|
|
|
|
}
|
2017-11-24 03:40:02 +00:00
|
|
|
}
|
2017-10-20 00:36:33 +00:00
|
|
|
}
|