-
Notifications
You must be signed in to change notification settings - Fork 673
Expand file tree
/
Copy pathpackage.json
More file actions
174 lines (174 loc) · 7.38 KB
/
package.json
File metadata and controls
174 lines (174 loc) · 7.38 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "lichtblick",
"version": "1.25.0",
"license": "MPL-2.0",
"private": true,
"productName": "Lichtblick",
"description": "Core components of Lichtblick",
"productDescription": "Lichtblick Suite",
"packageManager": "yarn@3.6.3",
"repository": {
"type": "git",
"url": "https://github.com/lichtblick-suite/lichtblick.git"
},
"author": {
"name": "Lichtblick",
"email": "lichtblick@bmwgroup.com"
},
"homepage": "https://github.com/lichtblick-suite",
"engines": {
"node": ">=20"
},
"scripts": {
"clean": "bash ci/clean-build.sh",
"build:packages": "tsc --build --verbose packages/*/tsconfig.json packages/*/src/*/tsconfig.json",
"desktop:build:dev": "webpack --mode development --progress --config desktop/webpack.config.ts",
"desktop:build:prod": "webpack --mode production --progress --config desktop/webpack.config.ts",
"desktop:serve": "webpack serve --mode development --progress --config desktop/webpack.config.ts",
"desktop:serve:quicklook": "webpack serve --mode development --progress --config desktop/webpack.quicklook.config.ts",
"desktop:start": "electron desktop/.webpack",
"web:build:dev": "webpack --mode development --progress --config web/webpack.config.ts",
"web:build:prod": "webpack --mode production --progress --config web/webpack.config.ts",
"web:serve": "webpack serve --mode development --progress --config web/webpack.config.ts",
"benchmark:serve": "webpack serve --mode development --progress --config benchmark/webpack.config.ts",
"benchmark:build:prod": "webpack --mode production --progress --config benchmark/webpack.config.ts",
"license-check": "ts-node ci/license-check.ts",
"lint": "TIMING=1 eslint --report-unused-disable-directives --cache --fix .",
"lint:ci": "TIMING=1 eslint --report-unused-disable-directives --cache --max-warnings 0 --config eslint.config.ci.mjs .",
"lint:ci:report": "yarn lint:ci -f json -o eslint-report.json --quiet",
"lint:unused-exports": "ts-node ./ci/lint-unused-exports.ts",
"lint:dependencies": "ts-node ./ci/lint-dependencies.ts .",
"test": "jest",
"test:coverage": "jest --coverage",
"test:debug": "cross-env NODE_OPTIONS='--inspect-brk' jest",
"test:watch": "jest --watch",
"test:e2e:web": "playwright test --config=e2e/tests/web/playwright.config.ts",
"test:e2e:web:debug": "playwright test --config=e2e/tests/web/playwright.config.ts --debug",
"test:e2e:web:report": "playwright show-report e2e/tests/web/reports",
"test:e2e:web:ci": "CI=true playwright test --config=e2e/tests/web/playwright.config.ts",
"test:e2e:desktop": "playwright test --config=e2e/tests/desktop/playwright.config.ts",
"test:e2e:desktop:debug": "playwright test --config=e2e/tests/desktop/playwright.config.ts --debug",
"test:e2e:desktop:report": "playwright show-report e2e/reports/desktop",
"test:e2e:desktop:ci": "CI=true playwright test --config=e2e/tests/desktop/playwright.config.ts",
"test:e2e:summary": "ts-node e2e/ci-helpers/generate-test-summary.ts",
"package:win": "yarn package --win",
"package:darwin": "yarn package --mac",
"package:linux": "yarn package --linux",
"package": "cross-env NODE_OPTIONS='-r ts-node/register' electron-builder build --config desktop/electronBuilderConfig.js --publish never",
"package:e2e": "yarn && yarn clean && yarn desktop:build:prod && yarn package",
"release:bump-nightly-version": "node -r ts-node/register ./ci/bump-nightly-version.ts",
"storybook": "storybook dev --port 9009 --config-dir .storybook",
"storybook:build": "storybook build --config-dir .storybook --webpack-stats-json",
"version:all": "yarn workspaces foreach version"
},
"workspaces": {
"packages": [
"desktop",
"packages/*",
"packages/@types/*",
"web",
"benchmark"
]
},
"resolutions": {
"@types/node": "20.10.0",
"react-use": "patch:react-use@17.4.0#./patches/react-use.patch",
"react-dnd": "patch:react-dnd@npm:16.0.1#./patches/react-dnd.patch",
"@types/react": "18.3.12",
"esbuild": "0.25.0",
"dompurify": "3.4.0",
"js-yaml": "4.1.1",
"qs": "6.14.1",
"tar": "7.5.11",
"undici": "6.24.1",
"flatted": "3.4.2",
"@xmldom/xmldom": "0.9.10",
"uuid": "14.0.0",
"plist@3.1.0": "patch:plist@npm%3A3.1.0#./patches/plist-npm-3.1.0-66799cb2cb.patch",
"plist@^3.0.4": "patch:plist@npm%3A3.1.0#./patches/plist-npm-3.1.0-66799cb2cb.patch",
"plist@^3.0.5": "patch:plist@npm%3A3.1.0#./patches/plist-npm-3.1.0-66799cb2cb.patch",
"plist@^3.1.0": "patch:plist@npm%3A3.1.0#./patches/plist-npm-3.1.0-66799cb2cb.patch"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/tool-cache": "2.0.2",
"@babel/core": "7.29.0",
"@babel/plugin-proposal-decorators": "7.29.0",
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
"@babel/preset-env": "7.29.3",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@eslint/compat": "2.0.5",
"@lichtblick/eslint-plugin": "2.0.7",
"@lichtblick/eslint-plugin-suite": "workspace:*",
"@lichtblick/tsconfig": "1.0.2",
"@mui/material": "7.2.0",
"@octokit/rest": "22.0.1",
"@playwright/test": "1.55.1",
"@storybook/react": "9.1.9",
"@storybook/react-webpack5": "9.1.9",
"@types/babel__core": "^7.20.3",
"@types/babel__preset-env": "^7.10.0",
"@types/case-sensitive-paths-webpack-plugin": "2.1.9",
"@types/jest": "30.0.0",
"@types/license-checker": "^25.0.6",
"@types/node": "22.9.3",
"@types/react-refresh": "^0",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "8.46.2",
"@typescript-eslint/parser": "8.46.2",
"@typescript-eslint/rule-tester": "8.46.2",
"@typescript-eslint/utils": "8.46.2",
"assert": "2.1.0",
"babel-plugin-transform-import-meta": "2.2.1",
"cross-env": "10.0.0",
"depcheck": "1.4.7",
"electron": "39.8.5",
"electron-builder": "26.0.12",
"eslint": "9.38.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-import-resolver-webpack": "0.13.11",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-file-progress": "1.4.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",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tss-unused-classes": "1.0.3",
"globals": "16.3.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"license-checker": "25.0.1",
"playwright": "1.55.1",
"prettier": "3.6.2",
"react-refresh": "0.18.0",
"rimraf": "6.0.1",
"semver": "7.7.2",
"storybook": "9.1.19",
"ts-loader": "9.5.4",
"ts-node": "10.9.2",
"ts-unused-exports": "11.0.1",
"tslib": "2.8.1",
"typescript": "5.9.3",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"webpack-dev-server": "5.2.3",
"webpack-hot-middleware": "2.26.0"
},
"dependencies": {
"@lichtblick/hooks": "workspace:*",
"@lichtblick/log": "workspace:*",
"@lichtblick/omgidl-parser": "1.0.0",
"@lichtblick/omgidl-serialization": "1.0.0",
"@lichtblick/ros2idl-parser": "1.0.0",
"@lichtblick/suite": "workspace:*",
"react-use": "17.6.0",
"rehype-raw": "7.0.0",
"vm-browserify": "1.1.2"
}
}