77 lines
2.0 KiB
JSON
77 lines
2.0 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cycjimmy/jsmpeg-player": "^6.0.5",
|
|
"@emotion/react": "^11.11.1",
|
|
"@mantine/carousel": "^6.0.16",
|
|
"@mantine/core": "^6.0.16",
|
|
"@mantine/dates": "^6.0.16",
|
|
"@mantine/hooks": "^6.0.16",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@tabler/icons-react": "^2.24.0",
|
|
"@tanstack/react-query": "^5.21.2",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/validator": "^13.7.17",
|
|
"axios": "^1.4.0",
|
|
"bson-objectid": "^2.0.4",
|
|
"cookies-next": "^4.1.1",
|
|
"dayjs": "^1.11.9",
|
|
"embla-carousel-react": "^8.0.0-rc10",
|
|
"idb-keyval": "^6.2.1",
|
|
"mantine-react-table": "^1.0.0-beta.25",
|
|
"mobx": "^6.9.0",
|
|
"mobx-react-lite": "^3.4.3",
|
|
"mobx-utils": "^6.0.7",
|
|
"monaco-editor": "^0.46.0",
|
|
"monaco-yaml": "^5.1.1",
|
|
"oidc-client-ts": "^2.2.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-oidc-context": "^2.2.2",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-use-websocket": "^4.7.0",
|
|
"typescript": "^4.4.2",
|
|
"validator": "^13.9.0",
|
|
"web-vitals": "^2.1.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"scripts": {
|
|
"start": "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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@types/uuid": "^9.0.2",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|