-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
{
"name": "astro-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"new": "node create-post.mjs"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.2",
"@astrojs/preact": "^3.5.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/fira-code": "^5.0.16",
"@fontsource-variable/inter": "^5.0.16",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@nextui-org/react": "^2.2.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"astro": "^4.11.5",
"astro-spa": "^1.3.9",
"date-fns": "^3.0.6",
"framer-motion": "^10.16.16",
"fuse.js": "^7.0.0",
"lucide-astro": "^0.300.0",
"lucide-preact": "^0.334.0",
"preact": "^10.19.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.12.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"yaml": "^2.3.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-astro-organize-imports": "^0.3.3",
"prettier-plugin-tailwindcss": "^0.5.10",
"tsx": "^4.7.0"
}
}