move sssg to it's own repo at https://git.sad.ovh/sophie/sssg
All checks were successful
/ test (push) Successful in 14s
All checks were successful
/ test (push) Successful in 14s
This commit is contained in:
parent
031625f918
commit
d0084e9f44
11 changed files with 47 additions and 458 deletions
13
package.json
13
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue