move sssg to it's own repo at https://git.sad.ovh/sophie/sssg
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Soph :3 2024-08-02 04:27:06 +03:00
parent 031625f918
commit d0084e9f44
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
11 changed files with 47 additions and 458 deletions

View file

@ -1,10 +1,10 @@
{
"name": "website2",
"module": "src/index.ts",
"module": "index.ts",
"type": "module",
"scripts": {
"prod": "bun src/index.ts --prod",
"dev": "bun src/index.ts --dev"
"prod": "bun index.ts --prod",
"dev": "bun index.ts --dev"
},
"devDependencies": {
"@types/bun": "latest"
@ -13,11 +13,6 @@
"typescript": "^5.0.0"
},
"dependencies": {
"@types/mime-types": "^2.1.4",
"@types/p5": "^1.7.6",
"esbuild": "^0.23.0",
"marked": "^13.0.2",
"mime-types": "^2.1.35",
"preact": "^10.23.1"
"sssg": "git+https://git.sad.ovh/sophie/sssg#ef49a06be55dbb5277793d6cfcfa6736b7c1bc96"
}
}