1
0
Fork 0
mirror of https://github.com/Findus23/lw1.at.git synced 2024-09-07 01:43:45 +02:00
lw1.at/package.json

23 lines
661 B
JSON

{
"dependencies": {
"blurhash": "^2.0.4",
"hint.css": "^3.0.0",
"katex": "^0.16.3",
"matomo-lite-tracker": "github:Findus23/MatomoLiteTracker",
"milligram": "git+https://github.com/Findus23/milligram.git#0fde381605c1159f39efb5c33c9600331fec4e2e",
"modern-normalize": "^2.0.0",
"sanitize.css": "^13.0.0",
"thumbhash": "^0.1.1",
"ts-node": "^10.7.0"
},
"devDependencies": {
"esbuild": "^0.21.5",
"esbuild-sass-plugin": "^3.2.0",
"typescript": "^5.1.6"
},
"type": "module",
"scripts": {
"dev": "node --loader ts-node/esm build.js serve",
"build": "node --loader ts-node/esm build.js build"
}
}