-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.78 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
{
"name": "@fedify/hollo",
"description": "Federated single-user microblogging software",
"version": "0.3.0",
"private": true,
"scripts": {
"prod": "bun run migrate && bun run src/index.tsx",
"dev": "bun run migrate && bun run --hot src/index.tsx",
"check": "bunx tsc && bunx biome check .",
"migrate": "bunx drizzle-kit migrate",
"migrate:generate": "bunx drizzle-kit generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/credential-providers": "^3.577.0",
"@fedify/fedify": "^1.2.2",
"@fedify/markdown-it-hashtag": "0.2.0",
"@fedify/markdown-it-mention": "^0.1.1",
"@fedify/postgres": "^0.2.1",
"@hexagon/base64": "^2.0.4",
"@hono/zod-validator": "^0.2.1",
"@js-temporal/polyfill": "^0.4.4",
"@logtape/logtape": "^0.7.1",
"cheerio": "^1.0.0",
"drizzle-orm": "^0.30.10",
"es-toolkit": "^1.25.2",
"fluent-ffmpeg": "^2.1.3",
"hono": "^4.3.4",
"iso-639-1": "^3.1.2",
"markdown-it": "^14.1.0",
"markdown-it-replace-link": "^1.2.1",
"open-graph-scraper": "^6.5.1",
"otpauth": "^9.3.4",
"postgres": "^3.4.5",
"qrcode": "^1.5.4",
"semver": "^7.6.3",
"sharp": "^0.33.4",
"ssrfcheck": "^1.1.1",
"uuidv7-js": "^1.1.4",
"x-forwarded-fetch": "^0.2.0",
"xss": "^1.0.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/bun": "latest",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/markdown-it": "^14.1.1",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"drizzle-kit": "^0.21.0"
},
"engines": {
"bun": "^1.1.32"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}