This repository was archived by the owner on May 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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
49
50
51
52
53
54
55
56
{
"name": "blog",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"-": "^0.0.1",
"@altano/satori-fit-text": "^1.0.2",
"@vercel/og": "^0.6.8",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"common-tags": "^1.8.2",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"envsafe": "^2.0.3",
"jsonwebtoken": "^9.0.2",
"next": "^15.3.2",
"nextkit": "^3.4.3",
"pathcat": "^1.4.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-syntax-highlighter": "^15.6.1",
"sharp": "^0.34.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/common-tags": "^1.8.4",
"@types/cookie": "^1.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/react": "^19.1.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sharp": "^0.32.0",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.38.4",
"eslint": "^8.57.1",
"eslint-config-next": "13.5.6",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-typescript": "^1.0.1",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"packageManager": "bun@1.2.12"
}