-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "jakemc.dev",
"version": "1.0.0",
"author": "Jake McQuade (jakemc.dev)",
"license": "AGPL-3.0-only",
"type": "module",
"private": true,
"packageManager": "yarn@4.9.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "yarn run build && wrangler dev",
"deploy": "yarn run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.13.0",
"astro": "^5.5.6",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"lucide-react": "^1.6.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-day-picker": "9.14.0",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"rehype-pretty-code": "^0.14.3",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/cloudflare": "12",
"@astrojs/react": "^4.4.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.77.0"
}
}