-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
92 lines (92 loc) · 2.59 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
{
"name": "opensim-viewer",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8000",
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
"@aws-sdk/client-lambda": "^3.436.0",
"@aws-sdk/client-s3": "^3.433.0",
"@aws-sdk/s3-request-presigner": "^3.433.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.0-placeholder-for-preset-env.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.11.12",
"@react-three/drei": "^9.57.0",
"@react-three/fiber": "^8.11.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/aws-lambda": "^8.10.125",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.13",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.149.0",
"aws-amplify": "^5.3.11",
"aws-sdk": "^2.1488.0",
"axios": "^1.4.0",
"chartjs-wrapper": "^1.0.50",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"jest": "^29.5.0",
"mobx": "^6.9.0",
"mobx-react": "^7.6.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.0",
"react-icons": "^4.8.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"screenfull": "^6.0.2",
"source-map-explorer": "^2.5.3",
"split-pane-react": "^0.1.3",
"styled-components": "^5.3.8",
"three": "^0.150.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:watch": "jest --watch",
"eject": "react-scripts eject"
},
"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/plugin-proposal-private-property-in-object": "^7.21.0-placeholder-for-preset-env.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11"
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}