-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "yagiz-co",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.10.0"
},
"scripts": {
"dev": "wrangler types && astro dev --port 3000",
"build": "wrangler types && astro check && astro build",
"preview": "wrangler types && astro preview",
"astro": "astro",
"lint": "biome check .",
"lint-fix": "biome check . --write",
"cli": "node --no-warnings ./cli.mjs",
"check": "linkspector check",
"presentation": "marp --allow-local-files -s ./presentations"
},
"dependencies": {
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.1",
"@clack/prompts": "^0.7.0",
"@fontsource-variable/mulish": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.16.1",
"astro-seo": "^0.8.4",
"date-fns": "^4.1.0",
"handlebars": "^4.7.8",
"lucide-astro": "^0.454.0",
"mjml": "^4.15.3",
"motion": "^10.18.0",
"node-mailjet": "^6.0.6",
"open": "^10.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"satori": "^0.11.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14",
"wrangler": "^3.80.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.3",
"@marp-team/marp-cli": "^3.4.0",
"@umbrelladocs/linkspector": "^0.3.13",
"to-vfile": "^8.0.0",
"typescript": "^5.6.3",
"vfile-matter": "^5.0.0"
},
"packageManager": "[email protected]"
}