package.hugo.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "toha",
  3. "version": "1.0.0",
  4. "description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "eslint .",
  8. "lint:fix": "eslint --fix .",
  9. "autoprefixer": "postcss static/css/*/*.css --use autoprefixer -r --no-map"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/hugo-toha/toha.git"
  14. },
  15. "author": "Emruz Hossain",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/hugo-toha/toha/issues"
  19. },
  20. "homepage": "https://github.com/hugo-toha/toha#readme",
  21. "devDependencies": {
  22. "autoprefixer": "^10.4.20",
  23. "eslint": "^8.31.0",
  24. "eslint-config-prettier": "^8.6.0",
  25. "eslint-config-standard": "^17.0.0",
  26. "eslint-plugin-import": "^2.26.0",
  27. "eslint-plugin-n": "^15.6.0",
  28. "eslint-plugin-no-jquery": "^2.7.0",
  29. "eslint-plugin-promise": "^6.1.1",
  30. "postcss": "^8.4.41",
  31. "postcss-cli": "^11.0.0",
  32. "@fontsource/mulish": "4.5.13",
  33. "@fortawesome/fontawesome-free": "^6.6.0",
  34. "bootstrap": "^5.3.3",
  35. "filterizr": "^2.2.4",
  36. "flag-icons": "^7.2.3",
  37. "fuse.js": "^6.6.2",
  38. "highlight.js": "^11.6.0",
  39. "imagesloaded": "^5.0.0",
  40. "ityped": "^1.0.3",
  41. "katex": "^0.16.11",
  42. "mark.js": "^8.11.1",
  43. "mermaid": "^9.2.1",
  44. "plyr": "^3.7.2",
  45. "popper.js": "^1.16.1",
  46. "include-media": "^1.4.10",
  47. "feather-icons": "^4.29.1"
  48. }
  49. }