dependency: Remixion added

This commit is contained in:
Paul Valerie GOMA 2025-07-17 15:05:05 +02:00
parent af4def56c8
commit bb3c9bccf2
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visua vue</title> <title>Visua vue</title>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -13,6 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@cellule-financiere-pmo/visua": "^1.1.0", "@cellule-financiere-pmo/visua": "^1.1.0",
"primevue": "^4.3.6",
"vite-plugin-inspect": "^11.3.0", "vite-plugin-inspect": "^11.3.0",
"vue": "^3.5.17" "vue": "^3.5.17"
}, },