package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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.17",
  26. "@mdx-js/loader": "^2.3.0",
  27. "@mdx-js/react": "2.3.0",
  28. "@next/env": "^13.4.19",
  29. "@next/mdx": "^13.4.19",
  30. "@sindresorhus/slugify": "^2.2.1",
  31. "@svgr/webpack": "^8.1.0",
  32. "@tabler/icons": "^2.33.0",
  33. "@tabler/icons-png": "^2.33.0",
  34. "@tabler/icons-webfont": "^2.33.0",
  35. "@types/debug": "^4.1.8",
  36. "@types/eslint": "^8.44.2",
  37. "@types/eslint-scope": "^3.7.4",
  38. "@types/estree-jsx": "^1.0.0",
  39. "@types/extend": "^3.0.1",
  40. "@types/node": "^20.5.9",
  41. "@types/react": "18.2.21",
  42. "@types/react-dom": "18.2.7",
  43. "@vercel/analytics": "^1.0.2",
  44. "@vercel/og": "^0.5.13",
  45. "acorn": "^8.10.0",
  46. "acorn-jsx": "^5.3.2",
  47. "aos": "^2.3.4",
  48. "autoprefixer": "^10.4.15",
  49. "clsx": "^2.0.0",
  50. "concurrently": "^8.2.1",
  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.19",
  56. "file-loader": "^6.2.0",
  57. "front-matter": "^4.0.2",
  58. "fs-extra": "^11.1.1",
  59. "fuse.js": "^6.6.2",
  60. "hast-util-raw": "^9.0.1",
  61. "hast-util-to-html": "^9.0.0",
  62. "html-loader": "^4.2.0",
  63. "image-size": "^1.0.2",
  64. "js-beautify": "^1.14.9",
  65. "markdown-wasm": "^1.2.0",
  66. "mdast-util-frontmatter": "^2.0.0",
  67. "mdast-util-gfm-table": "^2.0.0",
  68. "mdast-util-mdx-jsx": "^3.0.0",
  69. "mdast-util-mdxjs-esm": "^2.0.1",
  70. "mdast-util-to-markdown": "^2.1.0",
  71. "mdast-util-to-string": "^4.0.0",
  72. "mdast-util-toc": "^7.0.0",
  73. "mdx": "^0.3.1",
  74. "mdx-annotations": "^0.1.3",
  75. "minimatch": "^9.0.3",
  76. "modern-async": "^1.1.3",
  77. "next": "^13.4.19",
  78. "next-auth": "^4.23.1",
  79. "next-contentlayer": "^0.3.4",
  80. "next-mdx-remote": "^4.4.1",
  81. "next-sitemap": "^4.2.3",
  82. "nextjs-toploader": "^1.4.2",
  83. "opentype.js": "^1.3.4",
  84. "postcss": "^8.4.29",
  85. "prettier": "3.0.3",
  86. "prismjs": "^1.29.0",
  87. "react": "^18.2.0",
  88. "react-children-utilities": "^2.9.0",
  89. "react-dom": "18.2.0",
  90. "react-syntax-highlighter": "^15.5.0",
  91. "rehype-autolink-headings": "^7.0.0",
  92. "rehype-external-links": "^3.0.0",
  93. "rehype-mdx-title": "^2.0.0",
  94. "rehype-rewrite": "^3.0.6",
  95. "rehype-slug": "^6.0.0",
  96. "rehype-stringify": "^10.0.0",
  97. "remark": "^14.0.3",
  98. "remark-directive": "^2.0.1",
  99. "remark-frontmatter": "^4.0.1",
  100. "remark-gfm": "^3.0.1",
  101. "remark-github": "^11.2.4",
  102. "remark-html": "^15.0.2",
  103. "remark-math": "^5.1.1",
  104. "remark-mdx": "^2.3.0",
  105. "remark-mdx-code-meta": "^2.0.0",
  106. "remark-mdx-frontmatter": "^3.0.0",
  107. "remark-parse-frontmatter": "^1.0.3",
  108. "remark-smartypants": "^2.0.0",
  109. "remark-toc": "^8.0.1",
  110. "remark-unwrap-images": "^3.0.1",
  111. "sass": "^1.66.1",
  112. "tinytime": "^0.2.6",
  113. "typescript": "5.2.2",
  114. "unist-util-visit": "^5.0.0",
  115. "webpack": "^5.88.2",
  116. "yaml": "^2.3.2",
  117. "@tabler/react": "workspace:*"
  118. },
  119. "devDependencies": {
  120. "@t3-oss/env-nextjs": "^0.6.1",
  121. "zod": "^3.22.2"
  122. }
  123. }