-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.61 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
{
"name": "orientation-extension",
"displayName": "orientation",
"description": "Display object orientation in 2D space",
"publisher": "ivi",
"homepage": "",
"version": "0.0.1",
"license": "UNLICENSED",
"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.21.0",
"@foxglove/studio": "1.45.0",
"@types/lodash": "^4.14.192",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"create-foxglove-extension": "0.8.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "^6.2.0",
"immer": "9.0.15",
"lodash": "4.17.21",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.2"
},
"dependencies": {
"@foxglove/schemas": "^1.2.0",
"immer": "^9.0.21",
"lodash": "^4.17.21",
"quaternion": "^1.4.1"
}
}