|
24 | 24 | "@astrojs/sitemap": "^3.2.1", |
25 | 25 | "@astrojs/svelte": "7.0.3", |
26 | 26 | "@astrojs/tailwind": "^5.1.4", |
| 27 | + "@astrojs/ts-plugin": "^1.10.4", |
| 28 | + "@astrolib/analytics": "^0.6.1", |
| 29 | + "@biomejs/biome": "1.8.3", |
27 | 30 | "@chlorinec-pkgs/notion-astro-loader": "*", |
| 31 | + "@commitlint/cli": "^19.8.0", |
| 32 | + "@commitlint/config-conventional": "^19.8.0", |
| 33 | + "@eslint/eslintrc": "^3.3.1", |
| 34 | + "@eslint/js": "^9.24.0", |
28 | 35 | "@fontsource-variable/jetbrains-mono": "^5.1.1", |
29 | 36 | "@fontsource/roboto": "^5.1.0", |
30 | 37 | "@iconify-json/fa6-brands": "^1.2.3", |
31 | 38 | "@iconify-json/fa6-regular": "^1.2.2", |
32 | 39 | "@iconify-json/fa6-solid": "^1.2.2", |
33 | 40 | "@iconify-json/material-symbols": "^1.2.8", |
34 | 41 | "@iconify/svelte": "^4.0.2", |
| 42 | + "@playwright/test": "^1.51.1", |
| 43 | + "@rollup/plugin-yaml": "^4.1.2", |
| 44 | + "@shikijs/rehype": "^3.2.2", |
35 | 45 | "@swup/astro": "^1.5.0", |
36 | 46 | "@tailwindcss/typography": "^0.5.15", |
| 47 | + "@types/markdown-it": "^14.1.2", |
| 48 | + "@types/mdast": "^4.0.4", |
| 49 | + "@types/node": "^22.14.1", |
| 50 | + "@types/sanitize-html": "^2.13.0", |
37 | 51 | "astro": "5.1.6", |
38 | 52 | "astro-compress": "^2.3.5", |
39 | 53 | "astro-icon": "^1.1.4", |
| 54 | + "eslint": "^9.24.0", |
| 55 | + "eslint-config-prettier": "^10.1.2", |
| 56 | + "eslint-import-resolver-typescript": "^4.3.2", |
| 57 | + "eslint-plugin-astro": "^1.3.1", |
| 58 | + "eslint-plugin-import": "^2.31.0", |
| 59 | + "eslint-plugin-prettier": "^5.2.6", |
| 60 | + "eslint-plugin-react": "^7.37.5", |
| 61 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 62 | + "eslint-plugin-svelte": "^3.5.1", |
| 63 | + "globals": "^16.0.0", |
40 | 64 | "hastscript": "^9.0.0", |
| 65 | + "husky": "^9.1.7", |
41 | 66 | "katex": "^0.16.19", |
| 67 | + "lint-staged": "^15.5.1", |
42 | 68 | "markdown-it": "^14.1.0", |
43 | 69 | "mdast-util-to-string": "^4.0.0", |
44 | 70 | "overlayscrollbars": "^2.10.1", |
45 | 71 | "pagefind": "^1.2.0", |
46 | 72 | "photoswipe": "^5.4.4", |
| 73 | + "postcss-import": "^16.1.0", |
| 74 | + "postcss-nesting": "^13.0.1", |
| 75 | + "prettier-plugin-astro": "^0.14.1", |
| 76 | + "prettier-plugin-tailwindcss": "^0.6.11", |
47 | 77 | "reading-time": "^1.5.0", |
48 | 78 | "rehype-autolink-headings": "^7.1.0", |
49 | 79 | "rehype-components": "^0.3.0", |
|
60 | 90 | "svelte": "^5.5.3", |
61 | 91 | "tailwindcss": "^3.4.16", |
62 | 92 | "typescript": "^5.7.2", |
63 | | - "unist-util-visit": "^5.0.0", |
64 | | - "unpic": "^3.22.0" |
65 | | - }, |
66 | | - "devDependencies": { |
67 | | - "@astrojs/ts-plugin": "^1.10.4", |
68 | | - "@astrolib/analytics": "^0.6.1", |
69 | | - "@biomejs/biome": "1.8.3", |
70 | | - "@commitlint/cli": "^19.8.0", |
71 | | - "@commitlint/config-conventional": "^19.8.0", |
72 | | - "@eslint/eslintrc": "^3.3.1", |
73 | | - "@eslint/js": "^9.24.0", |
74 | | - "@playwright/test": "^1.51.1", |
75 | | - "@rollup/plugin-yaml": "^4.1.2", |
76 | | - "@shikijs/rehype": "^3.2.2", |
77 | | - "@types/markdown-it": "^14.1.2", |
78 | | - "@types/mdast": "^4.0.4", |
79 | | - "@types/node": "^22.14.1", |
80 | | - "@types/sanitize-html": "^2.13.0", |
81 | | - "eslint": "^9.24.0", |
82 | | - "eslint-config-prettier": "^10.1.2", |
83 | | - "eslint-import-resolver-typescript": "^4.3.2", |
84 | | - "eslint-plugin-astro": "^1.3.1", |
85 | | - "eslint-plugin-import": "^2.31.0", |
86 | | - "eslint-plugin-prettier": "^5.2.6", |
87 | | - "eslint-plugin-react": "^7.37.5", |
88 | | - "eslint-plugin-react-hooks": "^5.2.0", |
89 | | - "eslint-plugin-svelte": "^3.5.1", |
90 | | - "globals": "^16.0.0", |
91 | | - "husky": "^9.1.7", |
92 | | - "lint-staged": "^15.5.1", |
93 | | - "postcss-import": "^16.1.0", |
94 | | - "postcss-nesting": "^13.0.1", |
95 | | - "prettier-plugin-astro": "^0.14.1", |
96 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
97 | | - "typescript": "5.7.3", |
98 | 93 | "typescript-eslint": "^8.30.1", |
| 94 | + "unist-util-visit": "^5.0.0", |
| 95 | + "unpic": "^3.22.0", |
99 | 96 | "wrangler": "*" |
100 | 97 | }, |
101 | 98 | "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321" |
|
0 commit comments