package.json 677 B

123456789101112131415161718192021222324
  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. "autoprefixer": "postcss static/css/*/*.css --use autoprefixer -r --no-map"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/hugo-toha/toha.git"
  12. },
  13. "author": "Emruz Hossain",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/hugo-toha/toha/issues"
  17. },
  18. "homepage": "https://github.com/hugo-toha/toha#readme",
  19. "devDependencies": {
  20. "autoprefixer": "^10.4.12",
  21. "postcss": "^8.4.17",
  22. "postcss-cli": "^8.3.1"
  23. }
  24. }