-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/noto-sans": "^4.5.11",
"@fontsource/raleway": "^4.5.9",
"color": "^4.2.3",
"date-fns": "^2.29.3",
"framer-motion": "^7.10.2",
"gray-matter": "^4.0.3",
"katex": "^0.16.4",
"next": "12.2.3",
"react": "18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-pdf": "^6.2.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}