You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
559B

  1. {
  2. "devDependencies": {
  3. "@symfony/stimulus-bridge": "^2.0.0",
  4. "@symfony/webpack-encore": "^1.0.0",
  5. "core-js": "^3.0.0",
  6. "regenerator-runtime": "^0.13.2",
  7. "sass": "^1.32.12",
  8. "sass-loader": "^11.0.0",
  9. "stimulus": "^2.0.0",
  10. "webpack-notifier": "^1.6.0"
  11. },
  12. "license": "UNLICENSED",
  13. "private": true,
  14. "scripts": {
  15. "dev-server": "encore dev-server",
  16. "dev": "encore dev",
  17. "watch": "encore dev --watch",
  18. "build": "encore production --progress"
  19. }
  20. }