package.json 994 B

123456789101112131415161718192021222324252627282930313233
  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.13",
  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.20",
  31. "postcss-cli": "^8.3.1"
  32. }
  33. }