-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 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
{
"name": "mimorisuzuko.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && touch docs/.nojekyll && echo 'mimorisuzu.co' > docs/CNAME && rm -rf docs/404.html",
"biome": "bunx biome check",
"biome:write": "bunx biome check --write",
"tsc": "bunx tsgo"
},
"dependencies": {
"@mimorisuzuko/yuuka": "1.0.7",
"next": "15.3.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0"
},
"engines": {
"node": "22.12.0"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@eslint/eslintrc": "3.2.0",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@typescript/native-preview": "^7.0.0-dev.20250705.1",
"eslint": "9.18.0",
"eslint-config-next": "15.3.5",
"typescript-eslint": "8.20.0"
}
}