-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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.6",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^4.0.0",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@expressive-code/plugin-line-numbers": "^0.35.6",
"@iconify-json/fa": "^1.2.0",
"@iconify-json/fa-solid": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/radix-icons": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"@types/alpinejs": "^3.13.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"alpinejs": "^3.14.6",
"astro": "^5.0.1",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4",
"marked": "^12.0.2",
"posthog-js": "^1.95.1",
"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.7.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/alpinejs__persist": "^3.13.4",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16"
}
}