24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "website-rebrand",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"astro": "^5.16.7",
|
|
"playwright": "^1.57.0",
|
|
"rehype-callouts": "^2.1.1",
|
|
"rehype-mathjax": "^7.1.0",
|
|
"remark-math": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"remark-kroki": "^0.3.8",
|
|
"sass-embedded": "^1.91.0"
|
|
}
|
|
}
|