-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "v3frankie.me",
"type": "module",
"description": "My personal website.",
"repository": {
"type": "git",
"url": "https://github.com/frankievalentine/v3frankie.me"
},
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview",
"cfpreview": "wrangler pages dev ./dist",
"predev": "pagefind --site dist --output-path ./public/pagefind",
"build": "astro telemetry disable && astro check && astro build",
"production": "node ./dist/server/entry.mjs",
"postbuild": "pagefind --site dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.2.1",
"@astrojs/markdoc": "^0.12.9",
"@astrojs/mdx": "^4.0.8",
"@astrojs/node": "^9.1.0",
"@astrojs/partytown": "^2.1.3",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@keystatic/astro": "^5.0.5",
"@keystatic/core": "^0.5.45",
"astro": "^5.3.0",
"astro-expressive-code": "^0.40.2",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.39.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"simple-stack-form": "^0.1.12",
"tailwind-merge": "^3.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@iconify-json/line-md": "^1.2.5",
"@pagefind/default-ui": "^1.3.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.7",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"better-sqlite3": "^11.8.1",
"drizzle-kit": "^0.30.4",
"pagefind": "^1.3.0",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.0.7",
"typescript": "^5.7.3",
"wrangler": "^3.109.2"
},
"packageManager": "[email protected]",
"pnpm": {
"ignoredBuiltDependencies": [
"workerd"
]
}
}