-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "@patricksurry/g3",
"version": "0.1.18",
"author": "Patrick Surry <[email protected]>",
"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"
}
}