|
10 | 10 | "format": "pnpm format:check --write",
|
11 | 11 | "format:check": "prettier --cache --check \"**/*.{js,jsx,ts,tsx,cjs,mjs,json,yml,yaml,md}\"",
|
12 | 12 | "lint": "eslint --ignore-path .gitignore .",
|
13 |
| - "postbuild": "next-sitemap --config next-sitemap.config.cjs", |
| 13 | + "postbuild": "next-sitemap", |
14 | 14 | "start": "next start",
|
15 | 15 | "test": "echo \"no tests\" && exit 1"
|
16 | 16 | },
|
|
20 | 20 | "@heroicons/react": "^2.0.18",
|
21 | 21 | "@radix-ui/react-icons": "^1.3.0",
|
22 | 22 | "@radix-ui/react-radio-group": "^1.1.3",
|
23 |
| - "@svgr/webpack": "^8.0.1", |
24 | 23 | "@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
25 | 24 | "@tailwindcss/typography": "^0.5.10",
|
26 | 25 | "autoprefixer": "^10.4.17",
|
|
31 | 30 | "fast-glob": "^3.3.2",
|
32 | 31 | "graphql": "16.8.1",
|
33 | 32 | "gray-matter": "^4.0.3",
|
| 33 | + "hast-util-to-string": "3.0.0", |
34 | 34 | "iframe-resizer-react": "^1.1.0",
|
35 | 35 | "leaflet": "^1.9.4",
|
36 | 36 | "markdown-to-jsx": "^7.4.0",
|
|
46 | 46 | "p-limit": "^4.0.0",
|
47 | 47 | "parser-front-matter": "1.6.4",
|
48 | 48 | "postcss": "^8.4.33",
|
49 |
| - "prettier-plugin-pkg": "^0.18.1", |
50 | 49 | "react": "^18.2.0",
|
51 | 50 | "react-dom": "^18.2.0",
|
52 | 51 | "react-medium-image-zoom": "5.1.8",
|
| 52 | + "rss": "1.2.2", |
53 | 53 | "server-only": "0.0.1",
|
54 |
| - "server-only-context": "^0.1.0", |
55 | 54 | "string-similarity": "^4.0.4",
|
56 | 55 | "string-strip-html": "^13.4.5",
|
57 | 56 | "tailwindcss": "^3.4.1",
|
58 | 57 | "timeago.js": "4.0.2",
|
59 |
| - "tsx": "^4.7.0", |
| 58 | + "unified": "11.0.4", |
60 | 59 | "unist-util-visit": "^5.0.0",
|
61 | 60 | "use-query-params": "^2.2.1"
|
62 | 61 | },
|
63 | 62 | "devDependencies": {
|
64 | 63 | "@graphql-eslint/eslint-plugin": "4.0.0-alpha.0",
|
| 64 | + "@svgr/webpack": "^8.0.1", |
65 | 65 | "@types/codemirror": "5.60.7",
|
| 66 | + "@types/hast": "3.0.4", |
66 | 67 | "@types/node": "^20.11.30",
|
67 | 68 | "@types/react": "^18.2.73",
|
| 69 | + "@types/rss": "0.0.32", |
68 | 70 | "@types/string-similarity": "^4.0.2",
|
69 | 71 | "@typescript-eslint/eslint-plugin": "7.4.0",
|
70 | 72 | "@typescript-eslint/parser": "7.4.0",
|
|
73 | 75 | "eslint-plugin-mdx": "^3.1.5",
|
74 | 76 | "eslint-plugin-tailwindcss": "3.15.1",
|
75 | 77 | "prettier": "3.2.5",
|
| 78 | + "prettier-plugin-pkg": "^0.18.1", |
76 | 79 | "remark-frontmatter": "5.0.0",
|
77 | 80 | "remark-lint-first-heading-level": "3.1.2",
|
78 | 81 | "remark-lint-heading-increment": "3.1.2",
|
| 82 | + "tsx": "^4.7.0", |
79 | 83 | "typescript": "^5.4.3"
|
80 | 84 | },
|
81 | 85 | "pnpm": {
|
|
0 commit comments