-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 Bytes
/
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
{
"name": "ziyafenn-next",
"version": "1.0.0",
"author": "Ziya Fenn",
"homepage": "https://ziyafenn.com",
"description": "Personal website and portfolio",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"cookie": "^0.5.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-figure": "^1.0.1",
"rehype-parse": "^8.0.4",
"rehype-prism-plus": "^1.6.3",
"rehype-react": "^7.2.0",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"simplelightbox": "^2.14.1",
"typescript": "5.1.6",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7"
}
}