-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 915 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 915 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
{
"name": "mikage-website",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"dayjs": "^1.11.13",
"encoding-japanese": "^2.2.0",
"framer-motion": "^12.6.3",
"next": "^15.2.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-responsive": "^10.0.1",
"swiper": "^11.2.6"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4.1.3",
"@types/encoding-japanese": "^2.2.1",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"lefthook": "^1.11.6",
"minimist": "^1.2.8",
"postcss": "^8.4.38",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"vercel": "39.1.1"
},
"overrides": {
"vercel": "$vercel"
}
}