-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 981 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": "sidonie.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-image-export-optimizer",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"date-fns": "^3.6.0",
"next": "14.2.3",
"next-image-export-optimizer": "^1.14.1",
"react": "^18",
"react-dom": "^18",
"react-grid-layout": "^1.4.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-grid-layout": "^1.3.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"sass": "^1.77.4",
"typescript": "^5",
"velite": "^0.1.0-rc.3"
}
}