add basic condfig and rendering

This commit is contained in:
2026-03-05 23:46:12 +01:00
parent 37426258fb
commit 8e5147cfd1
8 changed files with 285 additions and 48 deletions

View File

@@ -8,19 +8,22 @@
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"js-yaml": "^4.1.0",
"monaco-editor": "^0.55.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactflow": "^11.0.0",
"shadcn": "^3.8.5"
},
"devDependencies": {
"vite": "^4.0.0",
"@vitejs/plugin-react": "^3.0.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0",
"typescript": "^5.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}