@patricksurry/g3
Version:
A flexible Javascript framework for building steam gauge instrument panels that display live external metrics from flight (or other) simulators like XPlane or MS FS2020
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "@patricksurry/g3",
"version": "0.1.18",
"author": "Patrick Surry <patrick.surry@gmail.com>",
"description": "A flexible Javascript framework for building steam gauge instrument panels that display live external metrics from flight (or other) simulators like XPlane or MS FS2020",
"keywords": [
"G3",
"D3",
"SVG",
"flight",
"simulator",
"gauges",
"instruments",
"control panel",
"metrics",
"telemetry",
"dashboard",
"visualization",
"dataviz",
"XPlane",
"FS2020"
],
"license": "ISC",
"type": "module",
"homepage": "https://github.com/patricksurry/g3",
"repository": {
"type": "git",
"url": "https://github.com/patricksurry/g3.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"start": "wds --root-dir src --node-resolve --watch --open"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"convert-units": "^3.0.0-beta.3",
"d3": "^7.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.4",
"@web/dev-server": "^0.1.20",
"eslint": "^8.9.0",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-terser": "^7.0.2"
}
}