-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "kristianfreeman-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "rm -rf dist && astro check",
"playwright:install": "sudo npx playwright install-deps && sudo npx playwright install",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"deploy": "npm run build && npx wrangler@latest deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@cloudflare/stream-react": "^1.9.1",
"@expressive-code/plugin-collapsible-sections": "^0.37.1",
"@icons-pack/react-simple-icons": "^10.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.6",
"astro-cloudflare-redirects": "^0.0.2",
"astro-embed": "^0.7.4",
"astro-expressive-code": "^0.37.1",
"astro-tweet": "^0.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"inflection": "^3.0.0",
"littlefoot": "^4.1.2",
"lucide-react": "^0.453.0",
"playwright": "^1.48.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unist-util-visit": "^5.0.0",
"vite-plugin-cloudflare-redirect": "^0.1.2"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@shikijs/transformers": "^1.22.0",
"@tailwindcss/typography": "^0.5.15",
"husky": "^9.1.6"
}
}