-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 KB
/
package.json
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
56
57
58
59
60
61
62
63
64
{
"name": "xiyo.dev",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"test": "npm run test:integration && npm run test:unit",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"translate:md": "lobe-i18n md",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},
"devDependencies": {
"@inlang/paraglide-js": "2.0.11",
"@playwright/test": "^1.51.1",
"@shikijs/rehype": "^3.2.2",
"@shikijs/transformers": "^3.2.2",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "0.4.4",
"@sveltejs/kit": "2.20.5",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@types/eslint": "^9.6.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-svelte": "^3.5.1",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"rehype-callouts": "^2.0.2",
"rehype-stringify": "^10.0.1",
"remark-figure-caption": "^1.0.6",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.2.2",
"super-sitemap": "^1.0.3",
"svelte": "^5.26.2",
"svelte-check": "^4.1.5",
"typescript": "^5.8.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "6.2.6",
"vitest": "^3.1.1"
},
"type": "module",
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"dependencies": {
"@eslint/js": "^9.24.0",
"@kfonts/neodgm-code": "^0.5.0",
"@lobehub/i18n-cli": "^1.20.3",
"@lunariajs/core": "^0.1.1",
"gray-matter": "^4.0.3",
"image-size": "^2.0.2",
"pretendard": "^1.3.9",
"pretendard-jp": "^1.3.9"
}
}