package.json 1.2 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "blueberry",
  3. "version": "1.1.0",
  4. "description": "A modern dark theme for phpMyAdmin",
  5. "author": "Shahab Movahhedi",
  6. "url": "https://shmovahhedi.com/",
  7. "contributors": [
  8. {
  9. "name": "Shahab Movahhedi",
  10. "email": "dev@shmovahhedi.com",
  11. "url": "https://shmovahhedi.com"
  12. }
  13. ],
  14. "scripts": {
  15. "scss-compile-nomini": "sass scss:css",
  16. "scss-compile": "sass scss:css --style=compressed",
  17. "scss-compile-direct": "sass --style=compressed scss:F:\\xampp\\phpMyAdmin\\themes\\blueberry\\css",
  18. "scss-compile-jq": "sass --style=compressed scss\\jquery-ui.scss:jquery\\jquery-ui.css",
  19. "scss-compile-direct-jq": "sass --style=compressed scss\\jquery-ui.scss:F:\\xampp\\phpMyAdmin\\themes\\blueberry\\jquery\\jquery-ui.css",
  20. "scss-watch": "sass --watch --style=compressed scss:css",
  21. "scss-watch-direct": "sass --watch --style=compressed scss:F:\\xampp\\phpMyAdmin\\themes\\blueberry\\css",
  22. "scss-watch-jq": "sass --watch --style=compressed scss\\jquery-ui.scss:jquery\\jquery-ui.css",
  23. "scss-watch-direct-jq": "sass --watch --style=compressed scss\\jquery-ui.scss:F:\\xampp\\phpMyAdmin\\themes\\blueberry\\jquery\\jquery-ui.css"
  24. },
  25. "dependencies": {
  26. "bootstrap": "^5.2.2"
  27. }
  28. }