-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.48 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
{
"name": "sideways-teleop-extension",
"displayName": "Sideways Teleop Panel",
"description": "This is the teleoperation panel developed by Sideways a company of autonomous vehicles",
"publisher": "Sideways",
"homepage": "https://www.sidewaysvehicles.com/",
"version": "0.0.1",
"license": "UNLICENSED",
"main": "./dist/extension.js",
"keywords": ["sideways","teleop"],
"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": "0.20.0",
"@foxglove/studio": "1.17.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-gamepad": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"create-foxglove-extension": "0.5.1",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gamepad": "1.0.3",
"typescript": "4.6.x"
}
}