-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 791 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
{
"name": "vinanihon",
"version": "0.1.0",
"private": true,
"type": "module",
"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.1.2",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@fontsource/noto-sans": "^5.2.7",
"@fontsource/noto-sans-jp": "^5.2.9",
"@fontsource/noto-serif-jp": "^5.2.8",
"@fontsource/parisienne": "^5.2.8",
"astro": "^6.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@tailwindcss/vite": "^4.2.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.2",
"wrangler": "^4.74.0"
}
}