-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.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
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
120
121
122
123
124
125
{
"$schema": "https://json.schemastore.org/package.json",
"name": "younagi.dev",
"type": "module",
"private": true,
"version": "0.0.1",
"author": "Nagi",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow bun",
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview",
"build": "astro check && astro build",
"sync": "astro sync",
"lint": "bunx biome check ./src/",
"lint:fix": "bunx biome check --write ./src/",
"textlint": "textlint './src/content/'",
"textlint:fix": "textlint --fix './src/content/'",
"wrangler:typegen": "wrangler types",
"wrangler:dev": "wrangler pages dev --compatibility-date=2024-05-24 --proxy 3000 -- astro dev",
"db:generate": "drizzle-kit generate",
"db:studio:prod": "drizzle-kit studio",
"db:migrate:local": "wrangler d1 migrations apply younagi_dev_db --local",
"db:migrate:prod": "wrangler d1 migrations apply younagi_dev_db"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/inconsolata": "^5.1.0",
"@kobalte/core": "^0.13.7",
"@modular-forms/solid": "^0.23.0",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/keyboard": "^1.2.8",
"@unocss/reset": "^0.63.6",
"@unpic/placeholder": "^0.1.2",
"astro": "^4.16.8",
"drizzle-orm": "^0.36.0",
"resend": "^4.0.1-alpha.0",
"solid-js": "^1.9.3",
"solid-motionone": "^1.0.2",
"solid-toast": "^0.5.0",
"unpic": "^3.19.0",
"valibot": "^0.42.1",
"wretch": "^2.11.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "1.9.4",
"@cloudflare/workers-types": "^4.20241022.0",
"@mdx-js/typescript-plugin": "^0.0.6",
"@nanostores/solid": "^0.5.0",
"@pagefind/default-ui": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.11",
"@types/bun": "^1.1.12",
"@types/hast": "^3.0.4",
"@types/katex": "0.16.7",
"@types/mdast": "^4.0.4",
"@types/node": "^22.8.6",
"@types/unist": "^3.0.3",
"@unpic/pixels": "^1.3.0",
"astro-compress": "^2.3.5",
"autoprefixer": "^10.4.20",
"better-sqlite3": "^11.5.0",
"blurhash": "^2.0.5",
"danger": "^12.3.3",
"drizzle-kit": "^0.28.0",
"hast": "^1.0.0",
"hast-util-from-html": "^2.0.3",
"hast-util-select": "^6.0.3",
"hast-util-to-html": "^9.0.3",
"hastscript": "^9.0.0",
"isomorphic-dompurify": "^2.16.0",
"katex": "0.16.11",
"lefthook": "^1.8.2",
"mdast": "^3.0.0",
"mdast-util-newline-to-break": "^2.0.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.11.3",
"node-html-parser": "6.1.13",
"pagefind": "1.2.0",
"postcss": "^8.4.47",
"rehype-autolink-headings": "7.1.0",
"rehype-katex": "7.0.1",
"rehype-pretty-code": "0.14.0",
"rehype-slug": "6.0.0",
"remark-card": "^0.6.0",
"remark-directive": "^3.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-video": "^0.10.0",
"satori": "^0.11.2",
"sharp": "^0.33.5",
"shiki": "^1.22.2",
"sirv": "^3.0.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"tailwindcss-grid-areas": "^0.1.1",
"textlint": "^14.3.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-plugin-mdx": "^1.0.1",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
"typescript": "^5.6.3",
"unfurl.js": "^6.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unsplash-js": "^7.0.19",
"wrangler": "^3.84.1"
},
"engines": {
"bun": "^1.0.0"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}