-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.23 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.23 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "asam-osi-converter",
"displayName": "ASAM OSI Converter",
"description": "Visualises data following the standard of the ASAM Open Simulation Interface (ASAM OSI) using the native 3D panel of Lichtblick",
"publisher": "Lichtblick",
"homepage": "https://www.asam.net/standards/detail/osi/",
"version": "1.0.0",
"license": "MIT",
"main": "./dist/extension.js",
"keywords": [
"lichtblick",
"asam",
"osi",
"visualization"
],
"scripts": {
"build": "lichtblick-extension build",
"lichtblick:prepublish": "lichtblick-extension build --mode production",
"lint:ci": "eslint --report-unused-disable-directives .",
"lint": "eslint --report-unused-disable-directives --fix .",
"local-install": "lichtblick-extension install",
"package": "lichtblick-extension package",
"test": "jest",
"prepare": "husky"
},
"engines": {
"node": ">=20.19.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@foxglove/schemas": "^1.6.2",
"@lichtblick/asam-osi-types": "^3.7.0",
"@lichtblick/eslint-plugin": "^1.0.2",
"@lichtblick/suite": "^1.25.0",
"@types/jest": "^30.0.0",
"@types/minimatch": "^5.1.2",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"create-lichtblick-extension": "^1.0.0",
"esbuild": "^0.25.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "29.0.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-essentials": "^10.1.1",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}