VirtWeb/virtweb_frontend/package.json

65 lines
1.6 KiB
JSON
Raw Normal View History

2023-09-04 12:11:56 +00:00
{
"name": "virtweb_frontend",
"version": "0.1.0",
2023-12-12 15:55:06 +00:00
"type": "module",
2023-09-04 12:11:56 +00:00
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
2023-09-08 10:23:15 +00:00
"@mui/x-charts": "^6.0.0-alpha.9",
"@mui/x-data-grid": "^7.0.0",
2023-09-04 12:11:56 +00:00
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
2023-09-04 12:11:56 +00:00
"@testing-library/user-event": "^13.5.0",
2023-09-08 10:23:15 +00:00
"@types/humanize-duration": "^3.27.1",
2023-09-04 12:11:56 +00:00
"@types/jest": "^27.5.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.11",
2023-10-16 17:00:15 +00:00
"@types/uuid": "^9.0.5",
2023-12-12 15:55:06 +00:00
"@vitejs/plugin-react": "^4.2.1",
2023-09-05 11:19:25 +00:00
"filesize": "^10.0.12",
2023-09-08 10:23:15 +00:00
"humanize-duration": "^3.29.0",
2023-09-05 11:19:25 +00:00
"mui-file-input": "^3.0.1",
2023-09-04 12:11:56 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
2023-10-18 16:00:25 +00:00
"react-vnc": "^1.0.0",
2023-09-04 12:11:56 +00:00
"typescript": "^4.9.5",
2023-10-16 17:00:15 +00:00
"uuid": "^9.0.1",
2023-12-12 15:55:06 +00:00
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2",
"web-vitals": "^2.1.4",
"xml-formatter": "^3.6.0"
2023-09-04 12:11:56 +00:00
},
"scripts": {
2023-12-12 15:55:06 +00:00
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
2023-09-04 12:11:56 +00:00
},
"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"
]
}
}