-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@aws-sdk/client-bedrock-runtime": "^3.490.0",
"@oramacloud/client": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.15.2",
"astro-compress": "^2.2.8",
"astro-critters": "^2.0.11",
"canvas": "^2.11.2",
"canvas-hypertxt": "^1.0.3",
"date-fns": "^3.2.0",
"marked": "^11.1.1",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.5.1",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"tsx": "^4.7.0",
"yaml": "^2.3.4"
},
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}