-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
{
"name": "profile-site-2",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"get-updates": "npx npm-check-updates"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^6.1.6",
"@next/third-parties": "^15.0.3",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@types/markdown-it": "^14.1.2",
"@types/node": "18.11.19",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/three": "^0.152.1",
"@vercel/analytics": "^1.0.2",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"color": "^4.2.3",
"date-fns": "^2.30.0",
"eslint": "8.27.0",
"framer-motion": "^8.5.5",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"moment": "^2.30.1",
"next": "^14.2.17",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.4.4",
"rehype-pretty-code": "^0.9.11",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.5",
"shiki": "^0.14.7",
"three": "^0.170.0",
"typed.js": "^2.1.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/color": "^3.0.6",
"eslint-config-next": "^14.2.17",
"npm-check-updates": "^16.14.14",
"sass": "^1.56.2"
}
}