-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "vlog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bprogress/next": "^3.2.12",
"@giscus/react": "^3.0.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/analytics": "^1.3.2",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.14",
"@yeahx4/cn": "^1.0.5",
"better-react-mathjax": "^2.0.3",
"cytoscape": "^3.32.0",
"framer-motion": "^12.9.2",
"mathjax": "^3.2.2",
"next": "^15.5.15",
"next-themes": "^0.4.4",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-icons": "^5.3.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "^8",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
}
}