-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.97 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
65
{
"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": "1.11.2",
"@playwright/test": "^1.48.2",
"@shikijs/rehype": "^1.22.2",
"@shikijs/transformers": "^1.22.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@types/eslint": "^8.56.12",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rehype-callouts": "^1.1.0",
"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.1",
"shiki": "^1.22.2",
"super-sitemap": "^0.15.1",
"svelte": "^5.1.9",
"svelte-check": "^3.8.6",
"typescript": "^5.6.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.10",
"vitest": "^1.6.0"
},
"type": "module",
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"dependencies": {
"@eslint/js": "^9.14.0",
"@inlang/paraglide-sveltekit": "0.11.0",
"@kfonts/neodgm-code": "^0.5.0",
"@lobehub/i18n-cli": "^1.20.0",
"@lunariajs/core": "^0.1.1",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"pretendard": "^1.3.9",
"pretendard-jp": "^1.3.9"
}
}