Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3afd7269d208df9bbd3bbb75c30dd2d4bd78fde7 (plain)
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
{
  "name": "betaflight-configurator",
  "productName": "Betaflight Configurator",
  "description": "Crossplatform configuration tool for Betaflight flight control system.",
  "version": "10.9.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 gulp-appdmg.js",
    "lint:fix": "eslint --fix src gulpfile.js gulp-appdmg.js",
    "storybook": "start-storybook -p 6006"
  },
  "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": "16.x"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.13.0",
    "@panter/vue-i18next": "^0.15.2",
    "bluebird": "^3.7.2",
    "bonjour": "^3.5.0",
    "djv": "^2.1.4",
    "dompurify": "^2.4.0",
    "i18next": "^19.0.0",
    "i18next-xhr-backend": "^3.2.2",
    "inflection": "^1.13.4",
    "jbox": "^1.3.3",
    "jquery": "^3.6.1",
    "jquery-textcomplete": "^1.8.5",
    "jquery-touchswipe": "^1.6.19",
    "jquery-ui-npm": "^1.12.0",
    "lru_map": "^0.3.3",
    "marked": "^4.1.1",
    "multicast-dns": "^7.2.5",
    "multiple-select": "^1.5.2",
    "nw-vue-devtools-prebuilt": "^0.0.10",
    "object-hash": "^3.0.0",
    "select2": "^4.0.13",
    "semver-min": "^0.7.2",
    "short-unique-id": "^4.4.4",
    "switchery-latest": "^0.8.2",
    "three": "~0.97.0",
    "universal-ga": "^1.2.0",
    "vue": "^2.7.10"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@quanle94/innosetup": "^6.0.2",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@storybook/addon-actions": "^6.5.12",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-links": "^6.5.12",
    "@storybook/vue": "^6.5.12",
    "babel-loader": "^8.2.5",
    "browserify": "^17.0.0",
    "chai": "^4.3.6",
    "command-exists": "^1.2.9",
    "cordova-lib": "^11.0.0",
    "del": "^6.1.1",
    "eslint": "^8.24.0",
    "eslint-plugin-vue": "^7.3.0",
    "follow-redirects": "^1.15.2",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "gulp": "^4.0.2",
    "gulp-concat": "~2.6.1",
    "gulp-debian": "^0.1.9",
    "gulp-json-editor": "^2.5.6",
    "gulp-less": "^5.0.0",
    "gulp-prompt": "^1.2.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-util": "^3.0.8",
    "gulp-xml-transformer": "^5.1.1",
    "gulp-yarn": "^3.0.0",
    "gulp-zip": "^5.1.0",
    "husky": "^4.3.0",
    "karma": "^6.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-junit-reporter": "^2.0.1",
    "karma-mocha": "^2.0.1",
    "karma-rollup-preprocessor": "^7.0.8",
    "karma-sinon": "^1.0.5",
    "karma-sinon-chai": "^2.0.2",
    "karma-spec-reporter": "^0.0.34",
    "karma-tfs-reporter": "^1.0.2",
    "mocha": "^10.0.0",
    "nw-builder": "^3.8.6",
    "os": "^0.1.2",
    "postcss": "^8.4.17",
    "rollup": "^2.79.1",
    "rollup-plugin-vue": "^5.*.*",
    "rpm-builder": "^1.2.1",
    "run-script-os": "^1.1.6",
    "simple-git": "^3.14.1",
    "sinon": "^14.0.0",
    "sinon-chai": "^3.7.0",
    "targz": "^1.0.1",
    "temp": "^0.9.4",
    "through2": "^4.0.2",
    "vinyl-source-stream": "^2.0.0",
    "vue-loader": "^15.9.8",
    "vue-template-compiler": "^2.7.10",
    "yarn": "^1.22.19"
  },
  "optionalDependencies": {
    "appdmg": "^0.6.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  }
}