-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "zero-to-nix",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write .",
"sync": "astro sync"
},
"dependencies": {
"@alpinejs/persist": "^3.14.9",
"@astrojs/alpinejs": "^0.4.4",
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^4.2.2",
"@astrojs/react": "^4.2.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/tailwind": "^5.1.5",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@iconify-json/fa": "^1.2.1",
"@iconify-json/fa-solid": "^1.2.1",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.2",
"@tailwindcss/typography": "^0.5.16",
"@types/alpinejs": "^3.13.11",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"alpinejs": "^3.14.9",
"astro": "^5.5.5",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"marked": "^12.0.2",
"posthog-js": "^1.232.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"remark-emoji": "^5.0.1",
"remark-heading-id": "^1.0.1",
"typescript": "^5.8.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/alpinejs__persist": "^3.13.4",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17"
}
}