-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.39 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
{
"name": "MotionComparator",
"version": "0.80.0 beta",
"homepage": "https://uwgraphics.github.io/MotionComparator",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@foxglove/rosbag": "^0.4.0",
"@mui/material": "^5.14.10",
"@mui/types": "^7.2.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/chroma-js": "^2.1.4",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@visx/brush": "^2.12.2",
"assert": "^2.1.0",
"chroma": "^0.0.1",
"chroma-js": "^2.4.2",
"d3": "^7.6.1",
"gapi": "^0.0.3",
"googleapi": "^1.0.2",
"googleapis": "^105.0.0",
"lodash": "^4.17.21",
"multiselect-react-dropdown": "^2.0.25",
"rc-dock": "^3.2.18",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"recharts": "^2.1.15",
"reduce-css-calc": "^2.1.8",
"sass": "^1.53.0",
"scss": "^0.2.4",
"svd-js": "^1.1.1",
"three": "^0.135.0",
"umap-js": "^1.3.3",
"urdf-loader": "file:urdf-loaders/javascript",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.4.2",
"@types/d3": "^7.4.0",
"@types/jest": "^29.4.0",
"@types/three": "^0.135.0",
"babel-jest": "^29.4.2",
"gh-pages": "^4.0.0",
"jest": "^29.4.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}