-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.58 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
{
"name": "carla-simple-controll",
"displayName": "carla-simple-controll",
"description": "Carla ROS2 Control Panel designed for work with Foxglove Studio",
"publisher": "Jesus Armando Anaya <[email protected]>",
"homepage": "https://github.com/JesusAnaya/carla-ros-control-for-foxglove-studio",
"version": "0.0.2",
"license": "Apache License 2.0",
"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": "0.22.1",
"@foxglove/studio": "1.53.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"create-foxglove-extension": "0.8.1",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.25.3",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
},
"dependencies": {
"@fluentui/react": "^8.109.3"
}
}