package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. "browser": {
  16. "fs": false,
  17. "path": false,
  18. "os": false
  19. },
  20. "browserslist": [
  21. "> 1%"
  22. ],
  23. "dependencies": {
  24. "@glidejs/glide": "^3.6.0",
  25. "@headlessui/react": "^1.7.16",
  26. "@mdx-js/loader": "^2.3.0",
  27. "@mdx-js/react": "2.3.0",
  28. "@next/env": "^13.4.12",
  29. "@next/mdx": "^13.4.12",
  30. "@sindresorhus/slugify": "^2.2.1",
  31. "@svgr/webpack": "^8.0.1",
  32. "@tabler/icons": "^2.30.0",
  33. "@tabler/icons-png": "^2.30.0",
  34. "@tabler/icons-webfont": "^2.30.0",
  35. "@types/debug": "^4.1.8",
  36. "@types/eslint": "^8.44.1",
  37. "@types/eslint-scope": "^3.7.4",
  38. "@types/estree-jsx": "^1.0.0",
  39. "@types/extend": "^3.0.1",
  40. "@types/node": "^20.4.5",
  41. "@types/react": "18.2.17",
  42. "@types/react-dom": "18.2.7",
  43. "@vercel/analytics": "^1.0.1",
  44. "@vercel/og": "^0.5.9",
  45. "acorn": "^8.10.0",
  46. "acorn-jsx": "^5.3.2",
  47. "aos": "^2.3.4",
  48. "autoprefixer": "^10.4.14",
  49. "clsx": "^2.0.0",
  50. "concurrently": "^8.2.0",
  51. "contentlayer": "^0.3.4",
  52. "date-fns": "^2.30.0",
  53. "dlv": "^1.1.3",
  54. "eslint": "8.x",
  55. "eslint-config-next": "13.4.12",
  56. "file-loader": "^6.2.0",
  57. "front-matter": "^4.0.2",
  58. "fs-extra": "^11.1.1",
  59. "hast-util-raw": "^8.0.0",
  60. "hast-util-to-html": "^8.0.4",
  61. "html-loader": "^4.2.0",
  62. "image-size": "^1.0.2",
  63. "js-beautify": "^1.14.9",
  64. "markdown-wasm": "^1.2.0",
  65. "mdast-util-frontmatter": "^2.0.0",
  66. "mdast-util-gfm-table": "^2.0.0",
  67. "mdast-util-mdx-jsx": "^3.0.0",
  68. "mdast-util-mdxjs-esm": "^2.0.0",
  69. "mdast-util-to-markdown": "^2.1.0",
  70. "mdast-util-to-string": "^4.0.0",
  71. "mdast-util-toc": "^7.0.0",
  72. "mdx": "^0.3.1",
  73. "mdx-annotations": "^0.1.3",
  74. "minimatch": "^9.0.3",
  75. "modern-async": "^1.1.3",
  76. "next": "^13.4.12",
  77. "next-auth": "^4.22.3",
  78. "next-contentlayer": "^0.3.4",
  79. "next-mdx-remote": "^4.4.1",
  80. "next-sitemap": "^4.1.8",
  81. "nextjs-toploader": "^1.4.2",
  82. "opentype.js": "^1.3.4",
  83. "postcss": "^8.4.27",
  84. "prettier": "3.0.0",
  85. "prismjs": "^1.29.0",
  86. "react": "^18.2.0",
  87. "react-children-utilities": "^2.9.0",
  88. "react-dom": "18.2.0",
  89. "react-syntax-highlighter": "^15.5.0",
  90. "rehype-autolink-headings": "^6.1.1",
  91. "rehype-external-links": "^2.1.0",
  92. "rehype-mdx-title": "^2.0.0",
  93. "rehype-rewrite": "^3.0.6",
  94. "rehype-slug": "^5.1.0",
  95. "rehype-stringify": "^9.0.3",
  96. "remark": "^14.0.3",
  97. "remark-directive": "^2.0.1",
  98. "remark-frontmatter": "^4.0.1",
  99. "remark-gfm": "^3.0.1",
  100. "remark-github": "^11.2.4",
  101. "remark-html": "^15.0.2",
  102. "remark-math": "^5.1.1",
  103. "remark-mdx": "^2.3.0",
  104. "remark-mdx-code-meta": "^2.0.0",
  105. "remark-mdx-frontmatter": "^3.0.0",
  106. "remark-parse-frontmatter": "^1.0.3",
  107. "remark-smartypants": "^2.0.0",
  108. "remark-toc": "^8.0.1",
  109. "remark-unwrap-images": "^3.0.1",
  110. "sass": "^1.64.1",
  111. "tinytime": "^0.2.6",
  112. "typescript": "5.1.6",
  113. "unist-util-visit": "^5.0.0",
  114. "webpack": "^5.88.2",
  115. "yaml": "^2.3.1"
  116. },
  117. "devDependencies": {
  118. "@t3-oss/env-nextjs": "^0.6.0",
  119. "zod": "^3.21.4"
  120. }
  121. }