-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 900 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 900 Bytes
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
{
"name": "xxczaki-com",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check --write ./src"
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/sitemap": "^3.7.1",
"astro": "^6.0.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "2.4.8",
"@tailwindcss/vite": "^4.2.2",
"astro-robots-txt": "^1.0.0",
"remark-smartypants": "^3.0.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.76.0"
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp",
"workerd"
]
}
}