6
1
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
463 B
JSON

{
"name": "theme-poisson-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"astro": "^5.8.2",
"katex": "^0.16.22",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.1.2",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}