139 lines
4.0 KiB
JSON
139 lines
4.0 KiB
JSON
{
|
|
"name": "betaflight-configurator",
|
|
"productName": "Betaflight Configurator",
|
|
"description": "Crossplatform configuration tool for Betaflight flight control system.",
|
|
"version": "10.8.0",
|
|
"main": "main.html",
|
|
"chromium-args": "--disable-features=nw2",
|
|
"scripts": {
|
|
"start": "run-script-os",
|
|
"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",
|
|
"gulp": "gulp",
|
|
"release": "run-script-os",
|
|
"release:default": "NODE_ENV=production gulp release",
|
|
"release:windows": "set NODE_ENV=production&& gulp release",
|
|
"pretest": "yarn run lint",
|
|
"test": "karma start test/karma.conf.js",
|
|
"lint": "eslint --ext .js,.vue src gulpfile.js",
|
|
"lint:fix": "eslint --fix src gulpfile.js"
|
|
},
|
|
"window": {
|
|
"icon": "images/bf_icon_128.png",
|
|
"id": "main-window",
|
|
"min_width": 1024,
|
|
"min_height": 550,
|
|
"title": "Betaflight Configurator"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/betaflight/betaflight-configurator"
|
|
},
|
|
"webview": {
|
|
"partitions": [
|
|
{
|
|
"name": "map",
|
|
"accessible_resources": [
|
|
"tabs/map.html",
|
|
"js/tabs/map.js",
|
|
"/js/libraries/openlayers/ol.css",
|
|
"/js/libraries/openlayers/ol.js",
|
|
"/images/icons/cf_icon_position.png",
|
|
"/images/icons/cf_icon_position_nofix.png"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"author": "The Betaflight open source project.",
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"node": "10.x"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"@panter/vue-i18next": "^0.15.2",
|
|
"bluebird": "^3.7.2",
|
|
"djv": "^2.1.4",
|
|
"i18next": "^19.0.0",
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
"inflection": "^1.12.0",
|
|
"jbox": "^1.0.8",
|
|
"jquery": "^3.5.1",
|
|
"jquery-textcomplete": "^1.8.5",
|
|
"jquery-touchswipe": "^1.6.19",
|
|
"jquery-ui-npm": "^1.12.0",
|
|
"lru_map": "^0.3.3",
|
|
"marked": "^0.8.0",
|
|
"nw-vue-devtools-prebuilt": "^0.0.10",
|
|
"object-hash": "^2.0.3",
|
|
"select2": "^4.0.13",
|
|
"semver-min": "^0.6.5",
|
|
"short-unique-id": "^1.1.1",
|
|
"switchery-latest": "^0.8.2",
|
|
"three": "~0.97.0",
|
|
"universal-ga": "^1.2.0",
|
|
"vue": "2.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"@quanle94/innosetup": "^6.0.2",
|
|
"@rollup/plugin-alias": "^3.1.1",
|
|
"@rollup/plugin-commonjs": "^15.1.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"browserify": "^17.0.0",
|
|
"chai": "^4.2.0",
|
|
"command-exists": "^1.2.8",
|
|
"cordova-lib": "^10.0.0",
|
|
"del": "^5.0.0",
|
|
"eslint": "^7.16.0",
|
|
"eslint-plugin-vue": "^7.3.0",
|
|
"follow-redirects": "^1.10.0",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "~2.6.1",
|
|
"gulp-debian": "~0.1.8",
|
|
"gulp-json-editor": "^2.5.4",
|
|
"gulp-prompt": "^1.2.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-xml-transformer": "^3.0.0",
|
|
"gulp-yarn": "^2.0.0",
|
|
"gulp-zip": "^5.0.0",
|
|
"husky": "^4.3.0",
|
|
"karma": "^4.0.1",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^3.0.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-rollup-preprocessor": "^7.0.5",
|
|
"karma-sinon": "^1.0.5",
|
|
"karma-sinon-chai": "^2.0.2",
|
|
"karma-spec-reporter": "^0.0.32",
|
|
"karma-tfs-reporter": "^1.0.2",
|
|
"mocha": "^7.0.1",
|
|
"nw-builder": "^3.5.7",
|
|
"os": "^0.1.1",
|
|
"postcss": "^8.2.10",
|
|
"rollup": "^2.28.2",
|
|
"rollup-plugin-vue": "^5.*.*",
|
|
"rpm-builder": "^1.2.1",
|
|
"run-script-os": "^1.1.3",
|
|
"simple-git": "^2.44.0",
|
|
"sinon": "^9.0.0",
|
|
"sinon-chai": "^3.5.0",
|
|
"targz": "^1.0.1",
|
|
"temp": "^0.9.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"yarn": "^1.22.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"gulp-appdmg": "^1.0.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint"
|
|
}
|
|
}
|
|
}
|