chore: configure vite, react, and stimulus bootstrap

This commit is contained in:
thibaud-leclere
2026-03-28 13:11:41 +01:00
parent bd3996f4a9
commit f7a9be6a38
7 changed files with 58 additions and 5 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "ltbxd-actorle",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@floating-ui/react": "^0.27",
"@hotwired/stimulus": "^3.2",
"@hotwired/turbo": "^7.3",
"@symfony/stimulus-bundle": "file:vendor/symfony/stimulus-bundle/assets",
"@symfony/ux-react": "file:vendor/symfony/ux-react/assets",
"react": "^19.0",
"react-dom": "^19.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3",
"vite": "^6.0"
}
}