webstudio/ui/package.json

63 lines
1.5 KiB
JSON
Raw Normal View History

2023-11-01 18:24:43 +03:00
{
2023-11-10 12:06:40 +03:00
"name": "ui-robossembler",
2023-11-01 18:24:43 +03:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.46",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
2023-11-10 12:06:40 +03:00
"@types/socket.io-client": "^3.0.0",
2023-11-01 18:24:43 +03:00
"@types/uuid": "^9.0.2",
"formik-antd": "^2.0.4",
2023-11-10 12:06:40 +03:00
"i18next": "^23.6.0",
2023-11-01 18:24:43 +03:00
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.4",
2023-11-16 00:40:35 +03:00
"mobx-store-inheritance": "^1.0.6",
2023-11-01 18:24:43 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-11-10 12:06:40 +03:00
"react-i18next": "^13.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.18.0",
2023-11-01 18:24:43 +03:00
"react-scripts": "5.0.1",
"sass": "^1.66.1",
2023-11-10 12:06:40 +03:00
"socket.io-client": "^4.7.2",
2023-12-10 21:44:41 +03:00
"three": "^0.159.0",
2023-11-01 18:24:43 +03:00
"typescript": "^4.9.5",
2023-12-14 23:04:45 +03:00
"urdf-loader": "^0.12.1",
2023-11-01 18:24:43 +03:00
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
2023-12-03 16:16:08 +03:00
},
"devDependencies": {
"@types/three": "^0.158.3"
2023-11-01 18:24:43 +03:00
}
}