technotive-math/package.json
2025-06-06 13:50:40 +02:00

26 lines
525 B
JSON

{
"name": "technotive-math",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "./update.sh"
},
"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"
}
}