-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "nahcnuj.github.io",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:expose": "vite --host",
"build": "vite build --mode client && vite build",
"format": "biome format --write .",
"lint": "npm run lint:biome",
"lint:fix": "npm run lint:biome:fix",
"lint:biome": "biome lint .",
"lint:biome:fix": "npm run lint:biome -- --write",
"test": "vitest run",
"test:e2e": "vitest run --config vitest.config.e2e.ts",
"test:vrt": "playwright test",
"test:vrt:update": "playwright test --update-snapshots",
"verify:client-script": "node scripts/verify-client-script.mjs"
},
"dependencies": {
"@daiji256/rehype-mathml": "^1.2.2",
"@hono/vite-ssg": "^0.3.3",
"@mdx-js/rollup": "^3.1.1",
"@resvg/resvg-js": "^2.6.2",
"hono": "^4.12.27",
"honox": "^0.1.58",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^5.2.0",
"temporal-polyfill": "^1.0.1",
"vite": "^8.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.5.2",
"@playwright/test": "^1.61.1",
"@types/katex": "^0.16.8",
"@types/node": "^26.1.0",
"vitest": "^4.1.9"
},
"engines": {
"node": "26.x"
}
}