-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "rafaaudibert.dev",
"version": "2.0.0",
"author": "Rafael Audibert",
"repository": {
"type": "git",
"url": "https://github.com/rafaaudibert/rafaaudibert.dev.git"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.0",
"@mui/x-charts": "^7.23.2",
"@rollup/plugin-dsv": "^3.0.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "^5.1.1",
"katex": "^0.16.19",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"satori": "^0.12.1",
"sharp": "^0.33.5"
},
"bugs": {
"url": "https://github.com/rafaaudibert/rafaaudibert.dev/issues"
},
"description": "Rafael Audibert's personal website",
"homepage": "https://rafaaudibert.dev",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"type": "module"
}