-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "xiao215",
"description": "Xiao's Personal Website",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.13",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint": "9.8.0",
"framer-motion": "^11.3.18",
"gray-matter": "^4.0.3",
"katex": "^0.16.11",
"next": "^14.2.5",
"next-images": "^1.8.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-scroll-parallax": "^3.4.5",
"react-to-print": "^2.15.1",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"typewriter-effect": "^2.21.0",
"webpack": "5.93.0"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"proxy": "http://localhost:5000/"
}