package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "private": true,
  3. "sourceType": "module",
  4. "scripts": {
  5. "dev": "concurrently \"contentlayer dev\" \"next dev --port 3010\"",
  6. "build": "contentlayer build && next build",
  7. "start": "next start",
  8. "lint": "next lint",
  9. "icons": "ncu -u @tabler/icons && pnpm install && pnpm run import-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push",
  10. "import-icons": "node ./build/import-icons.js",
  11. "reformat-codeblocks": "node ./build/reformat-codeblocks.js",
  12. "images": "./build/webp.sh",
  13. "svgo": "svgo public/img/**/*.svg --pretty --indent=4"
  14. },
  15. "browserslist": [
  16. "> 1%"
  17. ],
  18. "dependencies": {
  19. "@glidejs/glide": "^3.6.0",
  20. "@headlessui/react": "^1.7.15",
  21. "@mdx-js/loader": "^2.3.0",
  22. "@mdx-js/react": "2.3.0",
  23. "@next/env": "^13.4.10",
  24. "@next/mdx": "^13.4.10",
  25. "@sindresorhus/slugify": "^2.2.1",
  26. "@svgr/webpack": "^8.0.1",
  27. "@tabler/icons": "^2.25.0",
  28. "@tabler/icons-png": "^2.25.0",
  29. "@tabler/icons-webfont": "^2.25.0",
  30. "@types/node": "^20.4.2",
  31. "@types/react": "18.2.15",
  32. "@types/react-dom": "18.2.7",
  33. "@vercel/analytics": "^1.0.1",
  34. "@vercel/og": "^0.5.8",
  35. "acorn": "^8.10.0",
  36. "acorn-jsx": "^5.3.2",
  37. "aos": "^2.3.4",
  38. "autoprefixer": "^10.4.14",
  39. "clsx": "^1.2.1",
  40. "concurrently": "^8.2.0",
  41. "contentlayer": "^0.3.4",
  42. "date-fns": "^2.30.0",
  43. "dlv": "^1.1.3",
  44. "eslint": "8.x",
  45. "eslint-config-next": "13.4.10",
  46. "favicons": "^7.1.3",
  47. "feed": "^4.2.2",
  48. "file-loader": "^6.2.0",
  49. "front-matter": "^4.0.2",
  50. "fs-extra": "^11.1.1",
  51. "gray-matter": "^4.0.3",
  52. "hast-util-raw": "^8.0.0",
  53. "hast-util-to-html": "^8.0.4",
  54. "html-loader": "^4.2.0",
  55. "image-size": "^1.0.2",
  56. "js-beautify": "^1.14.8",
  57. "markdown-wasm": "^1.2.0",
  58. "mdast-util-frontmatter": "^2.0.0",
  59. "mdast-util-gfm-table": "^2.0.0",
  60. "mdast-util-mdx-jsx": "^3.0.0",
  61. "mdast-util-mdxjs-esm": "^2.0.0",
  62. "mdast-util-to-markdown": "^2.0.0",
  63. "mdx": "^0.3.1",
  64. "mdx-annotations": "^0.1.3",
  65. "minimatch": "^9.0.3",
  66. "modern-async": "^1.1.3",
  67. "next": "^13.4.10",
  68. "next-auth": "^4.22.1",
  69. "next-contentlayer": "^0.3.4",
  70. "next-mdx-remote": "^4.4.1",
  71. "next-sitemap": "^4.1.8",
  72. "nextjs-toploader": "^1.4.2",
  73. "opentype.js": "^1.3.4",
  74. "postcss": "^8.4.26",
  75. "prettier": "3.0.0",
  76. "prismjs": "^1.29.0",
  77. "react": "^18.2.0",
  78. "react-children-utilities": "^2.9.0",
  79. "react-dom": "18.2.0",
  80. "react-hook-form": "^7.45.1",
  81. "react-infinite-scroll-component": "^6.1.0",
  82. "react-syntax-highlighter": "^15.5.0",
  83. "rehype-autolink-headings": "^6.1.1",
  84. "rehype-external-links": "^2.1.0",
  85. "rehype-mdx-title": "^2.0.0",
  86. "rehype-rewrite": "^3.0.6",
  87. "rehype-slug": "^5.1.0",
  88. "rehype-stringify": "^9.0.3",
  89. "remark": "^14.0.3",
  90. "remark-directive": "^2.0.1",
  91. "remark-frontmatter": "^4.0.1",
  92. "remark-gfm": "^3.0.1",
  93. "remark-github": "^11.2.4",
  94. "remark-html": "^15.0.2",
  95. "remark-math": "^5.1.1",
  96. "remark-mdx": "^2.3.0",
  97. "remark-mdx-code-meta": "^2.0.0",
  98. "remark-mdx-frontmatter": "^3.0.0",
  99. "remark-parse-frontmatter": "^1.0.3",
  100. "remark-smartypants": "^2.0.0",
  101. "remark-toc": "^8.0.1",
  102. "remark-unwrap-images": "^3.0.1",
  103. "sass": "^1.63.6",
  104. "tinytime": "^0.2.6",
  105. "typescript": "5.1.6",
  106. "unist-util-visit": "^5.0.0",
  107. "webpack": "^5.88.1",
  108. "yaml": "^2.3.1",
  109. "@types/debug": "^4.1.8",
  110. "@types/eslint": "^8.44.0",
  111. "@types/eslint-scope": "^3.7.4",
  112. "@types/estree-jsx": "^1.0.0",
  113. "@types/extend": "^3.0.1",
  114. "mdast-util-to-string": "^4.0.0"
  115. }
  116. }