package.json 1.1 KB

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