-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.46 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "japboy.github.io",
"version": "2026",
"private": true,
"description": "Portfolio about Yu Inao",
"author": "Yu Inao",
"repository": {
"type": "git",
"url": "git+https://github.com/japboy/japboy.github.io.git"
},
"type": "module",
"scripts": {
"build": "pnpm run build:client && pnpm run prerender",
"build:client": "vite build",
"check": "pnpm run format && pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build",
"dev": "vite",
"format": "oxfmt --check",
"format:fix": "oxfmt --write",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"prepare": "lefthook install",
"prerender": "tsx bin/prerender.ts",
"preview": "vite preview",
"start": "pnpm run dev",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --project tsconfig.json"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "7.3.1",
"@lit-labs/ssr-client": "1.1.8",
"@litert-lm/core": "0.14.0",
"lit": "3.3.3"
},
"devDependencies": {
"@lit-labs/ssr": "4.1.0",
"@types/node": "24.13.3",
"ajv": "8.18.0",
"browserslist": "4.28.7",
"browserslist-to-esbuild": "2.1.1",
"lefthook": "2.1.10",
"oxfmt": "0.59.0",
"oxlint": "1.75.0",
"tsx": "4.23.1",
"typescript": "7.0.2",
"vite": "8.1.5",
"vitest": "4.1.10",
"yaml": "2.8.3"
},
"engines": {
"node": "24.18.0",
"pnpm": "11.15.0"
},
"packageManager": "pnpm@11.15.0"
}