{ "name": "@layonara-forge/frontend", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@fontsource-variable/alegreya": "^5.2.8", "@fontsource-variable/jetbrains-mono": "^5.2.8", "@fontsource-variable/manrope": "^5.2.8", "@typefox/monaco-editor-react": "^7.7.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "lucide-react": "^1.8.0", "monaco-languageclient": "^10.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.0.0" }, "devDependencies": { "@codingame/esbuild-import-meta-url-plugin": "^1.0.3", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.3.0", "tailwindcss": "^4.0.0", "vite": "^6.0.0" } }