package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "polymc",
  3. "version": "6.0.0",
  4. "description": "Official PolyMC website",
  5. "scripts": {
  6. "build": "npx eleventy",
  7. "watch": "npx eleventy --watch",
  8. "serve": "npx eleventy --serve",
  9. "start": "npx eleventy --serve",
  10. "debug": "DEBUG=* npx eleventy"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/PolyMC/polymc.org.git"
  15. },
  16. "author": {
  17. "name": "Ezekiel Smith",
  18. "email": "ezekielsmith@protonmail.com",
  19. "url": "https://github.com/ZekeSmith"
  20. },
  21. "license": "AGPL-3.0",
  22. "bugs": {
  23. "url": "https://github.com/PolyMC/polymc.org/issues"
  24. },
  25. "homepage": "https://polymc.org/",
  26. "devDependencies": {
  27. "@11ty/eleventy": "^1.0.0",
  28. "@11ty/eleventy-img": "^1.1.0",
  29. "@11ty/eleventy-navigation": "^0.3.2",
  30. "@11ty/eleventy-plugin-rss": "^1.1.2",
  31. "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
  32. "@fontsource/inter": "^4.5.5",
  33. "@fortawesome/fontawesome-free": "^6.1.1",
  34. "clean-css": "^5.2.4",
  35. "luxon": "^2.3.0",
  36. "markdown-it": "^12.3.2",
  37. "markdown-it-anchor": "^8.4.1"
  38. },
  39. "dependencies": {
  40. "@11ty/eleventy-fetch": "^3.0.0"
  41. }
  42. }