- Add PentatrionViteBundle to bundles.php (Flex recipe didn't auto-register) - Create pentatrion_vite.yaml config - Share vendor named volume with node container (needed for file: npm deps) - Add vite-plugin-symfony to package.json devDependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
546 B
JSON
23 lines
546 B
JSON
{
|
|
"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",
|
|
"vite-plugin-symfony": "^8.0"
|
|
}
|
|
}
|