forked from betaflight/blackbox-log-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "betaflight-blackbox-explorer",
"productName": "Blackbox Explorer",
"displayName": "Betaflight - Blackbox Explorer",
"description": "Crossplatform blackbox analitics tool for Betaflight flight control system.",
"version": "4.0.0",
"main": "index.html",
"default_locale": "en",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write src"
},
"repository": {
"type": "git",
"url": "github.com/betaflight/blackbox-log-viewer"
},
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"dependencies": {
"Leaflet.MultiOptionsPolyline": "hgoebl/Leaflet.MultiOptionsPolyline",
"bootstrap": "~3.4.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.2",
"leaflet": "^1.9.3",
"leaflet-marker-rotation": "^0.4.0",
"lodash": "^4.17.21",
"prettier": "^2.8.1",
"throttle-debounce": "^5.0.0",
"vite": "^5.2.14",
"vite-plugin-pwa": "^0.19.7"
},
"devDependencies": {
"inflection": "1.12.0",
"yarn": "^1.22.0"
},
"resolutions": {
"**/**/lodash.template": "^4.5.0"
},
"engines": {
"node": "20.x"
}
}