technotive-math/package.json
2025-04-06 18:20:41 +02:00

25 lines
496 B
JSON

{
"name": "technotive-math",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "gitea@code.technotive.nl:Technotive/technotive-math.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"astro": "^5.5.6",
"katex": "^0.16.21",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}