-
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": {
"@nextui-org/react": "^2.2.10",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"caniuse-lite": "",
"eslint": "8.43.0",
"eslint-config-next": "latest",
"framer-motion": "^10.18.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"micromark": "^4.0.0",
"micromark-extension-math": "^3.0.0",
"next": "latest",
"next-themes": "^0.2.1",
"nextui-cli": "^0.3.2",
"postcss": "^8.4.38",
"promises": "^0.2.5",
"react": "latest",
"react-dom": "latest",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-katex": "^7.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-parse": "^9.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.0",
"tailwindcss": "3.3.2",
"tw-elements": "^1.0.0",
"typescript": "5.1.3",
"update": "^0.4.2"
}
}