package.json 985 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "discordphp-docs",
  3. "description": "Documentation site for DiscordPHP",
  4. "license": "MIT",
  5. "scripts": {
  6. "develop": "gatsby develop",
  7. "start": "npm run develop",
  8. "build": "gatsby build",
  9. "serve": "gatsby serve"
  10. },
  11. "devDependencies": {
  12. "@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
  13. "gatsby": "^2.19.12",
  14. "gatsby-plugin-react-helmet": "^3.0.12",
  15. "gatsby-plugin-typography": "^2.2.6",
  16. "gatsby-remark-prismjs": "^3.2.6",
  17. "gatsby-source-filesystem": "^2.0.28",
  18. "gatsby-source-git": "^1.0.2",
  19. "gatsby-transformer-remark": "^2.3.8",
  20. "html-react-parser": "^0.10.1",
  21. "lodash": "^4.17.15",
  22. "marked": "^4.0.10",
  23. "prismjs": "^1.16.0",
  24. "react": "^16.8.6",
  25. "react-debounce-render": "^6.0.0",
  26. "react-dom": "^16.8.6",
  27. "react-helmet": "^5.2.0",
  28. "react-typography": "^0.16.18",
  29. "title-case": "^3.0.2",
  30. "typography": "^0.16.18",
  31. "typography-theme-github": "^0.16.19"
  32. }
  33. }