My beer compendium
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.

27 lines
767 B

3 years ago
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "mix",
  6. "watch": "mix watch",
  7. "watch-poll": "mix watch -- --watch-options-poll=1000",
  8. "hot": "mix watch --hot",
  9. "prod": "npm run production",
  10. "production": "mix --production"
  11. },
  12. "devDependencies": {
  13. "axios": "^0.21",
  14. "bootstrap": "^4.6.0",
  15. "jquery": "^3.6",
  16. "laravel-mix": "^6.0.6",
  17. "lodash": "^4.17.19",
  18. "popper.js": "^1.16.1",
  19. "postcss": "^8.1.14",
  20. "resolve-url-loader": "^3.1.2",
  21. "sass": "^1.32.11",
  22. "sass-loader": "^11.0.1",
  23. "vue": "^2.6.12",
  24. "vue-loader": "^15.9.7",
  25. "vue-template-compiler": "^2.6.12"
  26. }
  27. }