technotive-math/package.json

26 lines
525 B
JSON
Raw Normal View History

2025-04-06 16:26:32 +02:00
{
"name": "technotive-math",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
2025-06-06 13:50:40 +02:00
"preview": "astro preview",
"deploy": "./update.sh"
2025-04-06 16:26:32 +02:00
},
"repository": {
"type": "git",
"url": "gitea@code.technotive.nl:Technotive/technotive-math.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2025-04-06 18:20:41 +02:00
"astro": "^5.5.6",
"katex": "^0.16.21",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
2025-04-06 16:26:32 +02:00
}
}