-
-
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) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 911 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": "vinanihon",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": "22.x"
},
"packageManager": "npm@11.13.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/cleanup-pages-build.mjs",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "^13.7.0",
"@fontsource/geist-mono": "^5.2.8",
"@fontsource/geist-sans": "^5.2.5",
"@fontsource/monaspace-neon": "^5.2.5",
"@fontsource/noto-sans": "^5.2.10",
"@fontsource/noto-sans-jp": "^5.2.9",
"@fontsource/noto-serif-jp": "^5.2.8",
"@fontsource/parisienne": "^5.2.8",
"astro": "^6.4.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@tailwindcss/vite": "^4.3.1",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3",
"wrangler": "^4.103.0"
}
}