1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Blog/package.json

24 lines
678 B
JSON

{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@symfony/stimulus-bridge": "^1.1.0",
"@symfony/webpack-encore": "^0.32.0",
"bootstrap": "^4.5.3",
"core-js": "^3.0.0",
"mdb-ui-kit": "^3.1.0",
"node-sass": "^4.14.1",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^9.0.3",
"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"
}
}