mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
21 lines
568 B
JSON
21 lines
568 B
JSON
{
|
|
"devDependencies": {
|
|
"@babel/core": "^8.0.0",
|
|
"@babel/preset-env": "^8.0.0",
|
|
"@symfony/webpack-encore": "^7.0.0",
|
|
"babel-plugin-polyfill-corejs3": "^1.0.0",
|
|
"core-js": "^3.49.0",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"webpack": "^5.82",
|
|
"webpack-cli": "^7.0.0"
|
|
},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev-server": "encore dev-server",
|
|
"dev": "encore dev",
|
|
"watch": "encore dev --watch",
|
|
"build": "encore production --progress"
|
|
}
|
|
}
|