forked from rotorflight/rotorflight-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.52 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
{
"name": "rotorflight-configurator",
"productName": "Rotorflight Configurator",
"description": "Crossplatform configuration tool for Rotorflight flight control system.",
"version": "0.0.0",
"main": "http://localhost:5077/src/main.html",
"node-remote": "http://localhost:*",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --fix src"
},
"window": {
"icon": "public/images/rf_icon.png",
"id": "main-window",
"min_width": 1024,
"min_height": 550,
"title": "Rotorflight Configurator"
},
"repository": {
"type": "git",
"url": "github.com/rotorflight/rotorflight-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 Rotorflight open source project.",
"license": "GPL-3.0",
"engines": {
"node": "22.x"
},
"dependencies": {
"inflection": "1.12.0",
"jbox": "^1.3.3",
"jquery": "^3.6.0",
"jquery-textcomplete": "^1.8.5",
"jquery-touchswipe": "^1.6.19",
"jquery-ui-npm": "^1.12.0",
"lru_map": "^0.3.3",
"marked": "^4.0.17",
"multiple-select": "^1.5.2",
"select2": "^4.0.13",
"semver-min": "^0.7.2",
"switchery-latest": "^0.8.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@panter/vue-i18next": "^0.15.2",
"@quanle94/innosetup": "^6.0.2",
"@vitejs/plugin-vue2": "^2.3.1",
"command-exists": "^1.2.9",
"cordova-lib": "^12.0.0",
"eslint": "^8.18.0",
"eslint-plugin-vue": "^7.3.0",
"glob": "^11.0.0",
"gulp": "^4.0.2",
"gulp-concat": "~2.6.1",
"gulp-debian": "^0.1.9",
"gulp-json-editor": "^2.5.6",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-xml-transformer": "^8.0.0",
"gulplog": "^2.2.0",
"i18next": "^23.15.1",
"i18next-http-backend": "^2.6.1",
"minimist": "^1.2.8",
"node-gyp": "^10.2.0",
"nouislider": "^15.8.1",
"nw-builder": "4.9.0",
"nw-vue-devtools-prebuilt": "^0.0.10",
"postcss": "^8.4.14",
"rpm-builder": "^1.2.1",
"three": "^0.169.0",
"vinyl-source-stream": "^2.0.0",
"vite": "^5.4.0",
"vue": "^2.7.0",
"vue-template-compiler": "^2.7.0",
"wnumb": "^1.2.0"
},
"optionalDependencies": {
"appdmg": "^0.6.4"
}
}