-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.5 KB
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
{
"name": "gracing-converter",
"displayName": "Gryphon-Racing-Converter",
"description": "",
"publisher": "Gryphon Racing",
"homepage": "",
"version": "0.0.0",
"license": "UNLICENSED",
"main": "./dist/extension.js",
"keywords": [],
"scripts": {
"build": "foxglove-extension build",
"foxglove:prepublish": "foxglove-extension build --mode production",
"lint:ci": "eslint --report-unused-disable-directives .",
"lint": "eslint --report-unused-disable-directives --fix .",
"local-install": "foxglove-extension install",
"package": "foxglove-extension package",
"pretest": "foxglove-extension pretest"
},
"devDependencies": {
"@foxglove/eslint-plugin": "1.0.1",
"@foxglove/studio": "1.87.0",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"create-foxglove-extension": "0.8.6",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2"
},
"dependencies": {
"@foxglove/extension": "^2.4.0",
"@foxglove/schemas": "^1.6.2",
"ts-proto": "^1.169.0",
"ts-protoc-gen": "^0.15.0"
}
}