-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 2 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
48
49
50
51
52
53
{
"name": "asam-osi-hierarchy-panel",
"displayName": "ASAM OSI Hierarchy Panel",
"description": "Displays structured data following the standard of the ASAM Open Simulation Interface (ASAM OSI) in a hierarchy panel view.",
"publisher": "Lichtblick",
"homepage": "https://github.com/Lichtblick-Suite/asam-osi-hierarchy-panel",
"version": "0.0.1",
"license": "MIT",
"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",
"test": "jest"
},
"devDependencies": {
"@lichtblick/asam-osi-types": "^3.7.0",
"@lichtblick/eslint-plugin": "^1.0.1",
"@lichtblick/suite": "^1.5.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"create-foxglove-extension": "1.0.3",
"esbuild": "^0.24.0",
"esbuild-jest": "^0.5.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"ts-essentials": "^10.0.3",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}