-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "mejedo",
"version": "2.0.3",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "next dev --turbopack",
"dev:backend": "cd backend && node server.js",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@next/mdx": "^16.0.1",
"@tailwindcss/typography": "^0.5.19",
"ansi-to-html": "^0.7.2",
"asciify-image": "^0.1.8",
"bcryptjs": "^3.0.2",
"canvas": "^3.1.0",
"cheerio": "^1.2.0",
"cors": "^2.8.5",
"discord.js": "^14.25.1",
"dompurify": "^3.3.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-session": "^1.18.2",
"fs": "^0.0.1-security",
"isomorphic-dompurify": "^2.31.0",
"lucide-react": "^0.546.0",
"marked": "^16.4.1",
"multer": "^2.0.2",
"next": "15.5.6",
"next-mdx-remote": "^5.0.0",
"node-fetch": "^3.3.2",
"node-hoyolab": "^2.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"sqlite3": "^5.1.7",
"uuid": "^13.0.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"concurrently": "^9.2.1",
"tailwindcss": "^4",
"typescript": "5.9.3"
}
}