-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
76 lines (76 loc) · 2.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "frosti",
"type": "module",
"version": "2.8.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^7.8.2",
"@notionhq/client": "^2.2.15",
"@playform/compress": "^0.0.13",
"@swup/astro": "^1.5.0",
"@swup/parallel-plugin": "^0.4.0",
"@swup/progress-plugin": "^3.2.0",
"@swup/scroll-plugin": "^3.3.2",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@vercel/analytics": "^1.4.1",
"astro": "^4.16.17",
"astro-i18next": "1.0.0-beta.21",
"astro-icon": "^1.1.4",
"astro-pagefind": "^1.6.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"hastscript": "^9.0.0",
"i18next": "^23.16.8",
"i18next-fs-backend": "^2.6.0",
"katex": "^0.16.11",
"marked": "^14.1.4",
"mdast-util-to-string": "^4.0.0",
"medium-zoom": "^1.1.0",
"pagefind": "^1.2.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-directive": "^3.0.0",
"remark-math": "^6.0.0",
"shiki": "^1.24.0",
"swup": "^4.8.1",
"typescript": "^5.7.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.9",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify/tailwind": "^1.2.0",
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"daisyui": "^4.12.14",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.82.0",
"tailwindcss": "^3.4.16"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.5"
}
}
}