-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.96 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
62
63
64
{
"name": "leon-lcc-personal-website",
"version": "1.0.0",
"description": "This is my first time using React to build a website, so there's still much room for improvement.\r Yet, I hope you like my design.",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3000 -H localhost",
"build": "next build",
"prettier": "prettier -write .",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leon-LCC/Personal-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Leon-LCC/Personal-website/issues"
},
"homepage": "https://github.com/Leon-LCC/Personal-website#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@codesandbox/sandpack-react": "^2.10.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/lexend": "^5.0.17",
"@fontsource-variable/rubik": "^5.0.19",
"@fontsource/anton": "^5.0.17",
"@fontsource/miriam-libre": "^4.5.11",
"@fontsource/mirza": "^4.5.11",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"chakra-ui-markdown-renderer": "^4.1.0",
"framer-motion": "^6.5.1",
"github-markdown-css": "^5.4.0",
"gray-matter": "^4.0.3",
"mathjax3-react": "^1.2.0",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-katex": "^3.0.1",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^3.0.1",
"remark-html": "^16.0.1",
"remark-mdx": "^3.0.0",
"three": "^0.158.0"
},
"devDependencies": {
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.7.1",
"rehype-mathjax": "^5.0.0",
"remark-math": "^5.0.0"
}
}