mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"build": "encore production"
|
|
},
|
|
"devDependencies": {
|
|
"@symfony/webpack-encore": "^4.0.0",
|
|
"webpack": "^5.0.0",
|
|
"webpack-cli": "^5.0.0",
|
|
"webpack-notifier": "^1.15.0"
|
|
}
|
|
}
|