-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
80 lines (80 loc) · 2.21 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
77
78
79
80
{
"name": "frosti",
"type": "module",
"version": "2.9.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@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.18",
"@types/react-dom": "^18.3.5",
"@vercel/analytics": "^1.4.1",
"astro": "^4.16.18",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.7.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"hastscript": "^9.0.0",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-fs-backend": "^2.6.0",
"i18next-http-backend": "^3.0.1",
"katex": "^0.16.19",
"marked": "^14.1.4",
"mdast-util-to-string": "^4.0.0",
"medium-zoom": "^1.1.0",
"pagefind": "^1.3.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.1",
"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.26.1",
"swup": "^4.8.1",
"typescript": "^5.7.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/lucide": "^1.2.21",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify/tailwind": "^1.2.0",
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"astro-eslint-parser": "^1.1.0",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.5"
}
}
}