-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (48 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
{
"name": "myolog",
"type": "module",
"version": "0.0.1",
"author": "N_Joy_Shadow",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"deploy": "astro build && pagefind --site \"dist\" && wrangler pages deploy",
"cf-typegen": "wrangler types",
"pagefind": "pagefind --site \"dist\""
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@microflash/remark-callout-directives": "^4.3.3",
"@myolog/components": "^0.0.1",
"@myolog/layouts": "^0.0.1",
"@myolog/libs": "^0.0.1",
"@myolog/markdown": "^0.0.1",
"@tailwindcss/vite": "^4.1.15",
"astro-icon": "^1.1.5",
"astro-minify-html-swc": "^0.1.5",
"astro-page-insight": "^0.10.1",
"astro-pagefind": "^1.8.5",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"mermaid": "^11.4.1",
"motion": "^12.23.24",
"playwright": "^1.52.0",
"rehype-mermaid": "^3.0.0",
"remark-directive": "^4.0.0",
"remark-emoji": "^5.0.1",
"remark-parse": "^11.0.0",
"tailwindcss": "^4.1.15",
"class-variance-authority": "^0.7.1",
"astro": "^5.16.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.14",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.71"
}
}