-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
90 lines (90 loc) · 2.74 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
81
82
83
84
85
86
87
88
89
90
{
"name": "astro-mecure",
"type": "module",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"prod": "astro build && astro preview",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"create-post": "node scripts/create-post.js",
"create-component": "node scripts/create-component.js"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.3",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/ts-plugin": "^1.3.1",
"@code-hike/mdx": "^0.9.0",
"@docsearch/react": "^3.4.0",
"@fontsource-variable/fira-code": "^5.0.2",
"@fontsource-variable/inter": "^5.0.2",
"@giscus/react": "^2.2.6",
"@iconify-json/mingcute": "^1.1.6",
"@iconify-json/tabler": "^1.1.78",
"@iconify/react": "^4.1.0",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-spring/web": "^9.6.1",
"@tailwindcss/typography": "^0.5.10",
"@waline/client": "^3.0.0-alpha.10",
"astro": "^4.15.8",
"astro-icon": "^1.1.0",
"autoprefixer": "^10.4.13",
"change-case": "^4.1.2",
"collapse-white-space": "^2.1.0",
"date-fns": "^2.29.3",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"hast-util-excerpt": "^2.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-reading-time": "^2.0.0",
"hast-util-to-text": "^4.0.0",
"hast-util-truncate": "^2.0.0",
"jotai": "^2.3.1",
"mdast-util-to-string": "^4.0.0",
"mermaid": "^10.2.2",
"micromark-util-character": "^2.0.1",
"micromark-util-symbol": "^2.0.0",
"postcss-easing-gradients": "^3.0.1",
"postcss-import": "^15.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-use": "^17.4.0",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-gemoji": "^8.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"tailwind-clip-path": "^1.0.0",
"tailwind-merge": "^2.1.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.2",
"thumbhash": "^0.1.1",
"typescript": "^5.2.2",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^0.18.1",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"rollup-plugin-visualizer": "^5.9.0"
}
}