-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "ryoppippi.com",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"new": "./scripts/new-post.js",
"dev": "vite dev",
"build": "vite build",
"postbuild": "nlx svelte-sitemap --domain https://ryoppippi.com",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --cache .",
"format": "nr lint --fix",
"prepare": "ts-patch install",
"preinstall": "nlx only-allow pnpm",
"taze": "nlx taze -r"
},
"devDependencies": {
"@antfu/ni": "^23.3.1",
"@core/iterutil": "npm:@jsr/core__iterutil@^0.9.0",
"@core/pipe": "npm:@jsr/[email protected]",
"@iconify/json": "^2.2.314",
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",
"@ryoppippi/str-fns": "npm:@jsr/ryoppippi__str-fns@^0.1.2",
"@ryoppippi/unocss-preset": "^2.0.0",
"@ryoppippi/unplugin-typia": "^2.0.3",
"@ryoppippi/vite-plugin-cloudflare-redirect": "npm:@jsr/ryoppippi__vite-plugin-cloudflare-redirect@^1.1.0",
"@secretlint/secretlint-rule-preset-recommend": "^9.2.0",
"@shikijs/markdown-it": "^3.1.0",
"@shikijs/twoslash": "^3.1.0",
"@std/collections": "npm:@jsr/std__collections@^1.0.10",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.19.0",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"@total-typescript/ts-reset": "^0.6.1",
"@types/diacritics": "^1.3.3",
"@types/dom-view-transitions": "^1.0.6",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.13.10",
"@unocss/extractor-svelte": "^66.0.0",
"@unocss/reset": "^66.0.0",
"@unplugin/macros": "npm:@jsr/unplugin__macros@^0.16.1",
"consola": "^3.4.0",
"date-fns": "^4.1.0",
"dax-sh": "^0.42.0",
"diacritics": "^1.3.0",
"eslint": "^9.22.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-svelte": "^3.1.0",
"favicons": "^7.2.0",
"feed": "^4.2.2",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"magic-string": "^0.30.17",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-budoux": "^1.0.6",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-github-alerts": "^0.3.1",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-link-preview": "^1.1.4",
"markdown-it-magic-link": "^0.1.4",
"markdown-it-mdc": "^0.2.5",
"reading-time": "^1.5.0",
"rss-parser": "^3.13.0",
"secretlint": "^9.2.0",
"shiki": "^3.1.0",
"sort-on": "^6.1.0",
"std-env": "^3.8.1",
"svelte": "^5.22.6",
"svelte-check": "^4.1.5",
"svelte-fancy-darkmode": "^1.1.1",
"svelte-meta-tags": "^4.2.0",
"svelte-preprocess-import-assets": "^1.1.0",
"svelte-sitemap": "^2.7.0",
"sveltekit-autoimport": "^1.8.1",
"sveltekit-embed": "^0.0.20",
"sveltweet": "^0.4.0",
"tinyglobby": "^0.2.12",
"ts-patch": "^3.3.0",
"tslib": "^2.8.1",
"type-fest": "^4.37.0",
"typescript": "~5.8.2",
"typescript-svelte-plugin": "^0.3.46",
"typia": "^8.0.0",
"ufo": "^1.5.4",
"unocss": "^66.0.0",
"unocss-preset-fluid": "^1.0.2",
"unocss-transformer-alias": "^0.0.8",
"unplugin-icons": "^22.1.0",
"unplugin-svelte-components": "^0.3.1",
"vite": "^5.4.14",
"vite-plugin-favicons": "^0.1.5"
},
"trustedDependencies": [
"@sveltejs/kit",
"esbuild",
"sharp",
"svelte-preprocess"
],
"pnpm": {
"executionEnv": {
"nodeVersion": "22.14.0"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}