-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.26 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
{
"name": "www.akarinext.org",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "biome lint .",
"start": "pnpm migrate:up && remix-serve ./build/server/index.js",
"typecheck": "tsc",
"migrate:up": "prisma migrate deploy",
"generate": "prisma generate --sql"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/lib-storage": "^3.685.0",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/language": "^6.10.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@iconify/react": "^5.0.2",
"@lezer/highlight": "^1.2.1",
"@misskey-dev/summaly": "^5.1.0",
"@nasa-gcn/remix-seo": "^2.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.21.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@reactuses/core": "^5.0.22",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@t3-oss/env-core": "^0.11.1",
"@tabler/icons-react": "^3.21.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.12.0",
"emojilib": "^4.0.0",
"file-type": "^19.6.0",
"front-matter": "^4.0.2",
"isbot": "^5.1.17",
"lru-cache": "^11.0.2",
"lucide-react": "^0.454.0",
"luxon": "^3.5.0",
"magika": "^0.2.13",
"mime-types": "^2.1.35",
"node-mcstatus": "^1.2.1",
"pg": "^8.13.1",
"postgres": "^3.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reactflow": "^11.11.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remix-auth": "^3.7.0",
"remix-auth-openid": "^0.2.2",
"remix-flat-routes": "^0.6.5",
"remix-utils": "^7.7.0",
"satori": "^0.11.0",
"shiki": "^1.22.2",
"svg2img": "1.0.0-beta.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "^11.0.0",
"yaml": "^2.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@metronome-sh/dev-error-boundary": "^0.0.10",
"@playwright/test": "^1.48.2",
"@remix-run/dev": "^2.13.1",
"@shikijs/rehype": "^1.22.2",
"@types/luxon": "^3.4.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.17.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"prisma": "^5.21.1",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "5.5.4",
"vite": "^5.4.10",
"vite-plugin-arraybuffer": "^0.0.8",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=12.0.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}