-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 825 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
{
"name": "istanbul-python-pizza",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=18.17.1"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"format": "biome format --write",
"lint": "biome lint"
},
"dependencies": {
"@astrojs/mdx": "^7.0.0",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.2",
"astro": "^7.0.3",
"astro-compress": "^2.4.1",
"astro-delete-unused-images": "^1.0.3",
"date-fns": "^4.4.0",
"sharp": "^0.35.3",
"tailwindcss": "^4.3.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.5.1",
"@types/node": "^26.0.1",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.9.0"
}