forked from Lichtblick-Suite/lichtblick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 5.49 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
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
{
"name": "foxglove-studio",
"version": "1.12.1-dev",
"description": "Integrated robotics visualization and debugging.",
"productName": "Foxglove Studio",
"productDescription": "Foxglove Studio is a highly customizable and extensible visualization and display tool for robotics.",
"license": "MPL-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/foxglove/studio.git"
},
"author": {
"name": "Foxglove Technologies",
"email": "[email protected]"
},
"homepage": "https://foxglove.dev/",
"scripts": {
"clean": "tsc --build --clean packages/*/tsconfig.json && rimraf .webpack dist storybook-screenshots storybook-static",
"start": "electron desktop/.webpack",
"build:packages": "tsc --build --verbose packages/**/tsconfig.json",
"build:dev": "webpack --mode development --progress --config desktop/webpack.config.ts",
"build:prod": "webpack --mode production --progress --config desktop/webpack.config.ts",
"serve": "webpack serve --mode development --progress --config desktop/webpack.config.ts",
"serve:quicklook": "webpack serve --mode development --progress --config desktop/webpack.quicklook.config.ts",
"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",
"web:serve:local": "webpack serve --mode development --progress --config web/webpack.config.ts --env FOXGLOVE_BACKEND=local",
"license-check": "ts-node ci/license-check.ts",
"lint": "TIMING=1 eslint --report-unused-disable-directives --fix .",
"lint:ci": "TIMING=1 eslint --report-unused-disable-directives --config .eslintrc.ci.yaml .",
"lint:unused-exports": "ts-node ./ci/lint-unused-exports.ts",
"test": "jest",
"test:debug": "cross-env NODE_OPTIONS='--inspect-brk' jest",
"test:watch": "jest --watch",
"test:integration": "jest --forceExit --projects desktop/integration-test",
"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 --publish never",
"package:e2e": "yarn && yarn clean && yarn build:prod && yarn package",
"release:bump-nightly-version": "node -r ts-node/register ./ci/bump-nightly-version.ts",
"storybook": "yarn run start-storybook --port 9009 --config-dir .storybook",
"storybook:build": "build-storybook --config-dir .storybook",
"version:all": "yarn workspaces foreach version"
},
"workspaces": {
"packages": [
"desktop",
"packages/**",
"web"
]
},
"resolutions": {
"@types/node": "15.3.0",
"esbuild-loader/esbuild": "0.14.7",
"react-dnd": "14.0.2"
},
"devDependencies": {
"@actions/core": "1.6.0",
"@actions/exec": "1.1.0",
"@babel/core": "7.17.2",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@foxglove/eslint-plugin": "0.19.0",
"@foxglove/tsconfig": "1.1.0",
"@octokit/rest": "18.12.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
"@sentry/electron": "3.0.7",
"@sentry/tracing": "6.19.6",
"@sentry/webpack-plugin": "1.18.8",
"@storybook/addon-actions": "6.4.18",
"@storybook/addon-essentials": "6.4.18",
"@storybook/builder-webpack5": "6.4.18",
"@storybook/manager-webpack5": "6.4.18",
"@storybook/react": "patch:@storybook/[email protected]#./patches/storybook-react.patch",
"@types/babel__core": "^7.1.18",
"@types/babel__preset-env": "^7.9.2",
"@types/case-sensitive-paths-webpack-plugin": "2.1.6",
"@types/electron-devtools-installer": "2.2.1",
"@types/jest": "27.4.1",
"@types/license-checker": "^25.0.3",
"@types/pngjs": "^6.0.1",
"@types/semver": "^7.3.9",
"@types/utif": "^3.0.1",
"@types/webpack-dev-server": "4.7.2",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"@xmldom/xmldom": "0.8.1",
"babel-jest": "27.5.1",
"babel-plugin-transform-import-meta": "2.1.1",
"clean-webpack-plugin": "4.0.0",
"colors": "1.4.0",
"cross-env": "7.0.3",
"electron": "17.0.0",
"electron-builder": "22.14.13",
"electron-devtools-installer": "3.2.0",
"electron-notarize": "1.1.1",
"electron-squirrel-startup": "1.0.0",
"electron-updater": "4.6.5",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-file-progress": "1.2.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"html-webpack-plugin": "5.5.0",
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"license-checker": "25.0.1",
"playwright": "1.18.1",
"pngjs": "6.0.0",
"prettier": "2.5.1",
"react-refresh": "0.11.0",
"react-refresh-typescript": "2.0.3",
"rimraf": "3.0.2",
"semver": "7.3.5",
"ts-node": "10.7.0",
"ts-prune": "0.10.3",
"tslib": "2.3.1",
"typescript": "4.6.2",
"typescript-plugin-css-modules": "3.4.0",
"utif": "3.1.0",
"webpack": "5.68.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"webpack-hot-middleware": "2.25.1"
},
"packageManager": "[email protected]"
}