package.json 3.9 KB

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