Files
symfony-flex-recipes/symfony/webpack-encore-bundle/1.0/package.json
T
Ryan Weaver e4b2331c57 bumping to latest stimulus-bridge
Removing auto-import and adding new lazy-controller-loader
2021-01-28 19:50:21 -05:00

19 lines
497 B
JSON

{
"devDependencies": {
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}