-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "fa-sharp-blog",
"type": "module",
"version": "0.0.1",
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"migrate": "ley"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/svelte": "^5.7.0",
"@flydotio/dockerfile": "^0.5.8",
"@iconify-json/fa6-brands": "^1.2.0",
"@iconify-json/fa6-regular": "^1.2.0",
"@iconify-json/fa6-solid": "^1.2.0",
"@preact/signals": "^1.3.0",
"astro-embed": "^0.7.2",
"astro-expressive-code": "^0.35.6",
"astro-icon": "1.1.0",
"lucide-preact": "^0.395.0",
"rehype-accessible-emojis": "^0.3.2",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"sass": "^1.78.0",
"sharp": "^0.33.5",
"svelte": "5.0.0-next.244",
"typescript": "^5.6.2"
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"astro": "^4.15.4",
"ley": "^0.8.1",
"pino": "^9.4.0",
"postgres": "^3.4.4",
"preact": "^10.23.2",
"rate-limiter-flexible": "^5.0.3"
}
}