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.
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "theme-poisson-blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"build:poisson": "astro build --site 'https://poisson.phc.dm.unipi.it/~ncognome' --base '/~ncognome'",
|
|
"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"
|
|
}
|
|
}
|