57 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "virtweb_frontend",
 | |
|   "version": "0.1.0",
 | |
|   "type": "module",
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "dev": "vite",
 | |
|     "build": "tsc -b && vite build",
 | |
|     "lint": "eslint .",
 | |
|     "preview": "vite preview"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@emotion/react": "^11.14.0",
 | |
|     "@emotion/styled": "^11.14.1",
 | |
|     "@fontsource/roboto": "^5.2.8",
 | |
|     "@mdi/js": "^7.4.47",
 | |
|     "@mdi/react": "^1.6.1",
 | |
|     "@monaco-editor/react": "^4.7.0",
 | |
|     "@mui/icons-material": "^7.3.4",
 | |
|     "@mui/material": "^7.3.4",
 | |
|     "@mui/x-charts": "^8.3.1",
 | |
|     "@mui/x-data-grid": "^8.11.3",
 | |
|     "date-and-time": "^3.6.0",
 | |
|     "filesize": "^10.1.6",
 | |
|     "humanize-duration": "^3.33.1",
 | |
|     "monaco-editor": "^0.52.2",
 | |
|     "monaco-yaml": "^5.4.0",
 | |
|     "react": "^19.2.0",
 | |
|     "react-dom": "^19.2.0",
 | |
|     "react-router-dom": "^7.9.4",
 | |
|     "react-syntax-highlighter": "^15.6.6",
 | |
|     "react-vnc": "^3.1.0",
 | |
|     "uuid": "^11.1.0",
 | |
|     "xml-formatter": "^3.6.7",
 | |
|     "yaml": "^2.8.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@eslint/js": "^9.35.0",
 | |
|     "@types/humanize-duration": "^3.27.4",
 | |
|     "@types/jest": "^30.0.0",
 | |
|     "@types/react": "^19.2.2",
 | |
|     "@types/react-dom": "^19.2.2",
 | |
|     "@types/react-syntax-highlighter": "^15.5.13",
 | |
|     "@types/uuid": "^10.0.0",
 | |
|     "@vitejs/plugin-react": "^4.7.0",
 | |
|     "eslint": "^9.35.0",
 | |
|     "eslint-plugin-react-dom": "^1.53.1",
 | |
|     "eslint-plugin-react-hooks": "^5.2.0",
 | |
|     "eslint-plugin-react-refresh": "^0.4.24",
 | |
|     "eslint-plugin-react-x": "^1.53.1",
 | |
|     "globals": "^16.3.0",
 | |
|     "typescript": "^5.9.3",
 | |
|     "typescript-eslint": "^8.43.0",
 | |
|     "vite": "^6.3.6"
 | |
|   }
 | |
| }
 |