-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 732 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 732 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
{
"name": "keisuke-watanuki-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"build": "astro build",
"check": "biome check",
"check:fix": "biome check --write",
"dev": "astro dev",
"format": "biome format",
"format:fix": "biome format --write",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"preview": "astro preview"
},
"dependencies": {
"@fontsource/shippori-mincho": "^5.2.5",
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.16.6",
"sharp": "^0.34.1",
"tailwindcss": "^4.1.7",
"three": "^0.182.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.4",
"@types/three": "^0.176.0"
},
"trustedDependencies": [
"sharp"
]
}