-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.86 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.86 KB
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
{
"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.15.8",
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^4.3.14",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@iconify-json/fa": "^1.2.2",
"@iconify-json/fa-solid": "^1.2.2",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/radix-icons": "^1.2.6",
"@netlify/edge-functions": "^3.0.6",
"@tailwindcss/typography": "^0.5.19",
"@types/alpinejs": "^3.13.11",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"alpinejs": "^3.15.8",
"astro": "^5.18.1",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"handlebars": "^4.7.9",
"marked": "^12.0.2",
"posthog-js": "^1.368.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-external-links": "^3.0.0",
"remark-emoji": "^5.0.2",
"remark-heading-id": "^1.0.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.79",
"@rollup/plugin-typescript": "^12.3.0",
"@rollup/pluginutils": "^5.3.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/alpinejs__persist": "^3.13.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"rollup": "^4.60.1",
"tailwindcss": "^3.4.19"
},
"overrides": {
"yaml": ">=2.8.3"
}
}