|
1 | 1 | { |
2 | | - "name": "fuwari", |
3 | | - "type": "module", |
4 | | - "version": "0.0.1", |
5 | | - "scripts": { |
6 | | - "dev": "astro dev", |
7 | | - "start": "astro dev", |
8 | | - "check": "astro check", |
9 | | - "build": "astro build && pagefind --site dist", |
10 | | - "preview": "astro preview", |
11 | | - "astro": "astro", |
12 | | - "type-check": "tsc --noEmit --isolatedDeclarations", |
13 | | - "new-post": "node scripts/new-post.js", |
14 | | - "format": "biome format --write ./src", |
15 | | - "lint": "biome check --write ./src", |
16 | | - "preinstall": "npx only-allow pnpm" |
17 | | - }, |
18 | | - "dependencies": { |
19 | | - "@astrojs/check": "^0.9.4", |
20 | | - "@astrojs/rss": "^4.0.12", |
21 | | - "@astrojs/sitemap": "^3.4.1", |
22 | | - "@astrojs/svelte": "7.1.0", |
23 | | - "@astrojs/tailwind": "^6.0.2", |
24 | | - "@astrojs/vercel": "^8.2.1", |
25 | | - "@expressive-code/core": "^0.41.2", |
26 | | - "@expressive-code/plugin-collapsible-sections": "^0.41.2", |
27 | | - "@expressive-code/plugin-line-numbers": "^0.41.2", |
28 | | - "@fontsource-variable/jetbrains-mono": "^5.2.6", |
29 | | - "@fontsource/roboto": "^5.2.6", |
30 | | - "@iconify-json/fa6-brands": "^1.2.5", |
31 | | - "@iconify-json/fa6-regular": "^1.2.3", |
32 | | - "@iconify-json/fa6-solid": "^1.2.3", |
33 | | - "@iconify-json/ic": "^1.2.2", |
34 | | - "@iconify-json/material-symbols": "^1.2.28", |
35 | | - "@iconify/svelte": "^4.2.0", |
36 | | - "@swup/astro": "^1.6.0", |
37 | | - "@tailwindcss/typography": "^0.5.16", |
38 | | - "astro": "5.12.3", |
39 | | - "astro-expressive-code": "^0.41.2", |
40 | | - "astro-icon": "^1.1.5", |
41 | | - "hastscript": "^9.0.1", |
42 | | - "katex": "^0.16.22", |
43 | | - "markdown-it": "^14.1.0", |
44 | | - "mdast-util-to-string": "^4.0.0", |
45 | | - "overlayscrollbars": "^2.11.4", |
46 | | - "pagefind": "^1.3.0", |
47 | | - "photoswipe": "^5.4.4", |
48 | | - "reading-time": "^1.5.0", |
49 | | - "rehype-autolink-headings": "^7.1.0", |
50 | | - "rehype-components": "^0.3.0", |
51 | | - "rehype-katex": "^7.0.1", |
52 | | - "rehype-slug": "^6.0.0", |
53 | | - "remark-directive": "^3.0.1", |
54 | | - "remark-directive-rehype": "^0.4.2", |
55 | | - "remark-github-admonitions-to-directives": "^1.0.5", |
56 | | - "remark-math": "^6.0.0", |
57 | | - "remark-sectionize": "^2.1.0", |
58 | | - "sanitize-html": "^2.17.0", |
59 | | - "sharp": "^0.34.2", |
60 | | - "stylus": "github:stylus/stylus", |
61 | | - "svelte": "^5.34.8", |
62 | | - "tailwindcss": "^3.4.17", |
63 | | - "typescript": "^5.8.3", |
64 | | - "unist-util-visit": "^5.0.0" |
65 | | - }, |
66 | | - "devDependencies": { |
67 | | - "@astrojs/ts-plugin": "^1.10.4", |
68 | | - "@biomejs/biome": "2.1.2", |
69 | | - "@rollup/plugin-yaml": "^4.1.2", |
70 | | - "@types/hast": "^3.0.4", |
71 | | - "@types/markdown-it": "^14.1.2", |
72 | | - "@types/mdast": "^4.0.4", |
73 | | - "@types/sanitize-html": "^2.16.0", |
74 | | - "postcss-import": "^16.1.1", |
75 | | - "postcss-nesting": "^13.0.2" |
76 | | - }, |
77 | | - "packageManager": "pnpm@9.14.4" |
| 2 | + "name": "fuwari", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.1", |
| 5 | + "scripts": { |
| 6 | + "dev": "astro dev", |
| 7 | + "start": "astro dev", |
| 8 | + "check": "astro check", |
| 9 | + "build": "astro build && pagefind --site dist", |
| 10 | + "preview": "astro preview", |
| 11 | + "astro": "astro", |
| 12 | + "type-check": "tsc --noEmit --isolatedDeclarations", |
| 13 | + "new-post": "node scripts/new-post.js", |
| 14 | + "format": "biome format --write ./src", |
| 15 | + "lint": "biome check --write ./src", |
| 16 | + "preinstall": "npx only-allow pnpm" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "@astrojs/check": "^0.9.4", |
| 20 | + "@astrojs/rss": "^4.0.12", |
| 21 | + "@astrojs/sitemap": "^3.4.1", |
| 22 | + "@astrojs/svelte": "7.1.0", |
| 23 | + "@astrojs/tailwind": "^6.0.2", |
| 24 | + "@astrojs/vercel": "^8.2.1", |
| 25 | + "@expressive-code/core": "^0.41.2", |
| 26 | + "@expressive-code/plugin-collapsible-sections": "^0.41.2", |
| 27 | + "@expressive-code/plugin-line-numbers": "^0.41.2", |
| 28 | + "@fontsource-variable/jetbrains-mono": "^5.2.6", |
| 29 | + "@fontsource/roboto": "^5.2.6", |
| 30 | + "@iconify-json/fa6-brands": "^1.2.5", |
| 31 | + "@iconify-json/fa6-regular": "^1.2.3", |
| 32 | + "@iconify-json/fa6-solid": "^1.2.3", |
| 33 | + "@iconify-json/ic": "^1.2.2", |
| 34 | + "@iconify-json/material-symbols": "^1.2.28", |
| 35 | + "@iconify/svelte": "^4.2.0", |
| 36 | + "@swup/astro": "^1.6.0", |
| 37 | + "@tailwindcss/typography": "^0.5.16", |
| 38 | + "astro": "5.12.3", |
| 39 | + "astro-expressive-code": "^0.41.2", |
| 40 | + "astro-icon": "^1.1.5", |
| 41 | + "hastscript": "^9.0.1", |
| 42 | + "katex": "^0.16.22", |
| 43 | + "markdown-it": "^14.1.0", |
| 44 | + "mdast-util-to-string": "^4.0.0", |
| 45 | + "overlayscrollbars": "^2.11.4", |
| 46 | + "pagefind": "^1.3.0", |
| 47 | + "photoswipe": "^5.4.4", |
| 48 | + "reading-time": "^1.5.0", |
| 49 | + "rehype-autolink-headings": "^7.1.0", |
| 50 | + "rehype-components": "^0.3.0", |
| 51 | + "rehype-katex": "^7.0.1", |
| 52 | + "rehype-slug": "^6.0.0", |
| 53 | + "remark-directive": "^3.0.1", |
| 54 | + "remark-directive-rehype": "^0.4.2", |
| 55 | + "remark-github-admonitions-to-directives": "^1.0.5", |
| 56 | + "remark-math": "^6.0.0", |
| 57 | + "remark-sectionize": "^2.1.0", |
| 58 | + "sanitize-html": "^2.17.0", |
| 59 | + "sharp": "^0.34.2", |
| 60 | + "stylus": "^0.64.0", |
| 61 | + "svelte": "^5.34.8", |
| 62 | + "tailwindcss": "^3.4.17", |
| 63 | + "typescript": "^5.8.3", |
| 64 | + "unist-util-visit": "^5.0.0" |
| 65 | + }, |
| 66 | + "devDependencies": { |
| 67 | + "@astrojs/ts-plugin": "^1.10.4", |
| 68 | + "@biomejs/biome": "2.1.2", |
| 69 | + "@rollup/plugin-yaml": "^4.1.2", |
| 70 | + "@types/hast": "^3.0.4", |
| 71 | + "@types/markdown-it": "^14.1.2", |
| 72 | + "@types/mdast": "^4.0.4", |
| 73 | + "@types/sanitize-html": "^2.16.0", |
| 74 | + "postcss-import": "^16.1.1", |
| 75 | + "postcss-nesting": "^13.0.2" |
| 76 | + }, |
| 77 | + "overrides": { |
| 78 | + "postcss-styl>stylus": "https://github.com/stylus/stylus/archive/refs/tags/0.64.0.tar.gz" |
| 79 | + }, |
| 80 | + "packageManager": "pnpm@9.14.4" |
78 | 81 | } |
0 commit comments