package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "website",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gatsby-browser.js",
  6. "keywords": [],
  7. "author": "",
  8. "license": "BSD-3-Clause",
  9. "scripts": {
  10. "start": "gatsby develop --port $npm_package_config_ports_gatsby",
  11. "build": "gatsby build",
  12. "serve": "gatsby serve --port $npm_package_config_ports_gatsby"
  13. },
  14. "dependencies": {
  15. "@mdx-js/mdx": "^2.1.5",
  16. "@mdx-js/react": "^2.1.5",
  17. "babel-preset-gatsby": "^2.24.0",
  18. "classnames": "^2.3.2",
  19. "gatsby-plugin-google-analytics": "^4.24.0",
  20. "react": "^18.2.0",
  21. "react-dom": "^18.2.0",
  22. "react-helmet": "^6.1.0",
  23. "slugify": "^1.6.5"
  24. },
  25. "devDependencies": {
  26. "gatsby": "4.24.5",
  27. "gatsby-plugin-feed": "4.24.0",
  28. "gatsby-plugin-mdx": "4.3.0",
  29. "gatsby-plugin-react-svg": "3.1.0",
  30. "gatsby-plugin-sass": "5.24.0",
  31. "gatsby-remark-find-replace": "0.3.0",
  32. "gatsby-remark-prismjs": "6.24.0",
  33. "gatsby-source-filesystem": "4.24.0",
  34. "http-proxy": "^1.18.1",
  35. "prism-react-renderer": "^1.3.5",
  36. "prismjs": "^1.29.0",
  37. "sass": "^1.55.0"
  38. }
  39. }