mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
* Adding initial js and css files * removing sass by default to avoid needing extra packages * enabling notifications
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"devDependencies": {
|
|
"@symfony/webpack-encore": "^0.19.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"
|
|
}
|
|
}
|