-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "MushrTeleopButtons",
"displayName": "MushrTeleop",
"description": "Custom buttons for differentiating publish types for the MuShr base package",
"publisher": "uwprl",
"homepage": "https://mushr.io/",
"version": "0.0.0",
"license": "UNLICENSED",
"main": "./dist/extension.js",
"keywords": [],
"scripts": {
"build": "fox build",
"foxglove:prepublish": "fox build --mode production",
"lint:ci": "eslint --report-unused-disable-directives .",
"lint": "eslint --report-unused-disable-directives --fix .",
"local-install": "fox install",
"package": "fox package",
"pretest": "fox pretest"
},
"devDependencies": {
"@foxglove/eslint-plugin": "0.19.0",
"@foxglove/fox": "0.4.0",
"@foxglove/studio": "1.11.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"prettier": "2.6.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"typescript": "4.6.4"
}
}